Commit graph

19 commits

Author SHA1 Message Date
joerg
402a1d0078 Disable CHECK_PERMS here as it is needed for groff onsome platforms. 2007-07-31 14:40:45 +00:00
schwarz
69e1646f4d added hack to work around gcc issue with -O3 optimization 2006-12-24 14:07:55 +00:00
reed
887f068344 Explain why this exists and mention other package with it. 2006-03-11 04:29:25 +00:00
epg
ee3f12b91f Add -DHAVE_CONFIG_H to CPPFLAGS so xstrdup.c will include <string.h>
and get the correct prototypes for strcpy and strlen.

Fixes build on Ubuntu Linux, and likely others.
2006-03-10 06:10:44 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
seb
8f19e8b6a5 Check for vprintf() in configure script. This fix the build on Solaris 10.
Regenerate config.h.in and configure files.
Thanks to gavan@ for the report and testing!

Bump PKGREVISION to 3.
2005-02-07 16:12:38 +00:00
tv
049d18c583 Don't "cp -p" for *source* files. Builds are usually done as an unprivileged
user, so it's not nice to try to use an option that will try to chown if
the repository isn't owned by the builder.

(Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2005-01-06 05:32:29 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
minskim
099cdb48e5 bl3ify and enable pkgviews installation. 2004-03-10 22:54:47 +00:00
grant
c9cbc931c9 honour BINOWN and BINGRP.
from Min Sik Kim in PR pkg/24176.
2004-01-25 03:29:57 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
seb
ed63d13051 GNU TeXinfo's gettext.h unconditionally include locale.h when
__sun is defined by cpp. Hence the build was quite broken
on Solaris.

Fix by adding configure bits to check for locale.h, setlocale() and
LC_MESSAGES.

Build is now ok on Solaris 9 and Solaris 8.

Bump PKGREVISION.
2003-06-10 20:20:39 +00:00
seb
89b631a159 Darwin 5.5 does not have getopt.h (says schmonz@, thanks for the report).
Fix this once for all the way GNU TeXinfo does it: provide GNU
getopt* sources and unconditionally compile them!

Bump PKGREVISION.
2003-06-10 07:02:11 +00:00
seb
6710fd35f2 Initial import of pkg_install-info version 4.5 into the NetBSD Packages
Collection.

This package provides a standalone GNU install-info utility.
2003-06-09 22:16:10 +00:00