2005-03-14 16:46:18 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix imlib2-config output to include -Wl,-R. Bump PKGREVISION.
|
2005-03-11 00:39:53 by Roland Illig | Files touched by this commit (4) |
Log message:
Replaced the patch-aa (worked only with NetBSD-2.0) with patch-ab (works
also with NetBSD-1.6.2). Bumped PKGREVISION, because the actual code
changes. The patch is ugly (as usual), but small. Reviewed by christos.
|
2005-01-23 20:43:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Add patch to fix build on 2.0, based on a suggestion by OBATA Akio in PR 28943.
Also closes PR 28984.
|
2005-01-11 14:37:54 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
Changes 1.2.0:
* Source tree clean up
* Bug fixes
|
2004-12-29 00:18:22 by Jeremy C. Reed | Files touched by this commit (139) | |
Log message:
Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.
(If I missed any, please let me know -- and let me know a good
way to automate this.)
|
2004-10-15 14:22:14 by Todd Vierling | Files touched by this commit (13) |
Log message:
Update linkage to libltdl (via imlib2), now in its own package.
|
2004-10-06 21:35:25 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Add the bzip2 buildlink3.mk file.
Fixes PR 27167 from Robert Lillack.
|
2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
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-07 21:22:21 by Julio M. Merino Vidal | Files touched by this commit (1) | |
Log message:
Include libtool's buildlink3.mk file, as Imlib2 now uses libltdl. This fixes
eterm build, and probably other packages. Not bumping the dependency version
because, AIUI, this won't change any packages: it just fixes their build, and
the version bump should have been done during the real update.
|