summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2004-11-03regen.wiz1-7/+7
2004-11-03Sync with basesrc.wiz2-16/+16
2004-11-02Merge the usedot and ctype-function changes from src.erh3-25/+26
2004-11-02Add a -N option to pkg_delete to delete registration information for a packageerh10-26/+53
but not its files. Override PKG_DELETE when building this package so -N can be used to upgrade an existing install. Bump version to 20041101.
2004-10-31sync with src:grant2-5/+22
don't explicitly call gunzip, just pass the right arguments to tar. fixes package decompression on Solaris where gunzip is not available (but gzip is), and also decompression of bzip2 packages on non-NetBSD.
2004-10-291.6.4: Fix "su" logic to match that in bsd.pkg.mk.tv2-10/+14
Makes "make replace" work correctly on Interix.
2004-10-28Add - and . to characters allowed in patch names. Welcome to 3.94.wiz2-4/+4
2004-10-27Use complete path and GNU_PROGRAM_PREFIX on Solaris.wiz1-2/+2
From ISIHARA Takanori and a cube. Closes PR 27494.
2004-10-251.5: Remove some things that could be in -lnsl on SVR4 descendants.tv2-5/+3
(gethostname, gethostbyname)
2004-10-24fix detection of poll() for Darwin 7.x which has a poll()grant3-5/+9
compatibility function, but none of the required headers. fixes bootstrap on Darwin 7.5.0 with gcc and xlc.
2004-10-23Cleanup the C file (mostly nit-picking) and improve the wording in thepeter3-55/+55
man page. No functional changes. Approved by wiz.
2004-10-211.4: Add a bunch of types, symbols, and headers to the checks based ontv2-5/+59
some builds I did recently. (Only including those things which should be in the C library; avoiding things such as the resolver -- which may be in libbind -- or TCP/IP headers and symbols.)
2004-10-20Consistency in comments; sort options; fix typo.wiz1-12/+12
2004-10-20Use standard headers; add RCS Id; sort options; fix two typos.wiz1-4/+5
2004-10-20Update to 20041020:jmmv3-21/+103
* The following new flags have been added: -c - case sensitive search -x - exact match search -q - quite output -C - comment search Patch provided by pancake at phreaker.net; closes PR pkg/26964. Changes agreed by the original author of pkgfind, Peter Postma.
2004-10-16Correct file name for the package vulnerabilities.he1-2/+2
2004-10-16Update to 3.93, from Roland Illig:wiz3-46/+50
- Renamed PORTSDIR to PKGSRCDIR - Added warning option -Wno-workdir - Fixed some places where absolute and relative pathnames had been used incorrectly. Clean up Makefile.
2004-10-15We have to set --build and --host in order to get correct values, becausetv2-4/+6
these are actually pulled from the cache by some packages. Use the value of ${MACHINE_GNU_PLATFORM} for both. Bump to version 1.3.
2004-10-153.8: When pulling existing .includes of buildlink3 files from the Makefile,tv2-6/+14
comment them out by default, and add a comment above them indicating that only *directly* needed dependencies should be in the (edited, final) bl3 file. This will hopefully encourage folks to reduce the amount of unnecessary bl3 recursion that is rampant in pkgsrc, making many packages "depend" directly on APIs they never see nor use.
2004-10-15Update to 3.92:wiz2-3/+9
Include each .include'd file only once. Solves the 'Out of memory!' problem for big packages, and avoids repeated warnings about problems coming from bl3 or Makefile.common files. From Roland Illig in private mail.
2004-10-14Change pkgclean to wait for the termination of all the child processes.ben2-17/+15
This fix comes from Peter Postma, and it addresses a problem reported by Ryo HAYASAKA in PR#27250.
2004-10-14Make MAINTAINER, HOMEPAGE, and COMMENT use ?= instead of = so that theatatat1-4/+4
rdigest package works. I have no idea why I never committed this before.
2004-10-13Put ${PREFIX}/{bin,sbin} in PATH before /bin:/sbin:/usr/bin:/usr/sbin toxtraeme2-4/+4
fix problem reported by pancake in PR pkg/26940.
2004-10-13Portability fixes.gavan1-3/+6
2004-10-11Add real Interix support for _RC*_* variables; bump datestamp to today.tv2-3/+18
2004-10-11Enable on Interix.tv1-2/+2
2004-10-10Welcome to 0.115dillo2-17/+69
- fix errors in extracting patched file's name from old patch files - keep header (RCS Id and comment) from old patch files - silence perl -w
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam6-14/+14
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-06Make sure to grab the +PRESERVE file too. Bump version to 1.6.3.erh2-3/+4
2004-10-05PR pkg/23719: allow a pkg_install package to be created so a system can beerh1-3/+1
updated using entirely binary packages.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-01Improved DESCRiption (as discussed with maintainer).reed1-2/+2
2004-09-30Capitalize first letter of COMMENT.wiz1-2/+2
2004-09-27Fix typo.wiz1-2/+2
2004-09-27Update createbuildlink to 3.7. Properly escape '@exec ${MKDIR}' patternsrh2-5/+5
now that 'make print-PLIST' handles this.
2004-09-26Update createbuildlink to 3.6. This adds a '-p' option to automaticallyrh5-15/+120
create PLIST awk substitution patterns for directories created by the current package. This is particularly useful for base packages that create a directory structure that is then used by subsequent (dependent) packages.
2004-09-243.91:wiz3-87/+307
- added options for enabling/disabling specific checks - added options for enabling/disabling specific warnings - improved the --help message and corresponding man page updates. From Roland Illig with slight fixes by me.
2004-09-23Capitalize first letter of COMMENT.reed1-2/+2
2004-09-21Correct typo. From PR 27010 by Cesar Catrian C.cube1-2/+2
2004-09-11Bump build dependency to latest libnbcompat.jlam1-2/+2
2004-09-11Update pkgtools/libnbcompat to 20040911. Changes from version 20040822jlam6-64/+37
include fixing fgetln() to account for \0 characters due to implementing it using fgets() (analysis provided by Urban Boquist). Also add a definition for __restrict if not present since it is used in the regex implementation code from src HEAD. This has been tested to work correctly on: FreeBSD-4.8/i386 NetBSD-1.6.2/i386 Solaris 9
2004-09-05Update to version 3.90. Lintpkgsrc package version comparison bug fix.seb2-10/+20
When comparing two version numbers vector the shorter one needs to be extended with 0. Cf. src/usr.sbin/pkg_install/lib/str.c:vtest(). Previously lintpkgsrc considered that 'png-1.2.6', which version vector is [1,0,2,0,6], is "less" than 'png-1.2.6rc1', which version vector is [1,0,2,0,6,-1,1]. No wonder lintpksrc -V considered the package png-1.2.6 being vulnerable wrt the 'png<1.2.6rc1' entry in pkg-vulnerabilities files. While here teach lintpkgsrc about the 'alpha' and 'beta' version elements.
2004-09-03Update pkg_chk to 1.51:abs2-5/+5
Rather than leaving -- as the only argument and checking for one argument, shift it away and check for zero remaining arguments.
2004-08-31Change the way that we disable unwanted code regions... just #undef _LIBC.jlam3-21/+21
2004-08-31Don't use .PHONY, which isn't understood by every make. Split out thejlam1-3/+6
"all" target as the first one so that a bare "make" will build the "all" target by default. This should fix problems seen on AIX 5.1.
2004-08-28extract OPSYS, OS_VERSION and MACHINE_ARCH from pkgsrc so the valuesgrant2-4/+5
are consistent with pkgsrc. welcome to pkg_chk 1.50.
2004-08-28Add pkg_regress, a regression testing system for the pkgsrc infrastructure.gavan5-1/+183
Tests are found in pkgsrc/regress, tests are run by executing pkg_regress. Based on an idea discussed at pkgsrcCon 2004. Thanks to dillo@ for review and refinements, and to jlam@ for review.
2004-08-27Slight addition: (such as rc.d startup and shutdown scripts).reed1-1/+1
2004-08-27Add sysutils to categories.reed1-2/+2
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-3/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.