summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2000-09-11lintpkgsrc: Clean up makefile variable parsing and use to extract PKGSRCDIRabs2-66/+82
from /etc/mk.conf - now will understand .include and other make'isms in mk.conf Update to 2.21
2000-09-05Some cleanup; warning and error messages slightly improved.wiz4-123/+196
Major changes: .include lines are honoured now, and FILESDIR, PATCHESDIR, PKGDIR, SCRIPTSDIR, MD5_FILE, and PATCH_SUM_FILE aren't hardcoded anymore, but the corresponding Makefile variables are used. Adapt lintpkgsrc to the changes. Step to 2.20 to mark the occasion. Reviewed by hubertf.
2000-09-04fix wording, some grammar, Ddwiz1-16/+16
2000-09-04Update to 2.16: make the actions of the switches -a, -b and -chubertf4-32/+11
on by default now, to get EVERYTHING checked by default. Suggested by Kimmo Suominen <kim@netbsd.org>
2000-08-30Avoid (harmless) uninitialised variable warnings in the even of a package notabs2-4/+7
having any discernable version. Update to 2.15
2000-08-28Teach lintpkgsrc a little more about variable expansions.abs2-108/+135
Update version to 2.14
2000-08-26Update to 0.95. Changes:hubertf2-12/+20
Allow only one file as argument, newfile, and assume oldfile as newfile.orig.
2000-08-17Update lintpkgsrc -R to check for NO_BIN_ON_FTP or RESTRICTEDabs3-11/+11
Now 2.13
2000-08-17remove pkglibtool directorywiz1-2/+1
2000-08-17All packages have been converted to USE_LIBTOOL, so remove pkglibtool.wiz8-179/+0
2000-08-17Make patchdiff work again after the last changes. Bump to 0.94.wiz2-6/+8
2000-08-15Sort the list of files for which to generate patches in mkpatchesabs2-4/+4
Update to 0.93
2000-08-15Remove date from +++ lines in patch - removes needless differences whenabs2-4/+6
patches are regenerated. Update to 0.92
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>