2003-09-27 19:07:38 by grant beattie | Files touched by this commit (102) |
Log message:
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
2003-08-09 12:59:13 by Stoned Elipot | Files touched by this commit (21) |
Log message:
USE_NEW_TEXINFO is unnecessary now.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | |
Log message:
PKGREVISION bump for libiconv update.
|
2003-07-05 16:50:18 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Convert to USE_NEW_TEXINFO.
|
2003-06-05 07:03:59 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Make this threaded; link libpthread.so in advance and use threaded versions
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-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message:
Drop trailing whitespace. Ok'ed by wiz.
|
2003-01-24 13:36:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
USE_NCURSES is automatically set for SunOS, just include devel/ncurses'
buildlink2.mk unconditionally.
|
2003-01-24 05:22:16 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
* Add GUILE14, GUILE14_CONFIG, and GUILE14_SNARF that may be used by packages
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.
|