Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build on sparc64. | marcus | 2004-09-13 | 1 | -2/+11 |
| | | | | | | | PR: 71679 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Reported by: pointyhat Approved by: portmgr (implicit) | ||||
* | Back out my previous commit, two ports need guile's .la files. | mezz | 2004-07-27 | 2 | -3/+8 |
| | | | | Requested by: marcus | ||||
* | -Correct the GNU_CONFIGURE -> USE_LIBTOOL_VER=15 to avoid install the .la files. | mezz | 2004-07-27 | 2 | -8/+3 |
| | | | | -Bump the PORTREVISION, because of pkg-plist change. | ||||
* | Sync with new bsd.autotools.mk | ade | 2004-06-05 | 1 | -2/+1 |
| | |||||
* | - Add SIZE to GNOME ports | pav | 2004-03-18 | 1 | -0/+1 |
| | | | | Submitted by: trevor | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -1/+1 |
| | | | | (Part 2) | ||||
* | Enable crypt(3) support. | bland | 2003-12-08 | 2 | -1/+32 |
| | | | | Submitted by: Alexey Antipov <rabbit@lipetsk.ru> | ||||
* | Fix plist on ia64 and amd64, and fix build on amd64. | marcus | 2003-11-24 | 3 | -9/+34 |
| | | | | Approved by: portmgr (implicit) | ||||
* | - Fix build on sparc64 | pav | 2003-11-23 | 1 | -0/+1 |
| | | | | | Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: adamw (mentor) | ||||
* | Fix build and execution of guile on ia64: | marcus | 2003-10-20 | 3 | -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 | ||||
* | Use the virtual category "scheme" (part ii) | edwin | 2003-08-28 | 1 | -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> | ||||
* | Use INFO. | marcus | 2003-08-17 | 2 | -14/+3 |
| | |||||
* | libtool uber-patch | ade | 2003-06-27 | 1 | -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) | ||||
* | Correct a make patch error. | marcus | 2003-06-02 | 1 | -4/+4 |
| | |||||
* | Fix build on Sparc64. | marcus | 2003-06-01 | 2 | -6/+21 |
| | | | | Reported by: kris | ||||
* | Fix build on Sparc. | marcus | 2003-05-23 | 1 | -0/+12 |
| | | | | Reported by: bento | ||||
* | Remove SPARC section. This assumed a 32-bit SPARC, not the UltraSPARC. | marcus | 2003-05-08 | 1 | -12/+0 |
| | |||||
* | Add support for FreeBSD Alpha and Sparc. | marcus | 2003-05-04 | 1 | -0/+36 |
| | |||||
* | Correct a patch and a post-patch substitution. | marcus | 2003-05-02 | 2 | -3/+3 |
| | |||||
* | * Don't split info files | marcus | 2003-05-02 | 2 | -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 | ||||
* | Update to 1.6.4. This is a big update that has the potential of breaking | marcus | 2003-05-02 | 8 | -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 | ||||
* | Work around what I believe to be a broken implementation of isfinite() | marcus | 2003-04-04 | 2 | -1/+23 |
| | | | | | | | in -CURRENT that was causing a numerical overflow in apps such as GnuCash. PR: 50089 | ||||
* | * Revert previous commit to pkg-plist [1] | marcus | 2003-02-19 | 3 | -2/+2 |
| | | | | | | * De-pkg-comment [1] See http://www.freebsd.org/cgi/query-pr.cgi?pr=48439 for more details. | ||||
* | Correct an error building the temporary packing list. | marcus | 2003-02-16 | 1 | -1/+1 |
| | | | | PR: 48163 | ||||
* | * Teach guile about LOCALBASE and X11BASE when looking for scheme modules | marcus | 2003-02-05 | 2 | -2/+15 |
| | | | | * Assign maintainership to gnome | ||||
* | Fix PORTCOMMENTs that were killing INDEX builds. | adamw | 2002-11-07 | 2 | -2/+1 |
| | | | | | 105 pointy hats to: me Approved by: pat | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | adamw | 2002-11-07 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | Fix build on Alpha. | marcus | 2002-09-29 | 1 | -0/+20 |
| | | | | | Reported by: bento Tested by: kris on bento | ||||
* | Add a workaround for the error of ${REINPLACE_CMD}. | okazaki | 2002-08-06 | 1 | -3/+8 |
| | | | | List reinplaced files statically. | ||||
* | Fix LIB_DEPENDS by adding a dependency on libtool. | marcus | 2002-08-05 | 1 | -1/+3 |
| | | | | | PR: 40900 Submitted by: KATO Tsuguru <tkato@prontomail.com> | ||||
* | * Don't install .la files | marcus | 2002-06-20 | 4 | -4/+24 |
| | | | | | * Don't install libltdl.* * Dump PORTREVISION | ||||
* | Add USE_REINPLACE where appropriate. | sobomax | 2002-06-19 | 1 | -0/+1 |
| | |||||
* | upgrade to 1.4.1 | ijliao | 2002-06-19 | 5 | -28/+20 |
| | |||||
* | Remove jseger and torstenb from maintainership of their ports, they | dwcjr | 2001-09-18 | 1 | -1/+1 |
| | | | | | | have been inactive for too long Approved by: will | ||||
* | Update to 1.4 (shlib version .6 -> .9) | ade | 2000-08-04 | 3 | -10/+17 |
| | | | | Approved by: maintainer | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-17 | 1 | -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 | ||||
* | Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with | sobomax | 2000-06-16 | 2 | -2/+1 |
| | | | | ldconfig in PLIST need personal consideration. | ||||
* | Fix compilation on CURRENT | jseger | 2000-04-25 | 2 | -6/+12 |
| | | | | | Submitted by: Jeremy Lea <reg@FreeBSD.ORG> PR: ports/17899 | ||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -2/+2 |
| | |||||
* | Re-enable threads and add libqthreads.* to pkg/PLIST. | asami | 2000-03-12 | 2 | -1/+4 |
| | |||||
* | Temporary disable --with-threads; we suspect it is causing the libgtop | asami | 2000-03-12 | 1 | -1/+1 |
| | | | | build to fail. | ||||
* | Add additional MASTER_SITE | jseger | 2000-03-08 | 1 | -1/+3 |
| | | | | Add threads support | ||||
* | Re-enable readline support | jseger | 1999-12-01 | 3 | -1/+24 |
| | |||||
* | Upgrade to guile-1.3.4 | jseger | 1999-11-29 | 3 | -36/+50 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | mharo | 1999-06-06 | 2 | -5/+1 |
| | | | | in bsd.port.mk and this helps to unify the check and install. | ||||
* | ${MASTER_SITE_GNU} got rearranged in December; let's catch up. | fenner | 1999-01-27 | 1 | -1/+2 |
| | |||||
* | Upgrade to 1.3. | vanilla | 1998-10-26 | 3 | -31/+51 |
| | |||||
* | Convert guile to elf. | vanilla | 1998-09-22 | 2 | -2/+7 |
| | |||||
* | Portlint and fix compile problem on current (/usr/lib/aout). | vanilla | 1998-07-02 | 1 | -4/+5 |
| | |||||
* | Enable building of shared libraries in lang/guile | jseger | 1997-11-23 | 2 | -2/+3 |
| | |||||
* | Somehow I missed adding the patches directory last time. This makes it compile | jseger | 1997-11-12 | 1 | -3/+1 |
| | | | | under current (and hopefully 2.2). | ||||
* | Mark this port BROKEN, it does not build in -stable. | asami | 1997-11-10 | 1 | -1/+3 |
| | |||||
* | Portlint. | asami | 1997-11-10 | 1 | -1/+2 |
| | |||||
* | Remove name of package from front of COMMENT. | asami | 1997-11-10 | 1 | -1/+1 |
| | |||||
* | Update ports/lang/guile (repository copied by Satoshi from ports/lang/guile-iii) | jseger | 1997-11-09 | 5 | -127/+121 |
| | | | | from guile snapshot iii to guile version 1.2 | ||||
* | Remove myself as MAINTAINER from a number of ports I no longer | jkh | 1997-01-06 | 1 | -3/+1 |
| | | | | | have time to properly maintain. This will cause the position to revert to ports. | ||||
* | CATAGORIES+= -> CATAGORIES= | obrien | 1996-11-12 | 1 | -2/+2 |
| | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. | ||||
* | Whoops! My `cvscommit' function doesn't take arguments, so this got | jkh | 1996-06-16 | 1 | -1/+0 |
| | | | | committed by mistake. Back it out. | ||||
* | Add tclX75 | jkh | 1996-06-16 | 1 | -1/+2 |
| | |||||
* | Change category nome from "languages" to "lang". Also remove "programming" | asami | 1995-11-22 | 1 | -2/+2 |
| | | | | which appeared in some of them, everything here is a programming language! :) | ||||
* | Shorten the comments. | jkh | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (1) Fix comments on top, this is guile-iii, not guile-ii (Jordan.... :p) | asami | 1995-09-14 | 1 | -4/+3 |
| | | | | | | | (2) Add $Id$ line (3) This is not interactive, unlike guile-ii, which overwrites the "regular" tcl/tk | ||||
* | Revision 3 of the GUILE language; this is actually the port of | jkh | 1995-08-30 | 5 | -0/+138 |
choice now. |