Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-02-18 | Introduce new framework for handling info files generation and installation. | seb | 2 | -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-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -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-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-02 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -4/+3 | |
2001-06-16 | Don't install m4 files; part of update to 0.10.35nb2. | jlam | 1 | -4/+1 | |
2001-06-16 | Update gettext to 0.10.35nb2. The only change is to factor out the m4 | jlam | 3 | -6/+8 | |
files into a separate package, gettext-m4, and add a dependency on it. | |||||
2001-06-12 | LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if | jlam | 1 | -2/+2 | |
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -3/+3 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -16/+14 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-26 | Use "PKGLOCALEDIR" instead of "LOCALEDIR". | tron | 2 | -15/+15 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-13 | Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with | tron | 2 | -15/+15 | |
"${LOCALBASE}". | |||||
2001-01-14 | Correct package list for Solaris. | tron | 2 | -15/+15 | |
2000-11-29 | move installation of gettextize files to devel/gettext. | itojun | 4 | -13/+38 | |
repair gettext build on fresh install. re-introduce gettextize file installation. reported by: mycroft | |||||
2000-11-29 | Revert previous commit. It doens't even *compile*. | mycroft | 1 | -24/+1 | |
2000-11-29 | Back out previous change. It doesn't even *compile*. | mycroft | 1 | -7/+1 | |
2000-11-27 | make gettextize work again. this should fix packages that use automake. | itojun | 2 | -10/+40 | |
2000-11-16 | add HOMEPAGE | wiz | 1 | -1/+2 | |
2000-11-02 | look at /usr/pkg/{include,lib}, so that we can build it with | itojun | 1 | -1/+3 | |
devel/gettext-lib (not with in-tree libintl). from lukem. | |||||
2000-10-31 | use USE_LIBINTL. now devel/gettext does not need devel/gettext-lib, | itojun | 1 | -3/+2 | |
if /usr/lib/libintl.a exists. | |||||
2000-10-31 | make sure to nuke local libintl.h | itojun | 1 | -1/+4 | |
2000-10-31 | split devel/gettext into devel/gettext and devel/gettext-lib. | itojun | 7 | -32/+115 | |
TODO: gettext-lib can be omitted if we have /usr/lib/libintl.a. | |||||
2000-10-31 | because of addition of --with-included-gettext (revision 1.15), | itojun | 1 | -15/+1 | |
"if SunOS" clause does not hold any more. | |||||
2000-09-19 | Configure with option "--with-included-gettext" to avoid building an | tron | 1 | -1/+2 | |
useless "libintl" if the "gettext" package is already installed. Fix provided by Olaf 'Rhialto' Seibert in PR pkg/11039. | |||||
2000-06-30 | Add bugfixes from glibc and build a shared library version of libintl. | danw | 10 | -10/+258 | |
Bump version to 0.10.35nb1. | |||||
1999-10-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 | |
1999-10-04 | The distribution file for "gettext-0.10.35" is finally available on the | tron | 1 | -2/+2 | |
GNU master site. | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1999-05-23 | We don't use libtool to make shared objects, so don't add an unnecessary | tv | 2 | -24/+3 | |
dependence on pkglibtool. | |||||
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -4/+3 | |
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". | |||||
1999-04-06 | Make this work on Solaris. | agc | 1 | -1/+15 | |
1999-03-12 | As pointed out by Michael Brakemeier the distribution file for "gettext" | tron | 1 | -3/+2 | |
version 0.10.35 can be found on "alpha.gnu.org". | |||||
1999-03-11 | For reasons unknown to me the distribution file for "gettext-0.10.35" is | tron | 1 | -2/+3 | |
no longer available on "ftp.gnu.org". Because at least GNOME doesn't work with the old 0.10 version we keep the source on "ftp.netbsd.org" now. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -3/+3 | |
1998-12-29 | As we don't use the included libtool we don't need to configure it. | tron | 1 | -9/+15 | |
1998-12-28 | Move "gettext" package from "misc" to "devel" category. | tron | 1 | -2/+2 | |
1998-12-28 | Move "gettext" package from "misc" to "devel" category. | tron | 5 | -5/+5 | |
1998-12-23 | Update "gettext" package to version 0.10.35. | tron | 5 | -74/+77 | |
1998-11-13 | pkglint: add %D/bin/ to install-info (this gets not installed to X11BASE). | frueauf | 1 | -3/+3 | |
1998-10-04 | Don't attempt to remove "${PREFIX}/share/locale" because that directory | tron | 1 | -2/+1 | |
is used by many other packages, too. | |||||
1998-09-04 | Modify for NetBSD: | agc | 7 | -16/+16 | |
+ add NetBSD RCS Ids. + modify comments and descriptions + add INFO files in Makefile etc. | |||||
1998-09-04 | Initial import of GNU gettext 0.10, tools for providing messages in | agc | 7 | -0/+114 | |
different languages, into the NetBSD packages collection. This is taken from the FreeBSD port. |