summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-03-29Enable pkgviews installation.schmonz1-1/+5
2004-03-29Eek, revert previous; these weren't supposed to be committed.tv2-10/+4
2004-03-29Obey CPPFLAGS.tv3-6/+13
2004-03-28add missing DESCR to DISTFILES.grant1-2/+2
2004-03-28sync with ../DESCRgrant1-5/+2
2004-03-28remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gccgrant2-4/+2
links created so the compiler can be found. fixes build problem in sketch's bulk build.
2004-03-27reflect pkgchk -> pkg_chk move. bump date. s/netbsd.org/NetBSD.org/grant1-4/+4
2004-03-27pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchkgrant1-2/+2
2004-03-27Moved to pkg_chk.wiz5-933/+0
2004-03-27Move pkgchk to pkg_chk.wiz1-2/+2
2004-03-27Refer to pkg_chk here too.wiz1-1/+1
2004-03-27Re-import pkgtools/pkgchk as pkg_chk so that program name, PKGNAME,wiz5-0/+935
and directory path match. Addresses PR 23679.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+3
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-221.39 from usr.sbin/pkg_install/info/main.c:wiz1-3/+3
Check pkgdb_open for correct return value. From Peter Postma in PR 24863.
2004-03-22USE_BUILDLINK3 must be "yes" or "no", not just defined/undefined.jlam1-2/+2
2004-03-21bump to 20040321 for vis.c multiple char[] fix.grant1-2/+2
2004-03-21Some compilers (e.g. Sunpro) emit one char[] per string, even whenbouyer1-5/+7
multiple identical strings appear in a source file. As a result, comparing char *o to the "" pointer gives the wrong result in vis.c, as the "" pointer we're checking against isn't the same as the "" which initialised char *o. Use a global pointer initialised to "", and use it for MAKEEXTRALIST() calls. Thanks to Christos Zoulas for suggesting the right solution :)
2004-03-18Update pkgtools/createbuildlink to 3.4. Changes from version 3.3jlam2-6/+20
include creating buildlink3.mk files that include other buildlink3.mk files outside of the region that is protected against multiple inclusion. This is required to fix a bug in properly ordering the packages listed in BUILDLINK_PACKAGES.
2004-03-17Force all of the headers and libraries to be symlinked intojlam1-1/+7
${BUILDLINK_X11_DIR}, even in the "pkgviews" case. This makes building X11 packages work with pkgviews again after the X11_TYPE-related changes.
2004-03-15Xrandr won't build without the X Extension library which is only presentrecht1-1/+10
in XFree86>=4.3; ignore it when checking dependencies or buildlinking. Skip also randrext (Xrandr's header files) in this case. The patch agains x11-links' builtin.mk is a slightly modified version of the patch jlam@ posted in: http://mail-index.netbsd.org/tech-pkg/2004/03/15/0001.html ok'd by jlam@
2004-03-15Fix recursive variable assignment.tron1-2/+2
2004-03-15builtin.mk file to hold information about the built-in X11R6jlam1-0/+32
implementation.
2004-03-13Set USE_DIGEST=no to avoid checking and building a new digest package.jlam2-7/+9
XXX This line should be removed once pkgsrc/bootstrap is up and running.
2004-03-13Set USE_NATIVE_GCC in digest to avoid chicken-and-egg problem withjlam1-1/+6
possibly depending on gcc. XXX This should be removed after digest-handling has been changed to be XXX done by BUILD_DEPENDS.