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-15 22:56:31 by Dan McMahill | Files touched by this commit (5) |
Log message:
- don't hard code the c compiler name.
- automatically figure out MAIN__ vs _MAIN__
- don't clobber the path when running f2c-f77. This lets you
have a better chance of finding the c compiler!
With all this this package now seems fully functional on solaris-2.9 as
well as NetBSD.
|
2004-09-15 14:27:26 by Dan McMahill | Files touched by this commit (2) |
Log message:
add a minor patch to make this package actually work on 64 bit systems.
hello.f works on alpha's too now.
|
2004-09-15 00:09:40 by Dan McMahill | Files touched by this commit (7) |
Log message:
libtool-ize this for building its shared libs instead of using
bsd.lib.mk. Should address PR26628 where this package can't
build on solaris. In addition, this cleans up some PLIST hacks.
|
2004-05-12 15:23:08 by Thomas Klausner | Files touched by this commit (1) |
Log message:
No USE_BUILDLINK2 package sets USE_FORTRAN any longer -- convert support
to bl3 and remove f2c's buildlink2.mk file.
|
2004-05-11 07:28:20 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Provide a buildlink3.mk.
|
2004-04-09 23:07:48 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Do not override LIBOWN and LIBGRP.
|
2004-03-13 14:47:40 by Dan McMahill | Files touched by this commit (2) |
Log message:
include x86_64 in the 64-bit list. Hopefully fixes recently noted problems
on x86_64.
|
2004-02-17 07:36:38 by grant beattie | Files touched by this commit (1) |
Log message:
bl3ify. rename post-patch target to do-configure, as the compiler is
not available before the buildlink phase, and calling the compiler in
the patch phase is Wrong.
|