aboutsummaryrefslogtreecommitdiff
path: root/lang/guile
Commit message (Collapse)AuthorAgeFilesLines
* lang/guile: Fix build with NLS disabledMuhammad Moinur Rahman2015-06-181-0/+2
| | | | | | | | | | - Add LICENSE_FILE PR: 200923 Submitted by: amdmi3@FreeBSD.org Notes: svn path=/head/; revision=390026
* lang/guile: Remove USE_AUTOTOOLSMuhammad Moinur Rahman2015-06-0218-69/+70
| | | | | | | | - Add PORTSCOUT variable to limit within 1.X.X - Fix patch files to reflect 'make makepatch' Notes: svn path=/head/; revision=388323
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Cleanup plistBaptiste Daroussin2014-10-271-16/+0
| | | | Notes: svn path=/head/; revision=371587
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-2/+3
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* lang/guile:Tijl Coosemans2014-08-315-54/+15
| | | | | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366777
* Fix build with texinfo 5.2Baptiste Daroussin2014-06-255-0/+84
| | | | Notes: svn path=/head/; revision=359302
* Fix build without texinfo in baseBaptiste Daroussin2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359245
* - Mark CONFLICTS_INSTALL with lang/guile2Sunpoet Po-Chuan Hsieh2014-05-251-0/+2
| | | | Notes: svn path=/head/; revision=355256
* - Add LICENSESunpoet Po-Chuan Hsieh2014-04-291-4/+11
| | | | | | | | | | | | | | | - Add NLS option - Pass maintainership to submitter - While I'm here: - Simplify GUILE_VER - Remove OPTIONS_DEFAULT - USe NLS_CONFIGURE_ENABLE PR: ports/189115 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352656
* This is a three-part for building guile with clang (or with any otherKoop Mast2014-04-283-0/+33
| | | | | | | | | | | | | | | | | | | modern compiler): 1) Use -fwrap in CFLAGS, since guile depends on integer overflows. 2) Fix grep + sed logic in guile-snarf.in to be compatible with the output of clang's preprocessor. This is achieved by adding additional newlines before the ^^ delimiters, which guile-snarf depends on. 3) Similarly, in c-tokenize.c, clang's preprocessor outputs EOLs and hash marks in different places, confusing the lexer. Simply don't output them to fix the problem. While here strip binaries and libraries. Submitted by: dim@ Notes: svn path=/head/; revision=352517
* - Convert to stagingGuido Falsi2013-10-104-8/+5
| | | | | | | | - Convert to USES=gmake - Convert LIB_DEPENDS to new format Notes: svn path=/head/; revision=329950
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Reset maintainership per maintainer requestBaptiste Daroussin2012-12-271-9/+4
| | | | | | | | | | While here: - trim headers - Remove shlib number - Small cleanup up Notes: svn path=/head/; revision=309548
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build with FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284614
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Update to 1.8.8Julien Laffaye2011-07-314-17/+16
| | | | | | | | | PR: ports/155595 Submitted by: Takefu <takefu@airport.fm> Approved by: Amatus <c11h15no2@yahoo.com> (maintainer) Notes: svn path=/head/; revision=278634
* Fix build with clang by removing -WerrorTilman Keskinoz2011-07-241-2/+20
| | | | | | | | | PR: 158705 Submitted by: Guido Falsi Approved by: maintainer timeout Notes: svn path=/head/; revision=278250
* Fix build after USE_NCURSES introductionBaptiste Daroussin2011-06-011-2/+2
| | | | Notes: svn path=/head/; revision=274939
* - Add USE_NCURSESMartin Wilke2011-05-312-2/+2
| | | | | | | | | | | - While here get rid MD5 PR: 157144 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=274861
* Sync to final (for now) bsd.autotools.mkAde Lovett2010-12-221-1/+3
| | | | Notes: svn path=/head/; revision=266737
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-2/+2
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-3/+3
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Fix build on HEADErwin Lansing2010-04-181-4/+13
| | | | | | | | | PR: 144845 Submitted by: Scot Hetzel <swhetzel@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=252874
* Fix build for ia64.Marcel Moolenaar2009-11-221-0/+23
| | | | | | | No response from: maintainer (amatus@gnu.org) Notes: svn path=/head/; revision=244661
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+2
| | | | Notes: svn path=/head/; revision=233833
* - Use correct pkgconfig files dir.Stanislav Sedov2009-03-131-0/+11
| | | | | | | | | PR: ports/132212 Submitted by: John Hein <jhein@timing.com> Approved by: Amatus <c11h15no2@yahoo.com> (maintainer) Notes: svn path=/head/; revision=230009
* - Update to 1.8.6Martin Wilke2009-01-223-7/+7
| | | | | | | | | | PR: 129916 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer exp-run: pav Notes: svn path=/head/; revision=226678
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+2
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Update to 1.85 (share lib version bumped)Rong-En Fan2008-07-217-30/+53
| | | | | | | | | PR: ports/125435 Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw> Approved by: Amatus <c11h15no2 at yahoo.com> (maintainer) Notes: svn path=/head/; revision=217240
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Fix build on sparc64Pietro Cerutti2008-03-072-14/+109
| | | | | | | Approved by: Maintainer, miwi (mentor) Notes: svn path=/head/; revision=208576
* This one is sneaky. Guile depends on gmake which brings in gettext. GuileJoe Marcus Clarke2008-03-011-1/+2
| | | | | | | | | | | | | detects gettext and links to it. However, gettext was not a RUN_DEPENDS or LIB_DEPENDS, so other packages which don't already install gettext fail. Fix this by adding USE_GETTEXT. Reported by: pointyhat via erwin Notes: svn path=/head/; revision=208296
* Add a missing dependency on libgmp4.Joe Marcus Clarke2008-03-011-0/+3
| | | | Notes: svn path=/head/; revision=208248
* Update to 1.8.4, and assign maintainership to submitter.Joe Marcus Clarke2008-03-0118-214/+247
| | | | | | | | PR: 121137 Submitted by: David Barksdale <amatus@gnu.org> Notes: svn path=/head/; revision=208242
* - Bump PORTREVISION for changes in libltdl15.Michael Johnson2007-02-281-1/+1
| | | | Notes: svn path=/head/; revision=186211
* Bump PORTREVISION to assure this port is rebuilt with patched libltdl.Michael Johnson2007-02-231-1/+1
| | | | Notes: svn path=/head/; revision=185759
* Define libltdl_cv_sys_dlopen_deplibsMichael Johnson2006-12-172-3/+14
| | | | Notes: svn path=/head/; revision=180030
* Fix detection of socklen_t which will fix the build on 4.X.Joe Marcus Clarke2006-11-041-0/+10
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176357
* Restore a patch lost in the GNOME 2.16 merge, and attempt to fix the buildJoe Marcus Clarke2006-10-172-0/+98
| | | | | | | | | on ia64. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175365
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-145-191/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175253