summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2003-12-22Don't drop header files those extensions are >2 characters, e.g., "*.hpp".uebayasi2-6/+6
Min Sik Kim in PR pkg/23834. While here, "sort | uniq" -> "sort -u" in 2 places.
2003-12-22improve DESCR and COMMENT.grant2-14/+14
2003-12-20bump to 20031220grant1-2/+2
2003-12-20sync with -current:grant1-2/+5
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd
2003-12-20sync with -current:grant1-7/+11
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd Include filename in: 'existing entry for `sha1.h', type `file' does not match type `link' realloc pedant
2003-12-20Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031220.grant12-130/+209
New features include OS/arch/version checking and a large speed improvement to pkg_info.
2003-12-19regen for HAVE_WORKING_LONG_LONG renamegrant2-4/+4
2003-12-19* Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.grant2-11/+19
* Don't bother providing compat defs for QUAD_{MIN,MAX} since they're not used anymore.
2003-12-19Sync to lib/libc/stdlib/strtoll.c 1.6:grant1-8/+11
* Use LLONG_{MIN,MAX} instead of QUAD_{MIN,MAX} * Use "long long int" instead of "long long" * Appease lint * Use "long long" instead of "quad" in comments.
2003-12-19sync to NetBSD for Todd's latest licensegrant1-2/+19
2003-12-19sync to NetBSD for Todd's latest license, and fix for potential SEGVgrant1-26/+17
2003-12-19Apply change from src/include/fts.h 1.10:grant1-3/+3
Make fts_pathlen and fts_nitems unsigned.
2003-12-19Convert the 4 clause UCB license to the 3 clause license.grant3-19/+7
2003-12-19Update for XFree 4.4.0 RC2:veego3-4/+11
Added shared libraries for libGLw and a different location for ft2build.h. Version bumped to 0.19.
2003-12-19Update to 1.12:jmmv3-11/+34
* Add the -n flag. When specified, do not install INSTALL_PACKAGES nor MAKE_PACKAGES during the creation of the chroot.
2003-12-18don't hardcode /var/db/pkg, use PKG_DBDIR.grant2-3/+4
2003-12-18also pass BUILDLINK_LDFLAGS.db for safety.grant1-2/+2
2003-12-18make use of FILES_SUBST_SED.grant1-6/+3
2003-12-14pass CPPFLAGS to compilerdillo1-2/+3
2003-12-14This package uses db 1.85, so include its buildlink.dillo1-2/+6
Don't use implicit make rules, invoke compiler explicitly. Addresses PR 23746.
2003-12-14Drop trailing space and fix Xr by adding a section number.wiz1-3/+3
2003-12-13Update to version 1.11seb3-27/+47
Support pathname to configuration files, support latest libkver and emit the usual BSD_PKG_MK ifdef protection in the generated /etc/mk.conf. Approved by jmmv@.
2003-12-13Update to version 0.4.seb12-101/+249
Libkver is now run-time configurable, see installed kver(3), it now installs in LOCALBASE and uses install/deinstall scripts to replace/restore /sbin/sysctl if needed.
2003-12-11Bump version to 1.5.1. Fixes bug when using pkg_tarup to tar up multiple pkgs.erh1-2/+2
2003-12-11Clear out PKG_ARGS each time we create a package to avoid grabbingerh1-1/+2
files from other packages.
2003-12-10bump version for glob() fix.grant1-2/+2
2003-12-10always use local glob() as some glob() implementations have securitygrant6-121/+14
issues. suggested by lukem.
2003-12-09Update pkgchk to 1.45:abs2-5/+5
-r should imply -i
2003-12-08shut up another escaping warning from gawk.grant1-2/+2
2003-12-08fix last; it's not 20031211 yet.grant1-2/+2
2003-12-08bump version for glob.[ch] fix.grant1-2/+2
2003-12-08always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren'tgrant4-2/+94
defined.
2003-12-08Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031121.grant11-180/+192
2003-12-08kill some superfluous escaping to shut up warnings from gawk.grant1-10/+10
2003-12-05Updated version that works on AIX.erh1-2/+2
2003-12-05Check for setenv and unsetenv independantly since setenv presence doesn'terh4-6/+109
always imply unsetenv.
2003-12-05AIX needs getopt_long.erh1-2/+2
2003-12-05On AIX h_errno is a function call. Don't try to redefine it.erh1-1/+3
2003-12-02Treat an empty HOSTDEF file as if it didn't exist.gavan1-2/+2
From Greg A. Woods. Fixes PR pkg/22957.
2003-11-23We're not ready for pkgviews yet!jlam1-3/+1
2003-11-23Be more verbose about when we symlink the font programs.jlam2-2/+8
2003-11-23Update the host.def file during view (de)installation. Also deal withjlam4-8/+22
the font program symlinks at both view-deinstall and normal deinstallation time since the files aren't listed in the PLIST (the font programs are handled completely by the INSTALL/DEINSTALL scripts).
2003-11-20When there is no distinfo file, do not apply patches we would notcube1-2/+0
normally apply: treat them as if the distinfo file was empty. This solves the reason why pkgtools/pkg_install/distinfo was resurrected, and allows us to remove it again, since it had the side effect of introducing a dependency on digest, which is not acceptable when updating pkg_install: it made it impossible to use the pkgsrc tree, as reported by several people.
2003-11-10Add (back) empty distinfo file to mark that this package has nohubertf1-0/+2
patches (any more). This prevents SUP users who dont use the "delete" flag properly to accidentally apply the patches they still have (which is the reason why we keep patches in the distinfo file at all).
2003-10-29Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031003.jlam12-485/+867
New features include fetching binary packages using HTTP (thanks wiz!) and some minor speed optimizations for pkg_delete.
2003-10-27Update to version 0.3.seb3-4/+9
Add support for NetBSD 1.6.2. XXX The "release date" is fiction.
2003-10-20XFree86 4.3.0 and above have "libXrender.so.1.2". Problem pointed on bytron2-3/+4
Bernd Ernesti.
2003-10-19we suggest setting XAPPLRESDIR in /etc/profile and /etc/csh.login, sogrant1-1/+7
provide a csh example as well as a bourne shell example.
2003-10-19s/${X11BASE}/$${X11BASE}/ in COMMENTgrant1-2/+2
2003-10-18Adapt to latest shared library changes in NetBSD's X11 sources andtron2-3/+10
XFree86-current.