Commit graph

101 commits

Author SHA1 Message Date
jlam
a15ba61aaf The gettext fix has migrated to gettext-lib/buildlink2.mk 2002-12-02 22:17:43 +00:00
salo
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
drochner
16af549a21 bite the bullet and upgrade to 0.11.5
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-11-27 17:41:05 +00:00
jlam
9f6ae1c4bf buildlink1 -> buildlink2 2002-08-28 06:49:34 +00:00
seb
3975007add Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solaris
fix build and PLIST:
- obey PKGLOCALEDIR
- fix libtool's install mode invocation.
2002-08-19 19:20:30 +00:00
schmonz
e8cd9f4a50 Darwin doesn't provide _tolower(), an XSI extension that works like
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-21 19:26:30 +00:00
schmonz
4acf5a5358 Use CONFIG_{GUESS,SUB}_OVERRIDE to fix build problem on Darwin, noted by
Randy Beaudreault <maccult@pacbell.net>.
2002-07-19 03:07:21 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
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.
2002-02-18 15:14:00 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-29 01:12:24 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
470208f260 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-08-02 18:11:02 +00:00
jlam
7dd6ee8d15 Don't install m4 files; part of update to 0.10.35nb2. 2001-06-16 03:36:03 +00:00
jlam
f58fbc4ed7 Update gettext to 0.10.35nb2. The only change is to factor out the m4
files into a separate package, gettext-m4, and add a dependency on it.
2001-06-16 03:34:39 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
tron
eaa668697f Use "PKGLOCALEDIR" instead of "LOCALEDIR". 2001-02-26 20:19:43 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
tron
37007212a2 Correct package list for Solaris. 2001-01-14 05:31:12 +00:00
itojun
1ca82b0d3b move installation of gettextize files to devel/gettext.
repair gettext build on fresh install.  re-introduce gettextize file
installation.  reported by: mycroft
2000-11-29 05:05:28 +00:00
mycroft
be44d42b1a Revert previous commit. It doens't even *compile*. 2000-11-29 04:41:02 +00:00
mycroft
30730dbe90 Back out previous change. It doesn't even *compile*. 2000-11-29 04:34:48 +00:00
itojun
1bf5cb7465 make gettextize work again. this should fix packages that use automake. 2000-11-27 11:53:16 +00:00
wiz
7e41edf4f4 add HOMEPAGE 2000-11-16 02:40:12 +00:00
itojun
9a1eab086b look at /usr/pkg/{include,lib}, so that we can build it with
devel/gettext-lib (not with in-tree libintl).  from lukem.
2000-11-02 00:12:29 +00:00
itojun
b79e9a08d3 use USE_LIBINTL. now devel/gettext does not need devel/gettext-lib,
if /usr/lib/libintl.a exists.
2000-10-31 17:20:48 +00:00
itojun
33966e3730 make sure to nuke local libintl.h 2000-10-31 17:12:43 +00:00
itojun
6859c75478 split devel/gettext into devel/gettext and devel/gettext-lib.
TODO: gettext-lib can be omitted if we have /usr/lib/libintl.a.
2000-10-31 17:06:17 +00:00
itojun
a711822713 because of addition of --with-included-gettext (revision 1.15),
"if SunOS" clause does not hold any more.
2000-10-31 11:56:54 +00:00
tron
c7d5c13a57 Configure with option "--with-included-gettext" to avoid building an
useless "libintl" if the "gettext" package is already installed.
Fix provided by Olaf 'Rhialto' Seibert in PR pkg/11039.
2000-09-19 21:01:42 +00:00
danw
1ccea032cc Add bugfixes from glibc and build a shared library version of libintl.
Bump version to 0.10.35nb1.
2000-06-30 17:07:35 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
tron
12c89e1136 The distribution file for "gettext-0.10.35" is finally available on the
GNU master site.
1999-10-04 17:06:58 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tv
32c3a06762 We don't use libtool to make shared objects, so don't add an unnecessary
dependence on pkglibtool.
1999-05-23 19:48:46 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
agc
1bd56846b5 Make this work on Solaris. 1999-04-06 15:42:55 +00:00
tron
a567fd607d As pointed out by Michael Brakemeier the distribution file for "gettext"
version 0.10.35 can be found on "alpha.gnu.org".
1999-03-12 21:05:56 +00:00
tron
e4b0bb4877 For reasons unknown to me the distribution file for "gettext-0.10.35" is
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-03-11 10:35:46 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
tron
d79a686f25 As we don't use the included libtool we don't need to configure it. 1998-12-29 18:10:34 +00:00
tron
3f248a5736 Move "gettext" package from "misc" to "devel" category. 1998-12-28 20:22:24 +00:00
tron
c4dfccdcd7 Move "gettext" package from "misc" to "devel" category. 1998-12-28 20:17:39 +00:00
tron
ed484a6e92 Update "gettext" package to version 0.10.35. 1998-12-23 00:14:16 +00:00
frueauf
53be91712d pkglint: add %D/bin/ to install-info (this gets not installed to X11BASE). 1998-11-13 01:32:03 +00:00
tron
8b4382758b Don't attempt to remove "${PREFIX}/share/locale" because that directory
is used by many other packages, too.
1998-10-04 22:04:54 +00:00
agc
877ca9ccf4 Modify for NetBSD:
+ add NetBSD RCS Ids.
+ modify comments and descriptions
+ add INFO files in Makefile
etc.
1998-09-04 12:38:53 +00:00
agc
e1c6bd0534 Initial import of GNU gettext 0.10, tools for providing messages in
different languages, into the NetBSD packages collection.  This is
taken from the FreeBSD port.
1998-09-04 12:33:38 +00:00