summaryrefslogtreecommitdiff
path: root/lang/guile14
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-11-30To be on the safe side, bump PKGREVISION for previous.wiz1-2/+2
2004-11-30Set PTHREAD_AUTO_VARS to make this linkwiz1-1/+2
against libpthread again after recent pthread.bl3.mk rototillage. From jlam.
2004-11-21Include mk/pthread.buildlink3.mk so that linking with libguile workskristerw1-1/+2
on NetBSD 1.6 too.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-5/+1
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv2-5/+5
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-4/+4
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-05-03Convert to buildlink3.snj1-58/+0
2004-05-03Remove PREFIX-setting hack, which makes this package bl3 compatible.wiz3-151/+185
2004-05-02Use buildlink3.snj3-7/+23
2004-03-02Remove info files entries from PLIST.seb1-4/+1
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-6/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-07-05Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-05Make this threaded; link libpthread.so in advance and use threaded versionsuebayasi2-4/+9
of libc functions. Otherwise, it dies when libpthread.so is dynamically loaded by dl_open(3). Supposed to fix PR21522, Gnucash dies on startup. Bump revision to 2.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-01-24USE_NCURSES is automatically set for SunOS, just include devel/ncurses'wiz1-8/+2
buildlink2.mk unconditionally.
2003-01-24* Add GUILE14, GUILE14_CONFIG, and GUILE14_SNARF that may be used by packagesjlam1-11/+32
to invoke the guile, guile-config, and guile-snarf binaries from the guile14 installation. * GUILE14_PREFIX, the result of "pkg_info -p guile14". * GUILE14_SUBDIR, the subdir relative to ${LOCALBASE} where guile14 is installed. * Replace for ${BUILDLINK_DIR}/bin/guile in config files when unbuildinking. * Symlink the guile14 libtool archives into ${BUILDLINK_DIR}/lib to suppress find the libtool archives from a guile package installed into ${LOCALBASE}. We can no longer include both guile/buildlink2.mk and guile14/buildlink2.mk as a result of this change.
2003-01-19bin/guile-snarf is also used by some.uebayasi1-13/+8
2003-01-17'guile-config' didn't produce runtime path information in 'link' command. Fixuebayasi4-5/+19
it, bump revision to 2.
2003-01-16Fix typos in comments.wiz1-3/+3
2003-01-16This package does not conflict with the guile package any longer.wiz1-4/+1
2003-01-16Install into ${LOCALBASE}/guile/1.4 to coexist incompatible later versions.uebayasi2-10/+28
Bump revision. Many thanks to Johnny Lam for Buildlink related instructions from him.
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi2-18/+22
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2003-01-07Refrect the move (lang/guile -> lang/guile14.)uebayasi1-2/+2
2003-01-07Reimport of Guile 1.4.1 for possible backward compatibility issues.uebayasi7-0/+261