summaryrefslogtreecommitdiff
path: root/devel/gettext
AgeCommit message (Collapse)AuthorFilesLines
2003-12-05If we're on AIX, don't remove the .a library: it's the shared library.erh5-39/+62
Combine patch-ai into patch-ah to make future updates easier.
2003-10-19Add TEST_TARGETheinz1-1/+3
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
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-2/+2
2003-06-23Convert to USE_NEW_TEXINFO.seb2-6/+3
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-04-27Move documentation to share/doc/gettext. Bump PKGREVISION to 2.jmmv5-53/+81
2002-12-22Bump the PKGREVISION of devel/gettext: force the Java compiler to gojlam2-12/+8
undetected so that the Java classes aren't built and installed. The gettext Java classes should go into a separate package so that all OSes may install them, not just Solaris.
2002-12-12Handle the optional installation of the gettext.jar java class, whichgrant2-3/+13
is installed if a working java compiler is found (eg. Solaris).
2002-12-12Enforce the necessary gettext-lib version dependency in the gettextjlam1-2/+3
Makefile instead of relying on the buildlink2.mk file to do it.
2002-12-11Don't use -no-undefined when building with libtool as it causes problemsjlam3-1/+29
on Solaris due to a missing shared libgcc library. This addresses PR 19214 by grant@netbsd.org.
2002-12-11Remove unnecessary inclusion of libiconv/buildlink2.mk as the gettext-libjlam1-2/+1
buildlink2.mk file does it for us automatically.
2002-12-02The gettext fix has migrated to gettext-lib/buildlink2.mkjlam1-2/+1
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo3-15/+5
2002-11-27bite the bullet and upgrade to 0.11.5drochner14-375/+252
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-28buildlink1 -> buildlink2jlam1-3/+3
2002-08-19Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solarisseb5-21/+45
fix build and PLIST: - obey PKGLOCALEDIR - fix libtool's install mode invocation.
2002-07-21Darwin doesn't provide _tolower(), an XSI extension that works likeschmonz2-16/+8
tolower() but requires uppercase input. It's always safe to use tolower() instead, at the possible expense of a little execution time. Thanks to simonb for the explanation. From Jeffrey Putsch <jdputsch@attbi.com> on tech-pkg@.
2002-07-19Use CONFIG_{GUESS,SUB}_OVERRIDE to fix build problem on Darwin, noted byschmonz1-1/+3
Randy Beaudreault <maccult@pacbell.net>.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+6
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-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
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-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-02Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-4/+3
2001-06-16Don't install m4 files; part of update to 0.10.35nb2.jlam1-4/+1
2001-06-16Update gettext to 0.10.35nb2. The only change is to factor out the m4jlam3-6/+8
files into a separate package, gettext-m4, and add a dependency on it.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-3/+3
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-16/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron2-15/+15
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron2-15/+15
"${LOCALBASE}".
2001-01-14Correct package list for Solaris.tron2-15/+15
2000-11-29move installation of gettextize files to devel/gettext.itojun4-13/+38
repair gettext build on fresh install. re-introduce gettextize file installation. reported by: mycroft
2000-11-29Revert previous commit. It doens't even *compile*.mycroft1-24/+1
2000-11-29Back out previous change. It doesn't even *compile*.mycroft1-7/+1
2000-11-27make gettextize work again. this should fix packages that use automake.itojun2-10/+40
2000-11-16add HOMEPAGEwiz1-1/+2
2000-11-02look at /usr/pkg/{include,lib}, so that we can build it withitojun1-1/+3
devel/gettext-lib (not with in-tree libintl). from lukem.
2000-10-31use USE_LIBINTL. now devel/gettext does not need devel/gettext-lib,itojun1-3/+2
if /usr/lib/libintl.a exists.
2000-10-31make sure to nuke local libintl.hitojun1-1/+4
2000-10-31split devel/gettext into devel/gettext and devel/gettext-lib.itojun7-32/+115
TODO: gettext-lib can be omitted if we have /usr/lib/libintl.a.
2000-10-31because of addition of --with-included-gettext (revision 1.15),itojun1-15/+1
"if SunOS" clause does not hold any more.
2000-09-19Configure with option "--with-included-gettext" to avoid building antron1-1/+2
useless "libintl" if the "gettext" package is already installed. Fix provided by Olaf 'Rhialto' Seibert in PR pkg/11039.
2000-06-30Add bugfixes from glibc and build a shared library version of libintl.danw10-10/+258
Bump version to 0.10.35nb1.
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-10-04The distribution file for "gettext-0.10.35" is finally available on thetron1-2/+2
GNU master site.
1999-07-09Add package patch-sum filesagc1-0/+3