summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2003-08-31Tighten up this file by removing an unnecessary inclusion of bsd.prefs.mk.jlam1-7/+3
2003-08-31This package is needed to bootstrap pkgsrc, so don't do tools, buildlink,jlam2-5/+13
or run mtree. Also ensure that we call the pkg_install commands with no options so that we install properly without recent pkg_install tools.
2003-08-31Do previous in another way: simply define PKG_ADMIN to be the command thatjlam1-3/+3
we want it to be.
2003-08-31Explicitly call pkg_admin(1) using "PKG_DBDIR=... pkg_admin" so that wejlam1-2/+3
don't use any options/flags not supported by pkg_admin that may be a part of ${PKG_ADMIN}.
2003-08-31Fix whitespacejlam1-6/+6
2003-08-31Remove lines that have no effect since they're all conditional onjlam1-9/+1
${OPSYS} == "NetBSD".
2003-08-30Bump date for last; drop trailing space.wiz1-4/+4
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-3/+5
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Update to 1.9:jmmv3-8/+38
- Introduce two new variables, MOUNT_SCRIPT and UMOUNT_SCRIPT, that let the user specify a script file run after mounting known filesystems and before unmounting them, respectively. Patch by seb@, thanks!
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam1-9/+1
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30Modernize this package a bit:jlam3-103/+24
* Use bsd.pkg.install.mk instead of supplying custom INSTALL/DEINSTALL scripts. * Note that this package doesn't really use buildlink. * Remove ancient BUILDLINK_DEPENDS= line at the bottom of the file that we no longer need since the buildlink1 days of yore.
2003-08-30xpkgwedge isn't only for NetBSD.jlam1-2/+2
2003-08-28Update pkglint to 3.59 - handle bsd.pkg.mk's assumption that the caller is inabs2-6/+9
pkgsrc/some/dir
2003-08-27Drop advertising clause from UCB licensed code, following changes done injmmv16-109/+45
NetBSD's source files.
2003-08-26Finally remove support of Mesa 3.4.1 completely as discussed at lengthjschauma2-6/+2
on tech-pkg@ at various times. This means that regardless of what kind of GL support comes with X11, if a package depends on GL, Mesa 5.0.1 (or higher) will be installed into ${LOCALBASE}. Some troubleshooting after the latest patches by Krister Walfridsson.
2003-08-23Update to version 0.113.seb2-7/+10
Pkgvi fix: deal with pathnames like `dir-with.a-dot/file-without-dot' for which the temporary file pathname hold in $tmp ended up as `dir-with.a-dot/file-without-dot.$$.a-dot/file-without-dot'.
2003-08-07Add and enable rdigest.wiz1-1/+2
2003-08-03s/netbsd/NetBSD/dmcmahill2-7/+7
2003-08-02Add a space in an error message.wiz1-2/+2
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