summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2003-07-31Add the err.h header, so we can use it on systems that don't provide err.hjschauma5-8/+55
(functionality already in the library, just the header was missing). Bumpt date to today.
2003-07-31Update to version 3.58.seb2-46/+13
Teach pkglint about new rules related to info files handling. - remove old checks of PLIST related to install-info. - emit a FATAL error for "@exec install-info" and similar in PLIST. - emit a FATAL error for inclusion of texinfo.mk.
2003-07-31also install man page source, no version bump as this is not yet ingrant6-11/+21
sync with -current, and no functionality change.
2003-07-31also install man page source, bump to 20030731.grant2-3/+5
2003-07-30Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.jmmv1-2/+2
2003-07-25Respect ${MAKE} so that this works out of the box on non-NetBSD.cjep2-7/+11
2003-07-24Check if HOMEPAGE URL has a trailing slash if it only consists of a hostname.wiz2-5/+13
From Ben Collver in PR 22215. Bump to 3.57.
2003-07-24A strange meta-package of a sort, rdigest is implemented as a jumboatatat7-0/+424
patch to the well-known digest package. The output is the same for files, but if rdigest is given a directory as an argument, it will recursively checksum the directory in such a manner as to: (1) give a repeatable checksum (2) with no regard for file ownership (3) or timestamps (4) or modes (5) while taking into account empty files and directories such that the checksum of an extracted tar file will match the checksum of the same tree as retrieved via cvs, or two allegedly matching trees from different cvs servers, etc.
2003-07-24Fix the usage line. Addresses PR pkg/22207.atatat1-3/+4
2003-07-21COMMENT should start with a capital letter.martti10-20/+20
2003-07-20Remove AC_FUNC_MALLOC: there is no need to check for a compatible GNU mallocseb2-221/+4
as there is no call to malloc(0) in this code. As a side effect, need to explicitly add a check for <stdlib.h>.
2003-07-20Properly set LD_PRELOAD in the environment so libkver works properly.jmmv2-3/+6
Pointed out by seb@.
2003-07-20Update to 1.8:jmmv3-7/+39
- Add the NETBSD_RELEASE variable. This is used to automatically configure pkgtools/libkver inside the chroot so that packages see the right kernel version when issuing calls to sysctl(8). Suggested by seb@. - Turn on emacs editing mode by default in sh/ksh.
2003-07-20Add support for picking up KVER_OSRELEASE in "/etc/mk.conf": bothseb3-6/+13
when used as standalone sources and -as MAKECONF is set to /dev/null in MAKE_ENV by bsd.pkg.mk- as package sources.
2003-07-20Use english not french!seb1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-07-19bump to 20030718grant1-2/+2
2003-07-19test for time.h, sys/time.h and inclusion of both.grant4-16/+88
include system fts.h if we have one, or our own.
2003-07-18Update to 1.7:jmmv3-162/+244
- Added support for audit-packages. pkg_comp will now automatically setup the vulnerabilities file inside the chroot so that pkgsrc can check for security flaws before building packages. See the USE_AUDIT_PACKAGES variable in the manpage. - Added support for gcc3. pkg_comp will now automatically install the gcc3 compiler inside the chroot and build all packages using it. See the USE_GCC3 variable in the manpage. - The new MKCONF_VARS variable lets you add any variable to the generated mk.conf file from the configuration file (no need for EXTRAMK in most cases). - Deprecated the removepkgs target. It was buggy and difficult to adapt to the new changes. removeroot+makeroot should produce the same effect. - Some code cleanup, specially regarding to template file generation and default values for variables. (See next change item) - Configuration file semantics have changed. Variables are now set to their default value if they are NOT set in the configuration file. This changes the behaviour of SETS_X11 specially, which needs to be explicitly set to "no" to disable X11. - Fixed shell profile configuration. Now PS1 is properly set when using the "chroot" target.
2003-07-17s/netbsd.org/NetBSD.org/grant25-62/+62
2003-07-17bump to 20030717grant1-2/+2
2003-07-17don't test for fparseln in libutil for now.grant3-176/+13
2003-07-17force nbtypes.h to be built, and run ranlib after building the staticgrant1-3/+4
archive.
2003-07-17move stuff from deprecated acconfig.h to configure.ac.grant3-26/+24
2003-07-16pkgvi: create temp files with the same extension as the original, sogrant2-3/+9
editors can pick the right syntax. bump PKGREVISION to 0.112.
2003-07-15Some fixes.jmmv1-3/+3
2003-07-15do away with AC_CONFIG_SRCDIRgrant2-3/+0
2003-07-15bump to 20030715grant1-2/+2
2003-07-15fix getopt_long() test to avoid overriding it.grant5-15/+241
2003-07-14Updated pkglint to 3.56:martti2-3/+6
- COMMENTs should start with a capital letter.
2003-07-13Add and enable pkg_filecheck.wiz1-1/+2
2003-07-13Initial import of pkg_filecheck, a tool to compare the file systemwiz9-0/+726
contents with the package database, reporting files that are in the file system but not in the package database. Written by Dieter Baron (dillo@) with man pages from Thomas Klausner (wiz@).
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-13add some missing periods at the end of sentencesgrant1-7/+7
netbsd.org -> NetBSD.org
2003-07-13bump to 20030713grant1-2/+2
2003-07-13setenv.c - include strings.h for bcopy prototypegrant3-3/+26
add prototypes for getmode, lchmod, lchown eliminates implicit declaration warnings building pax and mtree with Forte compiler on Solaris.
2003-07-12setenv() returns an int, so make it believe that.grant1-1/+2
2003-07-12don't define test target directly, use do-test insteaddillo1-2/+2
2003-07-11Add libkver.seb1-1/+2
2003-07-11Initial import of libkver version 0.1 into the NetBSD Packages Colelction.seb9-0/+238
This package provides a shared library and a replacement for sysctl(1) (when needed i.e. when the original one is statically linked) so that the real version numbers and strings of the running NetBSD kernel as returned by sysctl(3) and uname(3) are overridden by those fixed during compilation. This is useful for -among other things- building packages in sandboxed/chrooted environment for a different NetBSD release than the system hosting the sandbox/chroot.
2003-07-07Use '@SH@' for pkgdiff's interpreter and substitute for it.seb2-3/+4
SH is /bin/ksh on Solaris, this gives us a working pkgdiff on Solaris.
2003-07-06update to 20030706. sync with -current:grant2-9/+3
---------------------------- revision 1.59 date: 2003/07/04 14:14:10; author: lukem; state: Exp; lines: +1 -7 Revert previous; the "return" if rc.subr had already loaded had issues in some circumstances where run_rc_script()'s sourcing of an rc.d file which then sourced rc.subr, the `optimisation' in rc.subr to "return as we're already loaded" would finish more than just the inner-most sourcing. I haven't tracked down the exact issue, but removing the `optimisation' fixes the problem I noticed in starting up certain rc.d scripts, and may fix [bin/22053] as well.
2003-07-06remove (now) inaccurate comment, as digest isn't statically linked.grant1-5/+2
also mention it does sha256, sha384 and sha512, too.
2003-06-30test for getmode(), setmode(), isblank(), strmode(), tzfile.h.grant4-24/+129
bump to 20030630.
2003-06-30bump to 20030630grant1-2/+2
2003-06-30s/#if !/#ifndef/, since the former confuses some C pre-processorsgrant1-30/+30
2003-06-30fix rcsidgrant1-1/+1
2003-06-30remove config.h in distclean target, not clean.grant1-3/+3
2003-06-29Add BUILDLINK_FILES for IRIX64.jschauma1-1/+44
2003-06-28update to 20030627. sync with -current:grant2-7/+13
---------------------------- revision 1.58 date: 2003/06/27 05:01:21; author: lukem; state: Exp; lines: +7 -1 If _rc_subr_loaded=true, "return" immediately, otherwise set that var and continue as normal. Gains ~ 2 seconds on 110 runs of ". rc.subr" on a shark. Suggested by Andrew Cagney in [bin/18400] ---------------------------- revision 1.57 date: 2003/06/27 04:06:01; author: lukem; state: Exp; lines: +2 -2 run_rc_command(): when checking if ${command} exists before executing it, be sure to check under ${name_chroot} (if set). Fix from Ed Ravin in [bin/18523] ---------------------------- revision 1.56 date: 2003/06/03 14:00:45; author: christos; state: Exp; lines: +4 -4 Use more concise shell syntax: 1. for i in $* -> for i 2. foo=$* -> foo="$@"