2005-04-27 17:03:31 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
|
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 13:06:59 by Alistair G. Crooks | Files touched by this commit (101) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2004-12-04 19:19:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Note that guppi is no longer maintained (in a comment).
|
2004-12-04 17:23:08 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump BUILDLINK_DEPENDS because of change in guile dependency.
|
2004-12-04 17:22:39 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Convert to use guile-1.6. Bump PKGREVISION.
|
2004-10-15 16:50:07 by Todd Vierling | Files touched by this commit (35) |
Log message:
Update linkage to libltdl (via guile{,14}), which is now its own package.
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-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-07-02 17:18:06 by Matthias Drochner | Files touched by this commit (2) |
Log message:
don't enable gnumeric support, and bump PKGREVISION
This only worked with gnumeric-1.0.x, and depends on gnome1 structures.
gnumeric is at 1.2.x now, uses gnome2 and comes with an own plotting
package.
Should fix PR pkg/26009 by MLH.
|