summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2000-12-15Make port2pkg handle the new FreeBSD ports structure. Bump version to 1.6.wiz2-20/+53
Addresses pkg/11683.
2000-12-13MIRROR_DISTFILE is deprecated; add tests for that and NO_{BIN,SRC}_ON_FTPwiz2-7/+14
instead. Bump to 2.33.
2000-12-09add and enable bsdpakwiz1-1/+2
2000-12-09Initial import of bsdpak-0.40. Package provided by Ben Collver in pkg/11481.wiz7-0/+155
DESCR: BSD package management utility. Aids user in finding, removing, upgrading, and installing packages in pkgsrc.
2000-12-02pkglint: Recognize a different name for the main sunsite, and twowiz2-3/+6
sourceforge URLs. Bump to 2.32.
2000-11-27escape RE special chars in package names.sakamoto1-1/+2
2000-11-17Update to pkglint-2.31abs3-65/+124
lintpkgsrc changes: Add '-S' - List packages not in category 'SUBDIRS', rename experimental '-S' to '-c'. Rework -h output to group by type. Fix poblem with handling certain glob expressions for depends, clean up manpage.
2000-11-14Add -B option to lintpkgsrc, to display broken packages.abs3-22/+46
Update to 2.30
2000-10-23Update xpkgwedge to 1.0 and make appropriate changes to bsd.pkg.mk to handlejlam10-39/+190
the new version of xpkgwedge. Changes from xpkgwedge 0.4: * Redefine ImakeCmd to "imake -I$(PREFIX)/lib/X11/config" to pick up X11 config files in $(PREFIX)/lib/X11/config before the ones in the standard X11 tree. * Install a program called "pkgxmkmf" that's actually xmkmf, but checks in $(PREFIX)/lib/X11/config before the standard X11 config directory. * Create the host.def file in $(PREFIX)/lib/X11/config instead of always in ${X11BASE}/lib/X11/config. The benefits of this are: 1) xpkgwedge can now install into $(PREFIX) instead of always into $(X11BASE). 2) Keeps the X11 tree "pure", and doesn't affect people who want to run xmkmf and not include all the xpkgwedge stuff, even if it's installed. 3) Packages that install config files (lesstif, xview-config) can now do so in $(PREFIX). 4) People only have to use 'pkgxmkmf' instead of 'xmkmf', and (hopefully) no other changes, if they want to use the config files in xpkgwedge'd packages.
2000-10-20Update to 2.29abs2-7/+32
lintpkgsrc - Add '-S' to optionally generate pkgsrcmap file mapping pkgname to pkgdir and version
2000-10-12Update pkglint to 2.28 - Add '-V' to lintpkgsrc - check binary packagesabs3-37/+113
against /pkgsrc/distfiles/vulnerabilities.
2000-10-05Update to 2.27abs2-5/+3
lintpkgsrc: Remove over enthusiastic setting of {'PKGSRCDIR'} = '/usr/pkgsrc';
2000-10-04Make the binary package so the same thing as a "make install": put thejlam1-2/+2
#include <xpkgwedge.def> at the start of the host.def file.
2000-10-02Update to 2.26abs2-46/+43
lintpkgsrc: Allow setting of any variable in mk.conf, including PACKAGES containing PKGSRCDIR.
2000-09-26Update pkglint to 2.25. If this keeps on I'm going to have to start usingabs2-38/+35
odd numbers for 'development' versions... lintpkgsrc: Rename set_pkgsrcdir to parse_mk_conf, and also extract PACKAGES as well as PKGSRCDIR. Update check_prebuilt_packages to handle the new package data structure that allos mulitple versions of the same package to be valid (for -current packages etc) - Missed in previous changes.
2000-09-22Update pkglint to 2.24:abs2-84/+113
lintpkgsrc tried to break DEPENDS up into a packagename and version section, so if the version did not match it could lookup the matching packages and suggest valid versions. Unfortunately this excessive helpfulness meant globs that cover both sides such as 'perl-{5.0*,5.6.0nb2,base-5.[6-9]*}' gave it a certain degree of indigestion. It also didn't handle the '.if ${BINNAME} != common' correctly in www/ns-plugger-common/Makefile. I believe now that any outstanding -i or -d warnings are genuine...
2000-09-21pkglint:abs2-13/+7
lintpkgsrc - fix :S modifier behaviour - broken in last commit
2000-09-20lintpkgsrc:abs2-19/+47
Rework substitution handling to correctly deal with ${DISTNAME:S/-/-gnome-/:S/$/nb1/} and friends. I remember being in something of a hurry when that code was fist written. Slight cleanup to not completely blow up on DEPENDS such as perl-{5.0*,5.6.0nb2,base-5.[6-9]*}, though we still do not handle globbing that includes packagename and version. Update to 2.22
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)