summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2004-12-15update config.{sub,guess} to fix build on newer platforms such asgrant2-235/+476
DragonFly. part of PR pkg/28579 from Todd Willey. thanks!
2004-12-12fix X tarball names, we no longer have xcontrib.tgz.grant2-4/+4
fixes PR pkg/28608 from Ulrich Heilmann.
2004-12-12update config.{sub,guess} for various bootstrap tools. fixes build ongrant6-519/+1122
newer platforms such as DragonFly. fixes PR pkg/28579 from Todd Willey.
2004-12-10Document the double "-u" option for updating dependant packages.erh3-7/+18
Bump the version to 20041210.
2004-12-09Explicitly override the update target to cause the deinstall step to happenerh1-1/+9
after the package is built. This is necessary because the pkg_delete binary that is used is the one from the WRKDIR, not the installed one.
2004-12-09Make binary updates work better when there are dependant packages toerh4-37/+56
update also. Specifying -u twice will now update the named package and its dependencies. Also make sure Fake really means Fake, even if update is specified.
2004-12-04re-work workaround for __unvis13 namespace clash by renaming it togrant1-6/+6
__nbcompat_unvis13. fixes build on older NetBSD and Linux/sparc.
2004-12-03fix previous.grant1-3/+3
2004-12-03backout previous; it causes build failure on Solaris. must investigategrant1-8/+2
further...
2004-12-03add workaround for __unvis13 symbol clash on NetBSD 1.4.3. bootstrapgrant1-3/+9
now builds successfully on NetBSD 1.4.3.
2004-12-023.98: Teach pkglint about BUILD_TARGET, and let it warn about ALL_TARGET.wiz2-5/+9
2004-11-30Bump date for previous.wiz1-2/+2
2004-11-30Update pkg_chk to 1.52:abs3-25/+25
Tags starting with '/' are checked for as readable files
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.