summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install-info
AgeCommit message (Collapse)AuthorFilesLines
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2018-01-27pkgtools/*: Realign variables in Makefilesrillig1-2/+2
Mainly done by pkglint, manually reviewed and improved in some few cases.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-03-03LICENSE=gnu-gpl-v2 (or later)obache1-1/+2
2014-03-03Just define PKGNAME and use it.obache1-4/+2
2013-09-08Fix const usage.joerg1-20/+10
2012-09-11"user-destdir" is default these daysasau1-2/+1
2011-11-11Missing forward prototypes.joerg1-1/+2
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2008-05-16Uses bsd.prog.mk, so add USE_BSD_MAKEFILE=yes.tnn1-2/+2
2007-11-08Supports DESTDIR.joerg1-1/+2
2007-07-31Disable CHECK_PERMS here as it is needed for groff onsome platforms.joerg1-1/+2
2006-12-24added hack to work around gcc issue with -O3 optimizationschwarz1-0/+15
2006-03-11Explain why this exists and mention other package with it.reed1-1/+6
2006-03-10Add -DHAVE_CONFIG_H to CPPFLAGS so xstrdup.c will include <string.h>epg1-1/+2
and get the correct prototypes for strcpy and strlen. Fixes build on Ubuntu Linux, and likely others.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-3/+3
NO_BUILD, USE_LIBTOOL.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-07Check for vprintf() in configure script. This fix the build on Solaris 10.seb4-254/+685
Regenerate config.h.in and configure files. Thanks to gavan@ for the report and testing! Bump PKGREVISION to 3.
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
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.)
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-10bl3ify and enable pkgviews installation.minskim1-2/+6
2004-01-25honour BINOWN and BINGRP.grant1-1/+3
from Min Sik Kim in PR pkg/24176.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-10GNU TeXinfo's gettext.h unconditionally include locale.h whenseb4-6/+168
__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-10Darwin 5.5 does not have getopt.h (says schmonz@, thanks for the report).seb5-3/+1652
Fix this once for all the way GNU TeXinfo does it: provide GNU getopt* sources and unconditionally compile them! Bump PKGREVISION.
2003-06-09Initial import of pkg_install-info version 4.5 into the NetBSD Packagesseb19-0/+7515
Collection. This package provides a standalone GNU install-info utility.