summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2004-05-13Back out changes made in 3.75, it's too slow for lintpkgsrc. Make it 3.76.salo2-4/+4
2004-05-12bump to 20040512 (another poll.h fix)grant1-2/+2
2004-05-12don't include poll.h or sys/poll.h, but instead, undefine HAVE_POLL_Hgrant1-8/+4
and HAVE_SYS_POLL_H if we don't have a native poll() implementation. prevents including of libnbcompat's poll.h as well as the system's poll.h where we should be ignoring the system's poll.h. fix tested by Jeff Rizzo on MacOSX 10.3.3.
2004-05-10Welcome to 3.75.salo2-4/+4
Use real value of PKGNAME, suppress bogus warnings when PKGNAME is created from altering DISTNAME with make modifiers (e.g., S or C).
2004-05-10The existence of the kde-i18n-sr@Latn pkg makes it clear that _pkgatatat2-5/+7
also needs escapement treatment so that the eval doesn't barf. Since _ver is the only thing left, do that one, too. This makes 3.74.
2004-05-09Unused.wiz1-28/+0
2004-05-09Update pkg_chk to 1.48abs2-6/+6
Fix awk usage for nawk in 2.0
2004-05-09Resurrect do-extract target, following atatat's advice.jschauma1-3/+8
This way, sources are extracted first as any other package, allowing for local patches.
2004-05-08sync with src/ rev. 1.101:grant1-3/+3
fix typo.
2004-05-08Import pkg_install-20040508. Fixes the -N flag to not cause the -Qjlam3-8/+8
codepath to be executed by correcting the SHOW_* macro definitions. Also fix up some function prototypes so this builds with -Wall. Fixes from pkg/25494.
2004-05-07Import pkg_install-20040507 from src/usr.sbin/pkg_install:jlam7-35/+101
Add a new flag -Q (for "query") to pkg_info(1) to query the build information for the definitions of specific variables that were saved from build time, e.g. $ pkg_info -Q PKGPATH glib devel/glib $ pkg_info -Q PROVIDES glib /usr/pkg/lib/libglib.so.13 /usr/pkg/lib/libgmodule.so.13 /usr/pkg/lib/libgthread.so.13
2004-04-301.10: Add a chunk of shlib override make-code to make this work on Interix,tv4-9/+80
and patch site.def (but differently from how it is patched on OpenWindows).
2004-04-2820040428: In pkg_add, set the umask nice and early, and remove an absolutetv2-6/+7
setting of mode in a mkdir command.
2004-04-28Obey additional bits of CONFIGURE_ENV when configuring libnbcompat.tv1-4/+3
2004-04-27"${ECHO} -n" -> "${ECHO_N}"tv2-9/+9
2004-04-27use grep >/dev/null instead of grep -q for the benefit of solarisdmcmahill1-3/+3
2004-04-25Convert to bl3.wiz1-5/+5
2004-04-24fix a sentence, fix a typo, s/netbsd.org/NetBSD.org/grant1-4/+4
2004-04-24pkglint now reports if sees etc/rc.d in Makefile or PLIST.reed2-3/+15
Should use RCD_SCRIPTS mechanism (which can automatically install to ${RCD_SCRIPTS_EXAMPLEDIR}) which automatically registers the rc.d script(s) in the PLIST. New version is 3.73.
2004-04-23make sure we define HAVE_POLL if a usable poll() implementation isgrant3-33/+49
found, and re-arrange the test a little for clarity. fixes build on (at least) FreeBSD 5.x.
2004-04-21Sync to 20040421: fix an uninitialized array member access in pkg_add.tv2-4/+5
2004-04-201.5.2: Use proper number of dollars for variable.wiz3-6/+6
Reported by Kouichirou Hiratsuka in PR 25259.
2004-04-20bump version to 20040420 (Darwin 7 poll() fix).grant1-2/+2
2004-04-20workaround poll() being a compatibility function on Darwin 7grant4-18/+404
(MacOSX 10.3) by adding a custom test for _POLL_EMUL_H_ which is defined in poll.h on some MacOSX 10.3 systems. not all 10.3 systems have poll.h, so only do the poll() test if at least one of the header files is found.
2004-04-20no need to test for poll() twice.grant2-4/+3
2004-04-18Include limits.h if available to shut down warnings about UINT_MAX onheinz2-1/+9
Unixware. Also tested on Linux, Solaris and NetBSD.
2004-04-17Update to version 3.72.seb2-4/+5
Use more portable Cwd::cwd() instead of $ENV{'PWD'}
2004-04-16Use statvfs on UnixWare, similar to Solaris and IRIX.heinz2-5/+5
2004-04-16Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLEheinz7-376/+929
in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead of HAVE_STRUCT_STAT_ST_FLAGS. This avoids confusion on UnixWare which has 'st_flags' but does _not_ support file flags.
2004-04-15Update to 3.71: print a fatal error if there are any direct dependencies tojmmv2-3/+10
the -dirs packages. Suggest usage of USE_DIRS instead.
2004-04-13Update pkg_chk to 1.47:abs2-4/+5
- Substitute in @SH@, to ensure we get a sane shell on Solaris From Ben Secrest
2004-04-13Convert to buildlink3 and enable pkgviews installation.schmonz1-1/+8
2004-04-12Update to 3.70: give errors if the package installs documenation files underjmmv2-3/+18
PREFIX/doc or if it registers configuration files in PREFIX/etc (because it does not honour PKG_SYSCONFDIR properly).
2004-04-12Check for pkgsrc-wip remnants. Welcome to 3.69.salo2-3/+24
2004-04-11Add pre-generated .0 manpages; only regen under SunOS or AIX.jschauma5-3/+115
2004-04-11Add a pre-generated .0 manpage; only regen under SunOS or AIX.jschauma4-20/+368
2004-04-11Add pre-formatted catman pages, so we don't rely on the OPSYS providingjschauma3-29/+222
nroff, nor do we need to depend on textproc/groff. Regen .0 pages under SunOS and AIX as for audit-packages.
2004-04-11Update pkg_install to 20040411, pulling up the changes in the NetBSD sourcerh6-20/+64
tree: Make pkg_add recognise binary packages built with ignored recommendations (IGNORE_RECOMMENDED set in the presence of RECOMMENDED pre-requisites). This change is fully backward-compatible: binary packages have set the corresponding BUILD_INFO since RECOMMENDED was implemented. Packages built before that time will install as before. Bump PKGTOOLS_VERSION to 20040411. This closes PR pkg/24712 by Thomas Klausner.
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Update url2pkg to 1.25. The only change is that this now setsrh2-4/+4
USE_BUILDLINK3 instead of USE_BUILDLINK2.
2004-04-09Merge 20040409: Parameterize the umask calls so that defs.*.mk can changetv6-13/+20
it on a per-opsys basis (and so that mk.conf can override it to match what the pkgsrc builder is using).
2004-04-08Update pkg_chk to 1.46:abs2-30/+26
- Fix nawk issues (NetBSD-2.0 and Solaris) - Fixes PR pkg/24931 - Fix inverted -k test when generating list of binary packages - Misc cleanup & removal of debugging entry
2004-04-07Bring over a fix from main sources:agc1-11/+14
revision 1.5 date: 2004/04/06 05:56:07; author: agc; state: Exp; lines: +14 -11 Fix signature verification after pkg_add and friends were changed to use fexec() - trying to exec "gpg --verify %s" won't work with fexec, so split up the command into separate words.
2004-04-07It's INSTALLATION_DIRS, not INSTALL_DIRS.jmmv1-2/+2
2004-04-02Update to 1.18:jmmv3-7/+12
- Make kern-GENERIC.tgz part of the default SETS value, so that we get a kernel inside the chroot. If the user removes it from the list, and no /netbsd file exists after extraction, create an empty /netbsd kernel. This fixes packages that look for a kernel during compilation, like net-snmp. Found by cube@.
2004-03-30Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name sincejlam1-8/+6
we use it in several places within pkgsrc as a public variable.
2004-03-30Sync with 20040330.tv4-9/+9
2004-03-29Remove warning on Interix; OK'd by hubertf.tv1-2/+4
2004-03-29Remove umask call and remove warning on Interix; OK'd by hubertf.tv1-3/+4
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-9/+12
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.