Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-18 | Include limits.h if available to shut down warnings about UINT_MAX on | heinz | 2 | -1/+9 | |
Unixware. Also tested on Linux, Solaris and NetBSD. | |||||
2004-04-17 | Update to version 3.72. | seb | 2 | -4/+5 | |
Use more portable Cwd::cwd() instead of $ENV{'PWD'} | |||||
2004-04-16 | Use statvfs on UnixWare, similar to Solaris and IRIX. | heinz | 2 | -5/+5 | |
2004-04-16 | Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE | heinz | 7 | -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-15 | Update to 3.71: print a fatal error if there are any direct dependencies to | jmmv | 2 | -3/+10 | |
the -dirs packages. Suggest usage of USE_DIRS instead. | |||||
2004-04-13 | Update pkg_chk to 1.47: | abs | 2 | -4/+5 | |
- Substitute in @SH@, to ensure we get a sane shell on Solaris From Ben Secrest | |||||
2004-04-13 | Convert to buildlink3 and enable pkgviews installation. | schmonz | 1 | -1/+8 | |
2004-04-12 | Update to 3.70: give errors if the package installs documenation files under | jmmv | 2 | -3/+18 | |
PREFIX/doc or if it registers configuration files in PREFIX/etc (because it does not honour PKG_SYSCONFDIR properly). | |||||
2004-04-12 | Check for pkgsrc-wip remnants. Welcome to 3.69. | salo | 2 | -3/+24 | |
2004-04-11 | Add pre-generated .0 manpages; only regen under SunOS or AIX. | jschauma | 5 | -3/+115 | |
2004-04-11 | Add a pre-generated .0 manpage; only regen under SunOS or AIX. | jschauma | 4 | -20/+368 | |
2004-04-11 | Add pre-formatted catman pages, so we don't rely on the OPSYS providing | jschauma | 3 | -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-11 | Update pkg_install to 20040411, pulling up the changes in the NetBSD source | rh | 6 | -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-11 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-04-11 | Update url2pkg to 1.25. The only change is that this now sets | rh | 2 | -4/+4 | |
USE_BUILDLINK3 instead of USE_BUILDLINK2. | |||||
2004-04-09 | Merge 20040409: Parameterize the umask calls so that defs.*.mk can change | tv | 6 | -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-08 | Update pkg_chk to 1.46: | abs | 2 | -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-07 | Bring over a fix from main sources: | agc | 1 | -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-07 | It's INSTALLATION_DIRS, not INSTALL_DIRS. | jmmv | 1 | -2/+2 | |
2004-04-02 | Update to 1.18: | jmmv | 3 | -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-30 | Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name since | jlam | 1 | -8/+6 | |
we use it in several places within pkgsrc as a public variable. | |||||
2004-03-30 | Sync with 20040330. | tv | 4 | -9/+9 | |
2004-03-29 | Remove warning on Interix; OK'd by hubertf. | tv | 1 | -2/+4 | |
2004-03-29 | Remove umask call and remove warning on Interix; OK'd by hubertf. | tv | 1 | -3/+4 | |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -9/+12 | |
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly. | |||||
2004-03-29 | Enable pkgviews installation. | schmonz | 1 | -1/+5 | |
2004-03-29 | Eek, revert previous; these weren't supposed to be committed. | tv | 2 | -10/+4 | |
2004-03-29 | Obey CPPFLAGS. | tv | 3 | -6/+13 | |
2004-03-28 | add missing DESCR to DISTFILES. | grant | 1 | -2/+2 | |
2004-03-28 | sync with ../DESCR | grant | 1 | -5/+2 | |
2004-03-28 | remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gcc | grant | 2 | -4/+2 | |
links created so the compiler can be found. fixes build problem in sketch's bulk build. | |||||
2004-03-27 | reflect pkgchk -> pkg_chk move. bump date. s/netbsd.org/NetBSD.org/ | grant | 1 | -4/+4 | |
2004-03-27 | pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchk | grant | 1 | -2/+2 | |
2004-03-27 | Moved to pkg_chk. | wiz | 5 | -933/+0 | |
2004-03-27 | Move pkgchk to pkg_chk. | wiz | 1 | -2/+2 | |
2004-03-27 | Refer to pkg_chk here too. | wiz | 1 | -1/+1 | |
2004-03-27 | Re-import pkgtools/pkgchk as pkg_chk so that program name, PKGNAME, | wiz | 5 | -0/+935 | |
and directory path match. Addresses PR 23679. | |||||
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+3 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-22 | 1.39 from usr.sbin/pkg_install/info/main.c: | wiz | 1 | -3/+3 | |
Check pkgdb_open for correct return value. From Peter Postma in PR 24863. | |||||
2004-03-22 | USE_BUILDLINK3 must be "yes" or "no", not just defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-21 | bump to 20040321 for vis.c multiple char[] fix. | grant | 1 | -2/+2 | |
2004-03-21 | Some compilers (e.g. Sunpro) emit one char[] per string, even when | bouyer | 1 | -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-18 | Update pkgtools/createbuildlink to 3.4. Changes from version 3.3 | jlam | 2 | -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-17 | Force all of the headers and libraries to be symlinked into | jlam | 1 | -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-15 | Xrandr won't build without the X Extension library which is only present | recht | 1 | -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-15 | Fix recursive variable assignment. | tron | 1 | -2/+2 | |
2004-03-15 | builtin.mk file to hold information about the built-in X11R6 | jlam | 1 | -0/+32 | |
implementation. | |||||
2004-03-13 | Set USE_DIGEST=no to avoid checking and building a new digest package. | jlam | 2 | -7/+9 | |
XXX This line should be removed once pkgsrc/bootstrap is up and running. | |||||
2004-03-13 | Set USE_NATIVE_GCC in digest to avoid chicken-and-egg problem with | jlam | 1 | -1/+6 | |
possibly depending on gcc. XXX This should be removed after digest-handling has been changed to be XXX done by BUILD_DEPENDS. |