summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2004-11-23Update to rev. 0.116.hubertf5-6/+241
Add feedback-patches, a script to ... feedback patches: The feedback-patches script is intended to help sending back patches in the NetBSD Packages Collection, pkgsrc, back to the maintainers of the original package, for inclusion into future releases. The given category/pkg is either a path relative to the pkgsrc base directory, or an absolute patch, which will be stripped the base directory. A pathname of . will be expanded to the current directory, which is useful when the current working directory is in a package's directory in pkgsrc. If an email address is given, the patches will be sent to that address, with some nice words. If no email address is given, the mail will only be displayed instead of sent. See feedback-patches(1) for the full enchilada.
2004-11-20sync with src:grant1-2/+2
no trailing comma at end of enum.
2004-11-20add support for OSF1, from by Tobias Nygren.grant3-1/+442
2004-11-17Document workaround for automatic recursive package update; from abs.wiz1-2/+14
2004-11-17Fix so this package builds with existing bdb.buildlink3.mk.jlam1-4/+4
2004-11-15Rework the Berkeley DB detection in buildlink3:jlam1-2/+1
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality exists in the base system, and remove the distinction between "native" and the other Berkeley DB packages -- we now refer to db[1234]. This paves the way for any future databases/db1 package. * USE_DB185 shouldn't need to be set by any packages -- its correct value is now automatically determined by bdb.buildlink3.mk depending on whether we explicitly request db1 or not. By default, if you include bdb.buildlink3.mk, you want DB-1.85 functionality and USE_DB185 defaults to "yes", but if you explicitly remove db1 from the list of acceptable DBs, then USE_DB185 defaults to "no". * Set BDB_LIBS to the library options needed to link against the DB library when bdb.buildlink3.mk is included. * We only add the DB library to the linker command automatically if we want DB-1.85 functionality; otherwise assume that the package configure process can figure out how to probe for the correct headers and libraries. Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-11-11Update comment to reflect reality regarding bumping buildlink3 depends.sketch1-3/+3
2004-11-11Require x11-links-0.24 for the fixed OpenWindows headers.sketch1-2/+2
2004-11-11Bump package version rather than PKGREVISION as this is software we maintainsketch1-3/+2
ourselves.
2004-11-11Fix checks for __STDC__ in older versions of OpenWindows headers so that thesketch2-2/+21
SunPro compiler gets the correct syntax for macro concatenation. Bump PKGREVISION.
2004-11-11CREATE_X11LINK is used to generate the symlinks in the work directoryjlam1-3/+6
corresponding to the X11 files. This can be defined to be more complex script than the default of "${LN} -fs $$src $$dest" if some of the files need to have transformations performed on them.
2004-11-10Bring over manual page patches from src/agc2-11/+13
Document the "pre" magic string, and bump date for this change. Re-generate the preformatted manual page having done this.
2004-11-10Recognize "pre" as pre-release version. Bump version to 20041110.wiz2-4/+5
2004-11-09Report trailing slash of the package directory part of *_DEPENDS specificationseb2-3/+6
as a fatal error as this greatly confuses mk/scripts/mkdatabase. Update to version 3.97.
2004-11-05Fix the sed command that processes the +CONTENTS file so packages thaterh2-6/+18
don't contain "@comment $NetBSD" lines still work correctly. Also fix handling of magic "@comment Symlink:" lines. Bump version to 1.6.5
2004-11-051.26: Automatically detect if a package is using libltdl, and if so, includetv2-3/+7
../../devel/libltdl/convenience.mk to make it more cross-platform happy.
2004-11-05Bring this package into line with 21st century pkgsrc:agc3-11/+71
+ ZOULARISBASE is gone - just use PREFIX to find bmake + WRKDIR contains the name of the work directory, so find this out from pkgsrc + remove getcwd() calls, and use WRKDIR to find the place where the various informational files are placed + retain the ability to set the working directory from the command-line, but it is almost useless these days Bump pkg revision to 2.
2004-11-04Ignore use of words which when used in make shell commands shouldhe2-3/+6
be used in variable-expansion version, e.g. `test' vs `${TEST}' in settings of TEST_TARGET and ALL_TARGET. Gets rid of warning about "test" in TEST_TARGET setting from lang/perl5/module.mk. Bump package version. Reviewed by wiz.
2004-11-04Test if pkgname is defined before using it; gets rid of some warnings:wiz2-4/+4
Use of uninitialized value in pattern match (m//) at /usr/pkg/bin/lintpkgsrc line 747. Patch from Nicolas Joly in PR 27875.
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.