aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-guile
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255719
* - use INFODirk Meyer2010-06-032-5/+2
| | | | Notes: svn path=/head/; revision=255608
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-57/+53
| | | | Notes: svn path=/head/; revision=255316
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-2/+2
| | | | Notes: svn path=/head/; revision=226679
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226279
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-2/+2
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* 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
* - fix API change of guileDirk Meyer2008-03-233-39/+8
| | | | | | | - drop incomplete patchset Notes: svn path=/head/; revision=209631
* Add another guile-1.8 fix.Joe Marcus Clarke2008-03-161-0/+26
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=209132
* Fix build with guile-1.8.Joe Marcus Clarke2008-03-021-0/+13
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=208343
* Chase libguile shared lib version.Joe Marcus Clarke2008-03-011-2/+2
| | | | Notes: svn path=/head/; revision=208243
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-2/+2
| | | | Notes: svn path=/head/; revision=191718
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - fix build for CURRENT (objformat)Dirk Meyer2007-02-251-0/+4
| | | | Notes: svn path=/head/; revision=185868
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-5/+7
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* - add USE_GNUSTEP_PREFIXDirk Meyer2006-03-191-3/+1
| | | | Notes: svn path=/head/; revision=157643
* - new option GNUSTEP_PREFIXDirk Meyer2006-01-191-1/+2
| | | | | | | allow user defined location of all files Notes: svn path=/head/; revision=153867
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - cleanup Makefile locationDirk Meyer2005-08-281-1/+1
| | | | Notes: svn path=/head/; revision=141182
* - remove WITH_GNUSTEP_DEVELDirk Meyer2005-04-031-6/+0
| | | | Notes: svn path=/head/; revision=132312
* - DEFAULTLIBVERSION changed with gnustep-1.9.2Dirk Meyer2004-06-161-2/+2
| | | | Notes: svn path=/head/; revision=111606
* - make PKGNAMESUFFIX more flexibleDirk Meyer2004-03-261-3/+2
| | | | Notes: svn path=/head/; revision=105376
* - option WITHOUT_X11 with seperate package nameDirk Meyer2004-02-251-1/+5
| | | | | | | - add CONFLICTS Notes: svn path=/head/; revision=102076
* - update to 1.1.4Dirk Meyer2004-02-242-3/+3
| | | | Notes: svn path=/head/; revision=101941
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - update MASTER_SITESDirk Meyer2004-01-311-2/+1
| | | | Notes: svn path=/head/; revision=99597
* - fix building with gnustep 1.9.0 (devel)Dirk Meyer2003-12-102-0/+110
| | | | Notes: svn path=/head/; revision=95573
* - Udpate to 1.1.2Dirk Meyer2003-12-043-2/+5
| | | | Notes: svn path=/head/; revision=95052
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* - Layout for GnuSTEP 1.8.0Dirk Meyer2003-10-192-46/+34
| | | | Notes: svn path=/head/; revision=91666
* - use new hook USE_GNUSTEP in bsd.port.mkDirk Meyer2003-08-281-5/+4
| | | | Notes: svn path=/head/; revision=87820
* - flat layoutDirk Meyer2003-07-261-24/+24
| | | | Notes: svn path=/head/; revision=85623
* - Update to 1.1.1Dirk Meyer2003-06-182-4/+4
| | | | Notes: svn path=/head/; revision=83223
* - remove empty dirsDirk Meyer2003-06-101-0/+7
| | | | | | | - fix plist Notes: svn path=/head/; revision=82674
* - Update to 1.1.0Dirk Meyer2003-06-016-66/+51
| | | | | | | | | - Fix some autconf problems - install/deinstall info files generic - Add WITH_GNUSTEP_DEVEL Notes: svn path=/head/; revision=81857
* - Fix problems with guile-1.6.4 and short lib path.Dirk Meyer2003-05-052-1/+12
| | | | | | | | - bump PORTREVISION Submitted by: marcus Notes: svn path=/head/; revision=80185
* Chase guile's shared lib version.Joe Marcus Clarke2003-05-021-2/+2
| | | | Notes: svn path=/head/; revision=79982
* - Use libobjc.soDirk Meyer2003-04-132-38/+40
| | | | | | | | | | | | - Cleanup - Use bsd.gnustep.mk - build with X11 by default - add Option WITHOUT_X11 - Fix PLIST PR: 50479 Notes: svn path=/head/; revision=78850
* - Update for gnustep 1.5.2 and gui 0.8.4Dirk Meyer2003-02-261-1/+2
| | | | Notes: svn path=/head/; revision=76515
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* extend BUILD_DEPENDS for ffcallDirk Meyer2003-01-141-0/+1
| | | | Notes: svn path=/head/; revision=73137
* - prepare MASTER_SITE_GNUSTEPDirk Meyer2002-12-231-1/+3
| | | | Notes: svn path=/head/; revision=71826
* fix Bento build problmem, itroduced by gnustep-base-1.5.1Dirk Meyer2002-11-252-0/+21
| | | | Notes: svn path=/head/; revision=71076
* update MASTER_SITESDirk Meyer2002-10-291-3/+1
| | | | Notes: svn path=/head/; revision=69122
* Grammar fix.Adam Weinberger2002-10-291-1/+1
| | | | | | | | Reviewed by: dinoex Approved by: pat Notes: svn path=/head/; revision=69081
* Remove an extra dirDirk Meyer2002-10-201-0/+1
| | | | Notes: svn path=/head/; revision=68419
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347