Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-12 | shorten COMMENT | abs | 1 | -2/+2 | |
2002-12-12 | Clean up wording a bit. Emphasize that PKGTOOLS_REQD should only be | hubertf | 1 | -3/+7 | |
changed if really necessary. | |||||
2002-12-10 | 3.39: note that IGNORE is deprecated in favor of PKG_{FAIL,SKIP}_REASON. | schmonz | 2 | -3/+8 | |
Nudged by wiz@, who sees all. | |||||
2002-12-10 | Update to 3.38: Complete handling of category/Makefile; now compares | wiz | 2 | -4/+32 | |
list of SUBDIRS against list of directories and complains about mismatches. | |||||
2002-12-09 | Add proper handling for hardlinks. This fixes e.g. the zero byte locale | tron | 2 | -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-08 | Fix typo in manual page. | cjep | 4 | -18/+34 | |
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 2 | -4/+4 | |
2002-11-26 | Typo. | jlam | 1 | -2/+2 | |
2002-11-26 | Use "cp" instead of "pax" to copy the directory trees. | jlam | 1 | -2/+2 | |
2002-11-23 | Always use pkgdiff -- this avoids having RCS Ids in patches. | wiz | 2 | -10/+8 | |
2002-11-23 | Commit change to patch-ad that mysteriously got lost in last commit. | jschauma | 2 | -6/+6 | |
(Thanks wiz!) | |||||
2002-11-23 | Upgrade to version 20021123, which fixes PR pkg/18384 by Grant. | jschauma | 5 | -67/+39 | |
Curiously, several of the patches required some changes -- have these not been tested with the latest version of pkg_install? | |||||
2002-11-23 | Some cleanups by Greg A. Woods in PR 18710. | wiz | 2 | -34/+51 | |
2002-11-23 | Honour ZOULARISBASE, rather than expecting bmake in ${PREFIX}/bsd/bin. | cjep | 4 | -3/+39 | |
This should work with the Zoularis kit and the bootstrap kit. XXX The patches should go into 1.11. | |||||
2002-11-23 | Any "digest" newer than 2001 is acceptable. This allows the "digest" | schmonz | 1 | -2/+2 | |
installed by bootstrap-pkgsrc to satisfy the dependency requirement. | |||||
2002-11-17 | Tweaks for OpenBSD (cf. recent bootstrap-pkgsrc commit) | cjep | 2 | -4/+11 | |
2002-11-14 | Only avoid checking mk/bsd*, not all files from mk/. Bump to 3.37. | wiz | 3 | -6/+6 | |
2002-11-07 | Add pkgdepgraph | atatat | 1 | -1/+2 | |
2002-11-07 | pkgdepgraph prints out a "dot" language specification of the | atatat | 5 | -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-04 | Update to 0.107: Do not exit when pkgdiff fails on one file, just report | wiz | 2 | -5/+4 | |
an error. | |||||
2002-10-30 | Update url2pkg to 1.20. Changes are: | rh | 2 | -8/+17 | |
- recognise newer GNU configure scripts - USE_BUILDLINK2 - add support for PKGCONFIG_OVERRIDE | |||||
2002-10-20 | Use BUILDLINK_CPPFLAGS.rpm and rely on buildlink2 to make "-lrpm" resolve | jlam | 1 | -5/+3 | |
to the correct library. | |||||
2002-10-16 | Properly quote environment variable in test statement. | rh | 1 | -3/+3 | |
2002-10-16 | Update createbuildlink to 2.2. Now includes a '-j' option to join together | rh | 3 | -9/+44 | |
PLISTed header files in a directory, listing them as '*.h' | |||||
2002-10-14 | Update pkg_tarup to 1.2. Changes: | hubertf | 2 | -4/+5 | |
find pkg_create etc. on Solaris etc. Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail. | |||||
2002-10-08 | Update pkgchk to 1.34: | abs | 2 | -5/+9 | |
Actually work around 1.6 pkg_tools PKG_PATH problems, rather than just making matters worse. | |||||
2002-10-08 | Update pkg_chk to 1.33: | abs | 2 | -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-08 | Move the _REQUIRE_* definitions from xfree.buildlink2.mk to the x11-links | jlam | 2 | -10/+8 | |
Makefile so that they won't be defined for other packages that include xfree.buildlink2.mk. | |||||
2002-10-08 | Remove reference to x11.buildlink.mk. | jlam | 1 | -4/+3 | |
2002-10-07 | Update to 1.1. Mostly cosmetic changes, among others incudes patch from | hubertf | 2 | -69/+61 | |
PR 18546 by woods@weird.com (Greg A. Woods). | |||||
2002-09-30 | Upgrade to 3.36. Fixes the problem with $pkg_installver being | atatat | 2 | -6/+6 | |
"uninitialized" for some cases. Approved by the wiz. | |||||
2002-09-30 | Added distfetch | martti | 1 | -1/+2 | |
2002-09-30 | distfetch helps you to fetch all the distfiles you need to compile | martti | 6 | -0/+322 | |
your packages. Only the required distfiles are downloaded. | |||||
2002-09-27 | Update createbuildlink to 2.1. This adds some patterns to recognise AppKit | rh | 2 | -7/+8 | |
style Objective C headers and libraries. | |||||
2002-09-27 | Create a new variable USE_X11_LINKS that controls whether packages that | jlam | 3 | -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-25 | Bump version number for man page fix. | wiz | 1 | -2/+2 | |
2002-09-25 | Update Dd. Fix description of some options per PR 18344 and included | wiz | 1 | -65/+98 | |
patch from Julio Merino. Begin new sentences on new lines. | |||||
2002-09-25 | Slight fix for 3.34, so that "cd /usr/pkgsrc; for i in */; do pkglint $i; done" | wiz | 2 | -4/+4 | |
works. Bump to 3.35. | |||||
2002-09-24 | Update to 3.34: Can now also be run in Category directories and checks | wiz | 2 | -4/+45 | |
correct sorting order of SUBDIR entries. | |||||
2002-09-24 | Sort. | wiz | 1 | -2/+2 | |
2002-09-24 | Since MESSAGE files come by many names, hardwire the line length, | wiz | 2 | -6/+5 | |
independent of the actual filename. Update to 3.33. | |||||
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 2 | -6/+6 | |
2002-09-23 | Toss in strlcpy.c and hey presto: Instant linux pkg_install binaries. | abs | 2 | -4/+4 | |
2002-09-23 | If defining TAILQ_FIRST and TAILQ_NEXT ensure we also define | abs | 2 | -8/+21 | |
TAILQ_HEAD_INITIALIZER - required for linux build. | |||||
2002-09-23 | Trivially use buildlink2 | jlam | 1 | -1/+2 | |
2002-09-22 | lintpkgsrc was tweaked, so bump the version | atatat | 1 | -2/+2 | |
2002-09-22 | If the installed version of pkg_install is newer than the one in | atatat | 1 | -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-20 | Fix comment to note that you'll need to update the x11-links dependency in | jlam | 1 | -3/+4 | |
bsd.buildlink2.mk as well. | |||||
2002-09-20 | add idea from fredb: option to pick out newest versions from several | dmcmahill | 1 | -1/+5 | |
directories. | |||||
2002-09-19 | We're using buildlink2, so don't lie about where the rpm headers and | jlam | 1 | -5/+5 | |
libraries are actually found. |