aboutsummaryrefslogtreecommitdiff
path: root/lang/guile
Commit message (Collapse)AuthorAgeFilesLines
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104467
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Enable crypt(3) support.Alexander Nedotsukov2003-12-082-1/+32
| | | | | | | Submitted by: Alexey Antipov <rabbit@lipetsk.ru> Notes: svn path=/head/; revision=95332
* Fix plist on ia64 and amd64, and fix build on amd64.Joe Marcus Clarke2003-11-233-9/+34
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94744
* - Fix build on sparc64Pav Lucistnik2003-11-221-0/+1
| | | | | | | | Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94720
* Fix build and execution of guile on ia64:Joe Marcus Clarke2003-10-203-5/+112
| | | | | | | | | | | | | | | | | | | | * Use continuation->backing_store to determine if we return for the first time from getcontext(). This avoids having to depend on non-POSIX semantics of the Linux implementation. * Avoid using __libc_ia64_register_backing_store_base by hardcoding the base of the backing store. The kernel is changed to put the backing store at this address. It's not entirely clean, but I want to avoid adding all sorts of variables in our libc for this for now. * Fix a genuine bug in the ia64 case: the ia64-specific fields are not initialized. On FreeBSD this means they have garbage (= 0xd0). Call memset() after allocation to make sure the contregs structure is properly cleared. Since this may affect other architectures, this patch will be ia64 only. Submitted by: marcel Notes: svn path=/head/; revision=91705
* Use the virtual category "scheme" (part ii)Edwin Groothuis2003-08-281-1/+1
| | | | | | | | | | | | Add the virtual category "scheme" to the maintained ports (except sxm). I guess no maintainer would deny this trivial change. PR: ports/56052 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=87818
* Use INFO.Joe Marcus Clarke2003-08-172-14/+3
| | | | Notes: svn path=/head/; revision=87104
* libtool uber-patchAde Lovett2003-06-261-2/+2
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* Correct a make patch error.Joe Marcus Clarke2003-06-011-4/+4
| | | | Notes: svn path=/head/; revision=81927
* Fix build on Sparc64.Joe Marcus Clarke2003-06-012-6/+21
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=81803
* Fix build on Sparc.Joe Marcus Clarke2003-05-221-0/+12
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=81735
* Remove SPARC section. This assumed a 32-bit SPARC, not the UltraSPARC.Joe Marcus Clarke2003-05-071-12/+0
| | | | Notes: svn path=/head/; revision=80401
* Add support for FreeBSD Alpha and Sparc.Joe Marcus Clarke2003-05-041-0/+36
| | | | Notes: svn path=/head/; revision=80099
* Correct a patch and a post-patch substitution.Joe Marcus Clarke2003-05-022-3/+3
| | | | Notes: svn path=/head/; revision=79993
* * Don't split info filesJoe Marcus Clarke2003-05-022-126/+98
| | | | | | | | | | | | * Use %%DATADIR%% Note, guile installs .la files as some of its dependents (like g-wrap, gnucash, etc.) may use them. Submitted by: ijliao Notes: svn path=/head/; revision=79992
* Update to 1.6.4. This is a big update that has the potential of breakingJoe Marcus Clarke2003-05-028-89/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports that depend on guile. As such I have tested most of them. Here are my results: --KNOWN TO WORK-- devel/gconf games/gnomegames games/gnomegames2 devel/g-wrap x11-toolkits/guile-gtk x11-toolkits/guile-gnome math/guppi finance/gnucash deskutils/gnotime devel/libgtop devel/autogen games/gnurobots audio/snd math/drgenius net/serveez science/libctl x11-wm/scwm (works with patches to be sent to maintainer) --KNOWN NOT TO WORK (maintainer is working on update)-- cad/geda cad/geda-symcheck cad/geda-utils cad/gnetlist cad/gschem cad/gwave cad/libgeda --UNKNOWN-- mail/icqmail (marked IGNORE for other reasons) lang/gnustep-guile (could not build for other reasons; will notify maintainer) math/siag (did not test) science/mpb (did not test) PR: 43910 Notes: svn path=/head/; revision=79979
* Work around what I believe to be a broken implementation of isfinite()Joe Marcus Clarke2003-04-042-1/+23
| | | | | | | | | | in -CURRENT that was causing a numerical overflow in apps such as GnuCash. PR: 50089 Notes: svn path=/head/; revision=78086
* * Revert previous commit to pkg-plist [1]Joe Marcus Clarke2003-02-193-2/+2
| | | | | | | | | * De-pkg-comment [1] See http://www.freebsd.org/cgi/query-pr.cgi?pr=48439 for more details. Notes: svn path=/head/; revision=75856
* Correct an error building the temporary packing list.Joe Marcus Clarke2003-02-151-1/+1
| | | | | | | PR: 48163 Notes: svn path=/head/; revision=75609
* * Teach guile about LOCALBASE and X11BASE when looking for scheme modulesJoe Marcus Clarke2003-02-052-2/+15
| | | | | | | * Assign maintainership to gnome Notes: svn path=/head/; revision=74791
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix build on Alpha.Joe Marcus Clarke2002-09-291-0/+20
| | | | | | | | Reported by: bento Tested by: kris on bento Notes: svn path=/head/; revision=67201
* Add a workaround for the error of ${REINPLACE_CMD}.OKAZAKI Tetsurou2002-08-051-3/+8
| | | | | | | List reinplaced files statically. Notes: svn path=/head/; revision=64064
* Fix LIB_DEPENDS by adding a dependency on libtool.Joe Marcus Clarke2002-08-041-1/+3
| | | | | | | | PR: 40900 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63988
* * Don't install .la filesJoe Marcus Clarke2002-06-194-4/+24
| | | | | | | | * Don't install libltdl.* * Dump PORTREVISION Notes: svn path=/head/; revision=61586
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
| | | | Notes: svn path=/head/; revision=61545
* upgrade to 1.4.1Ying-Chieh Liao2002-06-195-28/+20
| | | | Notes: svn path=/head/; revision=61544
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Update to 1.4 (shlib version .6 -> .9)Ade Lovett2000-08-043-10/+17
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=31280
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Fix compilation on CURRENTJustin M. Seger2000-04-242-6/+12
| | | | | | | | Submitted by: Jeremy Lea <reg@FreeBSD.ORG> PR: ports/17899 Notes: svn path=/head/; revision=27974
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Re-enable threads and add libqthreads.* to pkg/PLIST.Satoshi Asami2000-03-112-1/+4
| | | | Notes: svn path=/head/; revision=26776
* Temporary disable --with-threads; we suspect it is causing the libgtopSatoshi Asami2000-03-111-1/+1
| | | | | | | build to fail. Notes: svn path=/head/; revision=26775
* Add additional MASTER_SITEJustin M. Seger2000-03-081-1/+3
| | | | | | | Add threads support Notes: svn path=/head/; revision=26658
* Re-enable readline supportJustin M. Seger1999-12-013-1/+24
| | | | Notes: svn path=/head/; revision=23520
* Upgrade to guile-1.3.4Justin M. Seger1999-11-293-36/+50
| | | | Notes: svn path=/head/; revision=23480
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Upgrade to 1.3.Vanilla I. Shu1998-10-263-31/+51
| | | | Notes: svn path=/head/; revision=14197
* Convert guile to elf.Vanilla I. Shu1998-09-222-2/+7
| | | | Notes: svn path=/head/; revision=13311
* Portlint and fix compile problem on current (/usr/lib/aout).Vanilla I. Shu1998-07-021-4/+5
| | | | Notes: svn path=/head/; revision=11663
* Enable building of shared libraries in lang/guileJustin M. Seger1997-11-222-2/+3
| | | | Notes: svn path=/head/; revision=8762
* Somehow I missed adding the patches directory last time. This makes it compileJustin M. Seger1997-11-121-3/+1
| | | | | | | under current (and hopefully 2.2). Notes: svn path=/head/; revision=8585
* Mark this port BROKEN, it does not build in -stable.Satoshi Asami1997-11-101-1/+3
| | | | Notes: svn path=/head/; revision=8553
* Portlint.Satoshi Asami1997-11-101-1/+2
| | | | Notes: svn path=/head/; revision=8552