summaryrefslogtreecommitdiff
path: root/devel/gettext-lib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-04-20Use $(INSTALL), not $(INSTALL_DATA), to install a library. Some platformstv1-2/+2
(e.g., Interix) still expect a shlib to be executable, and INSTALL_DATA installs with mode 644 (non-executable).
2004-03-08Improvements for DESCRiption and COMMENT.reed1-2/+2
(The DESCRiption was same as the other gettext package, and the COMMENT mentioned "Tools".)
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14USE_BUILDLINK should be "yes", not just defined.jlam1-4/+4
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-01-06It's "overwrite" not "overview"!!jlam1-2/+2
2004-01-05bl3ifyjlam1-3/+5
2003-09-25add -DSTATIC=static to the Darwin-specific defines so that libintldanw1-3/+3
doesn't completely gratuitously export a symbol that conflicts with libiconv
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-27Revert last after libtool now behaves as expected.jschauma1-7/+1
2003-03-27Make this install using the correct major under Irix. Oddly, libtool determinesjschauma1-1/+7
the right version for most other packages (AFAICT), but this package seems to be different.
2003-03-22Fix build on Darwin, using patch in PR pkg/20396 by Yves de Champlain.jmmv1-1/+7
2002-12-22These packages are no longer needed to bootstrap buildlink2. Simplify thejlam1-11/+7
building of these packages by using buildlink2.
2002-12-02The correct style is "foo-[0-9]*", not "foo-*", when wildcarding a packagejlam1-2/+2
for a dependency match.
2002-12-02Simplify by using BUILD_DIRS instead of custom do-build and do-installjlam1-7/+2
targets.
2002-11-27bite the bullet and upgrade to 0.11.5drochner1-7/+6
There are too many changes to list in a sensible way. The most visible change for me is that libintl requires libiconv now. Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex. This pkg used to expose buildlink2 problems - the pkg libintl was pulled in in cases where USE_GNU_GETTEXT was not set. There were some improvements to libtool filtering, and x11/gtk builds now, so I hope this is settled.
2002-08-23Merge devel/gettext-lib from buildlink2 back into the main trunk. Thisjlam1-2/+9
package is used to build shells/bash2, which is needed to use buildlink2 on Darwin.
2002-08-19Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solarisseb1-1/+3
fix build and PLIST: - obey PKGLOCALEDIR - fix libtool's install mode invocation.
2002-07-19Use CONFIG_{GUESS,SUB}_OVERRIDE to fix build problem on Darwin, noted byschmonz1-1/+3
Randy Beaudreault <maccult@pacbell.net>.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
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-06-28Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-04-21Deprecate PATCH_SUM_FILE; use distinfo file from gettext.wiz1-2/+2
2001-04-21Add "CONFLICTS=gettext<=0.10.35" since it installs the same files thatfrueauf1-1/+2
gettext-0.10.35 and older versions installed.
2001-03-16Remove makepatchsum target.wiz1-3/+1
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-29move installation of gettextize files to devel/gettext.itojun1-1/+2
repair gettext build on fresh install. re-introduce gettextize file installation. reported by: mycroft
2000-11-16add HOMEPAGEwiz1-1/+2
2000-10-31no info on this directoryitojun1-3/+1
2000-10-31split devel/gettext into devel/gettext and devel/gettext-lib.itojun1-0/+30
TODO: gettext-lib can be omitted if we have /usr/lib/libintl.a.