summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2002-12-12shorten COMMENTabs1-2/+2
2002-12-12Clean up wording a bit. Emphasize that PKGTOOLS_REQD should only behubertf1-3/+7
changed if really necessary.
2002-12-103.39: note that IGNORE is deprecated in favor of PKG_{FAIL,SKIP}_REASON.schmonz2-3/+8
Nudged by wiz@, who sees all.
2002-12-10Update to 3.38: Complete handling of category/Makefile; now compareswiz2-4/+32
list of SUBDIRS against list of directories and complains about mismatches.
2002-12-09Add proper handling for hardlinks. This fixes e.g. the zero byte localetron2-8/+25
files in the "suse_base" package causing error messages like this: Gdk-WARNING **: locale not supported by C library Bump version number to 1.3.
2002-12-08Fix typo in manual page.cjep4-18/+34
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz2-4/+4
2002-11-26Typo.jlam1-2/+2
2002-11-26Use "cp" instead of "pax" to copy the directory trees.jlam1-2/+2
2002-11-23Always use pkgdiff -- this avoids having RCS Ids in patches.wiz2-10/+8
2002-11-23Commit change to patch-ad that mysteriously got lost in last commit.jschauma2-6/+6
(Thanks wiz!)
2002-11-23Upgrade to version 20021123, which fixes PR pkg/18384 by Grant.jschauma5-67/+39
Curiously, several of the patches required some changes -- have these not been tested with the latest version of pkg_install?
2002-11-23Some cleanups by Greg A. Woods in PR 18710.wiz2-34/+51
2002-11-23Honour ZOULARISBASE, rather than expecting bmake in ${PREFIX}/bsd/bin.cjep4-3/+39
This should work with the Zoularis kit and the bootstrap kit. XXX The patches should go into 1.11.
2002-11-23Any "digest" newer than 2001 is acceptable. This allows the "digest"schmonz1-2/+2
installed by bootstrap-pkgsrc to satisfy the dependency requirement.
2002-11-17Tweaks for OpenBSD (cf. recent bootstrap-pkgsrc commit)cjep2-4/+11
2002-11-14Only avoid checking mk/bsd*, not all files from mk/. Bump to 3.37.wiz3-6/+6
2002-11-07Add pkgdepgraphatatat1-1/+2
2002-11-07pkgdepgraph prints out a "dot" language specification of theatatat5-0/+433
inter-dependencies of your installed packages. The "dot" language is interpreted by the graphviz package to make graphs. There are several uses for such information. (1) A graphical representation of information is always good to look at. (2) The output itself can be sorted and filtered to provide a list of packages to delete in order that they can be rebuilt (to replace out-of-date components). (3) You can visually estimate the work involved in (or impact of) removing a given component in order to replace it.
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.