summaryrefslogtreecommitdiff
path: root/devel/libtool-info
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-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-06-23Convert to USE_NEW_TEXINFO.seb2-6/+5
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-18Use `${INSTALL_INFO}' instead of `install-info'.seb1-3/+3
2002-02-18Introduce new framework for handling info files generation and installation.seb1-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
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-07-09fdl.texi has been part of the distibution for sometime now...skrll1-2/+1
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-28whitespace fixeswiz1-2/+1
2001-02-28makeinfo generates a libtool.info-5 now, too, so add it.jlam1-1/+2
2001-02-27Update libtool to be based on a CVS snapshot of the multi-language branchskrll1-2/+3
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 apart libtool into "base" and "info" part.hubertf4-0/+41
This is (only) the info pages. Reason for the ripout: * To build the info pages, you need gtexinfo * to build gtexinfo, you need zlib * zlib is a library, which can be built with libtool. (Now, after this chicken-and-egg situation is resolved :-)