summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2000-08-02Update to version 1.8 to accommodate the changed name of theagc2-4/+4
bsd.pkg.mk target, which was changed as part of the bulk package infrastructure additions. To protect against this happenning again, define a compile-time definition called PACKAGE_DEPENDS_TARGET, which is by default "run-depends-list", so that we can specify the bsd.pkg.mk target at compile-time.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-4/+4
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-27pkg_* sure support IPv6 (thanks to lukemFTP :)hubertf1-1/+2
2000-07-27s/RUN_DEPENDS/DEPENDS/hubertf1-2/+2
2000-07-26Update package to version 1.7agc2-4/+4
Change is a bug-fix - when finding out the pre-requisite packages, use the "package-depends" target instead of "depends-list". Bug and fix pointed out by Bernd Ernesti.
2000-07-24update to 20000724.dmcmahill2-4/+4
This includes a buffer overflow bug fix in pkg_add which was causing pkg_add to segfault on teTeX on pmax. The bug was present on all ports though. As far as I can tell this was a non-exploitable overflow.
2000-07-20Bump version of pkglint to 2.12. (Forgot to include this in previousrh1-2/+2
commit.)
2000-07-20Warn about NO_CDROM and NO_PACKAGE.rh1-1/+11
2000-07-18Make the formatting match other Makefiles (so fields match for easy awking).kim1-13/+13
2000-07-14Deal with depends dirs properly, esp. if pkglinted is not started in a pkghubertf2-7/+5
dir. Noted in PR 10584 by Damon Brodie <damon@brodiefamily.org> Bump version to 2.11.
2000-07-14Add NO_MTREE so installation doesn't pollute X11BASE with a lot ofjlam1-1/+2
unnecessary, empty directories.
2000-07-12s/USE_CONFIGURE/HAS_CONFIGURE/wiz2-6/+6
bump version to 1.13.
2000-07-05Update to 20000705.hubertf2-4/+4
Change: only calc MD5 checksums of plain files.
2000-07-01pkgdiff now only generates output at all if the files differ.wiz3-9/+22
mkpatches doesn't generate empty patches, and warns if name and name.orig don't differ. Bump version to 0.91.
2000-06-28Remove the user setting of the USE_LOCALBASE_FOR_X11 definition.agc3-25/+3
(Users can still set it if they want, but it won't make much difference). In bsd.pkg.mk, check for the presence of the xpkgwedge package to determine whether to use LOCALBASE for X11 programs. Set _USE_LOCALBASE_FOR_X11 (an internal definition) if xpkgwedge is installed. Remove BUILD_DEPENDS on xpkgwedge (it would always have been true anyway). Add a new X11PREFIX definition, which reflects the PREFIX for X11 packages, and set it to LOCALBASE or X11BASE accordingly. Remove all references to USE_LOCALBASE_FOR_X11 from the xpkgwedge package. In all, make the installation of xpkgwedge a tad less clumsy.
2000-06-28add & enable pkgdiffwiz1-1/+2
2000-06-28Import of pkgdiff & friends, some tools for easier patch creationwiz10-0/+408
and maintenance.
2000-06-22Create empty pkg/COMMENT and pkg/DESCR, so that `make install' doesn'twiz2-3/+9
bomb out. (pkglint warns about empty files now, anyway.). Step to 1.12.
2000-06-22url2pkg now lives in pkgsrc, updating via othersrc was too muchhubertf2-10/+9
trouble. No functional changes. (url2pkg was moved via repository copy)
2000-06-21Update to 2.10. Change: FATAL warnings for empty pkg/COMMENT and pkg/DESCR.wiz2-9/+15
2000-06-21Update to 1.11. Changes:hubertf2-4/+4
* allow different make(1) command by setting the MAKE env var * mention that pkg/COMMENT and pkg/DESCR must be filled
2000-06-21 * allow using a different make command by using the env-var "MAKE".hubertf1-4/+10
Patch submitted by Thomas Klausner in private mail. * Mention that the user has to create pkg/COMMENT and pkg/DESCR manually This file should probably be moved to pkgsrc...
2000-06-15Update to 1.10. Changes:hubertf2-4/+4
* Properly recognize .tar.bz2 archives (Patch by Antti Kantee <pooka@iki.fi>) * Some old configure scripts don't understand --version and may nuke our just-generated Makefile. Prevent this by cd'ing into $WRKSRC.
2000-06-15Some old configure scripts don't understand --version and may nukehubertf1-2/+2
our just-generated Makefile. prevent this by cd'ing into $WRKSRC.
2000-06-14Update to sources from 20000608.hubertf2-4/+4
Makes this compile again on 1.3.x systems, reported in PR 10322 by Olaf Seibert <rhialto@polder.ubc.kun.nl> and others.
2000-06-02Update pkglint to 2.09. Adds a check for deprecated USE_PKGLIBTOOL.rh2-3/+8
2000-05-29- add "-M path" option to allow specifying a distfiles directory to handle casesdmcmahill3-9/+19
where PKGSRC/distfiles isn't the correct location (like on ftp.netbsd.org). - document the option. - bump minor version number.
2000-05-16Update to 1.0.1. No functional change, only take the fact into accounthubertf3-10/+10
that pkg_add now leaves the INSTALL script for future use, and doesn't delete it any more.
2000-05-16In the event of multiple non current versions of a package being found, takeabs2-8/+13
the one iwth the highest number as 'best'
2000-05-15Update to 20000511 version. Mostly to sync with the base system.hubertf2-4/+4
Among others: * pkg_add: Quick pre-check if any conflicting dependencies are installed (e.g. version X is installed, but version Y is required), before downloading all depends, and bail out later. * pkg_admin: add lsbest, lsall commands to interface the C functions findmatchingname() and findbestmatchingname(); useful to expand pkg patterns for shell scripts etc. * pkg_admin: allow pkg without version to "check" command * pkg_delete: properly deal with wildcards in pkg_delete -R * More code cleanup, clearer error messages and minor enhancements. This also fixes a bunch of PRs, sorry for not listing any numbers.
2000-05-14grammar fixwiz1-1/+1
2000-05-12Update port2pkg to 1.5sakamoto2-16/+31
Changes: Support PKGNAMEPREFIX/PKGNAMESUFFIX variables.
2000-04-26Update port2pkg to 1.4sakamoto2-21/+40
Changes: Support PORTNAME/PORTVERSION variables.
2000-04-05 * Only warn that EXTRACT_SUFX is superfluous if DISTFILES is set ANDhubertf2-25/+20
EXTRACT_SUFX is set to (only) .tar.gz. Fixes PRs 9771 and 9635 * use getopt() for option parsing - "pkgling -abc" will work now.
2000-04-03Properly recognize .tar.bz2 archives.hubertf1-1/+4
Patch by Antti Kantee <pooka@iki.fi>
2000-04-01Update to v1.8.hubertf2-4/+4
Changes: honours $PKGEDITOR and $EDITOR
2000-04-01Use $PKGEDITOR or $EDITORhubertf1-2/+10
Requested by Martin Husemann <martin@rumolt.teuto.de>
2000-03-16recognize commands directly after a '@'wiz2-4/+4
2000-03-09remove trailing `.'wiz1-1/+1
2000-02-27Make the "how to update the distfile" ready for cut-n-pastehubertf1-2/+2
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-12/+12
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-14add & enable pkg_taruphubertf1-1/+2
2000-02-14Script to tar up an already instaled package.hubertf5-0/+142
2000-02-12have a bit more clue about md5-files: don't warn if there's nowiz2-5/+17
files/md5 but NO_CHECKSUM is set in the Makefile; bump version
2000-02-09Remove debug I stupidly left in after nb<N> suffix changes to dewey_cmpabs2-6/+3
2000-02-07Handle 'nb1.2.3' type suffixes (rather than just 'nb1')abs2-14/+27
2000-02-05genwiz1-0/+4
2000-02-05necessery -> necessarywiz1-4/+4
2000-02-03Update to 2.01 - extend deweydecimal compare to handle nb<N> suffixesabs2-5/+21
2000-02-02bump to 20000202hubertf2-4/+4