2006-01-03 10:45:57 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Add DragonFly support. Fix ambigious conversions for GCC 3.4+ by
explicitly casting positions to long, since that is what the code
expects.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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-09-10 21:32:44 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 0.8, and add patches from FreeBSD ports to make this build
with gcc3 (only, so GCC_REQD=3.0 now).
Changes since 0.7:
- Piotr Klaban helped to port the library under
Sun Solaris 2.6.
- Vitaly Fedrushkov fixed some warnings with egcs
and improved signal handling.
- Artur Harasimiuk fixed a bug in TMemo.cc.
- Thorsten Dittmar helped to spot a
buffer overflow problem in asm.cc.
- Vladimir Zarozhevsky sent a patch for bsdi.
- Sergey Clushin ported the help compiler.
- Helmut Fahrion
|
2004-04-25 08:05:45 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2003-12-03 23:14:46 by Krister Walfridsson | Files touched by this commit (19) |
Log message:
Change MAINTAINER to "tech-pkg" instead of the previous \
"packages".
|
2003-09-28 11:13:59 by Johnny C. Lam | Files touched by this commit (102) |
Log message:
Back out last change related to moving ncurses/buildlink2.mk to
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.
|