summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2002-11-04Update to 0.107: Do not exit when pkgdiff fails on one file, just reportwiz2-5/+4
an error.
2002-10-30Update url2pkg to 1.20. Changes are:rh2-8/+17
- recognise newer GNU configure scripts - USE_BUILDLINK2 - add support for PKGCONFIG_OVERRIDE
2002-10-20Use BUILDLINK_CPPFLAGS.rpm and rely on buildlink2 to make "-lrpm" resolvejlam1-5/+3
to the correct library.
2002-10-16Properly quote environment variable in test statement.rh1-3/+3
2002-10-16Update createbuildlink to 2.2. Now includes a '-j' option to join togetherrh3-9/+44
PLISTed header files in a directory, listing them as '*.h'
2002-10-14Update pkg_tarup to 1.2. Changes:hubertf2-4/+5
find pkg_create etc. on Solaris etc. Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail.
2002-10-08Update pkgchk to 1.34:abs2-5/+9
Actually work around 1.6 pkg_tools PKG_PATH problems, rather than just making matters worse.
2002-10-08Update pkg_chk to 1.33:abs2-4/+4
Work around a deficiency in the 1.6 pkg_add - cd to the directory containing a binary package before running pkg_add, to ensure it can pick up dependencies.
2002-10-08Move the _REQUIRE_* definitions from xfree.buildlink2.mk to the x11-linksjlam2-10/+8
Makefile so that they won't be defined for other packages that include xfree.buildlink2.mk.
2002-10-08Remove reference to x11.buildlink.mk.jlam1-4/+3
2002-10-07Update to 1.1. Mostly cosmetic changes, among others incudes patch fromhubertf2-69/+61
PR 18546 by woods@weird.com (Greg A. Woods).
2002-09-30Upgrade to 3.36. Fixes the problem with $pkg_installver beingatatat2-6/+6
"uninitialized" for some cases. Approved by the wiz.
2002-09-30Added distfetchmartti1-1/+2
2002-09-30distfetch helps you to fetch all the distfiles you need to compilemartti6-0/+322
your packages. Only the required distfiles are downloaded.
2002-09-27Update createbuildlink to 2.1. This adds some patterns to recognise AppKitrh2-7/+8
style Objective C headers and libraries.
2002-09-27Create a new variable USE_X11_LINKS that controls whether packages thatjlam3-20/+10
use buildlink2 and set USE_X11 will use x11-links, or if they will simply symlink the X11 files directly into ${BUILDLINK_DIR}. If USE_X11_LINKS is "YES" (the default), then x11-links is used. If USE_X11_LINKS is "NO", then the X11 files are symlinked directly. There is a choice here between speed and flexibility. Using x11-links is faster since you don't need to spend time symlinking all of the X11 files into ${BUILDLINK_DIR}. However, if you update your X11 installation, then the x11-links package will likely be out-of-date. Conversely, directly symlinking the X11 files will protect you from changes in your X11 installation when you update, but there is a (small) time penalty to have to do it for every package that uses X11.
2002-09-25Bump version number for man page fix.wiz1-2/+2
2002-09-25Update Dd. Fix description of some options per PR 18344 and includedwiz1-65/+98
patch from Julio Merino. Begin new sentences on new lines.
2002-09-25Slight fix for 3.34, so that "cd /usr/pkgsrc; for i in */; do pkglint $i; done"wiz2-4/+4
works. Bump to 3.35.
2002-09-24Update to 3.34: Can now also be run in Category directories and checkswiz2-4/+45
correct sorting order of SUBDIR entries.
2002-09-24Sort.wiz1-2/+2
2002-09-24Since MESSAGE files come by many names, hardwire the line length,wiz2-6/+5
independent of the actual filename. Update to 3.33.
2002-09-24Complete standardization of messages according to latest pkglint.wiz2-6/+6
2002-09-23Toss in strlcpy.c and hey presto: Instant linux pkg_install binaries.abs2-4/+4
2002-09-23If defining TAILQ_FIRST and TAILQ_NEXT ensure we also defineabs2-8/+21
TAILQ_HEAD_INITIALIZER - required for linux build.
2002-09-23Trivially use buildlink2jlam1-1/+2
2002-09-22lintpkgsrc was tweaked, so bump the versionatatat1-2/+2
2002-09-22If the installed version of pkg_install is newer than the one inatatat1-2/+5
pkgsrc, require the new version instead of the one from pkgsrc. This means there will be no more messages that look like Version mismatch: 'pkg_install' 20020827 vs 20020723 Change reviewed by the wiz. :)
2002-09-20Fix comment to note that you'll need to update the x11-links dependency injlam1-3/+4
bsd.buildlink2.mk as well.
2002-09-20add idea from fredb: option to pick out newest versions from severaldmcmahill1-1/+5
directories.
2002-09-19We're using buildlink2, so don't lie about where the rpm headers andjlam1-5/+5
libraries are actually found.
2002-09-18update to cdpack-1.4.2. This is a documentation fix only update. Thedmcmahill3-7/+8
change is to make the usage output and the manpage agree with each other and with reality. Thanks to hubertf at netbsd for pointing out the problem.
2002-09-13Updated pkgchk to 1.32:abs2-4/+4
Make sure we handle unset PKG_PATH correctly (re: 1.31)
2002-09-13Updated pkgchk to 1.31:abs2-3/+9
Handle PKG_PATH being set - hide it from the 'make' calls, but use it in pkg_add.
2002-09-123.31: Check MESSAGE file format. Patch from sco at openface ca in pkg/18276.wiz2-4/+48
2002-09-07mdoc fixes, ispell.wiz1-28/+22
2002-09-07Add and enable pkg_comprh1-1/+2
2002-09-07Initial import of pkg_comp-1.0, a utility that allows retargetable packagerh5-0/+914
building in chrooted environments. Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org>
2002-09-06Update createbuildlink to 2.0. Now creates buildlink2.mk files. You canrh6-135/+293
use createbuildlink1 to still create old buildlink.mk files.
2002-09-05Revert previous change (which wouldn't have worked in all cases) until moreagc1-7/+1
discussion has taken place.
2002-09-05make pkg_install self-bootstrapping (no need for /usr/sbin/pkg_*).itojun1-1/+7
2002-09-04Revert last change after buildlink2 problem was fixed by Johnny C. Lam.tron1-1/+3
2002-09-02Enabling buildlink2 for this package isn't necessary and breakstron1-3/+1
bootstrapping on Solaris.
2002-08-26Actually define USE_BUILDLINK2 so that we can use the buildlink2.mk files.jlam1-1/+2
2002-08-26Add missing BUILDLINK_PACKAGES lines.jlam2-2/+4
2002-08-26Remove private buildlink.mk files that were only used by x11-links. Theyjlam2-1590/+0
are no longer necessary now that x11-links uses buildlink2.
2002-08-25Revert previous change now that the buildlink2.mk files have hit the mainjlam3-13/+16
trunk. These packages can now safely use buildlink2.mk files.
2002-08-23revert buildlink2.mk merge until Johnny has a chance to look at the issuesabs3-20/+16
2002-08-23Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk.jlam8-20/+1588
2002-08-23Merge pkgtools/xpkgwedge from the buildlink2 branch back into the mainjlam1-1/+3
trunk.