summaryrefslogtreecommitdiff
path: root/devel/libtool-base
AgeCommit message (Collapse)AuthorFilesLines
2003-09-18Specify the category when including other files and when depending on otherjmmv1-2/+2
packages. From PR pkg/21864 by ccatrian at eml.cc.
2003-02-17convert to use test target from bsd.pkg.mkdillo1-3/+2
addresses PR pkg/19416
2003-01-25Now that we have ${PREFIX}/share/aclocal in the mdist files, don't try toagc1-2/+1
delete the directory via an @unexec directive.
2003-01-10Install a ${PREFIX}/bin/shlibtool as part of the devel/libtool-basejlam2-6/+33
package. shlibtool will not build static libraries. Add handling in bsd.pkg.mk for a variable named "SHLIBTOOL_OVERRIDE" that is analogous to LIBTOOL_OVERRIDE and causes any listed libtool scripts to be replaced with a symlink to shlibtool, and teach buildlink2 about shlibtool. Bump PKGREVISION of devel/libtool* packages to 11.
2002-12-22These packages are no longer needed to bootstrap buildlink2. Simplify thejlam1-31/+4
building of these packages by using buildlink2.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-11-21Don't use buildlink2 since we may need this package to bootstrapjlam1-7/+30
buildlink2.
2002-10-09Complete conversion to buildlink2 (untested -- Darwin-only change -- pleasewiz1-2/+2
test!).
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+3
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-05-21Make libtool work on Darwin, based on the patches in pkg/16104 byschmonz1-1/+5
Jeff Putsch <jdputsch@attbi.com>. Also repair a typo that had prevented '-fno-common' from being passed along (found and fixed by skrll). Bump PKGREVISION. Approved by skrll.
2002-04-17PKGREVISION is set in libtool/Makefile.common. Without this fixmartti1-2/+2
you would see something like this from "lintpkgsrc -i": Version mismatch: 'libtool-base' 1.4.20010614nb8 vs 1.4.20010614UNDEFINEDnb8
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-20Actually, the CONFLICTs should be against libtool<=1.3.5nb11, not <.wiz1-2/+2
2001-04-17Share a common distinfo.skrll1-17/+0
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Restore old numbering scheme for libraries on Solaris as discussed onskrll2-39/+1
tech-pkg.
2001-02-28Use seperate package list for Solaris.tron2-1/+39
2001-02-27Update libtool to be based on a CVS snapshot of the multi-language branchskrll2-5/+11
2001-02-19Add conflict on libtool<1.3.5nb11, to prevent upgrade problems.hubertf1-1/+3
Noted by Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at> on tech-pkg.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2001-02-03Rip libtool apart into "base" pkg and "info" pages. hubertf4-0/+65
This is the base system that's enough to do work (and bootstrap a system!)