Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2002-09-18 | update to cdpack-1.4.2. This is a documentation fix only update. The | dmcmahill | 3 | -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-13 | Updated pkgchk to 1.32: | abs | 2 | -4/+4 | |
Make sure we handle unset PKG_PATH correctly (re: 1.31) | |||||
2002-09-13 | Updated pkgchk to 1.31: | abs | 2 | -3/+9 | |
Handle PKG_PATH being set - hide it from the 'make' calls, but use it in pkg_add. | |||||
2002-09-12 | 3.31: Check MESSAGE file format. Patch from sco at openface ca in pkg/18276. | wiz | 2 | -4/+48 | |
2002-09-07 | mdoc fixes, ispell. | wiz | 1 | -28/+22 | |
2002-09-07 | Add and enable pkg_comp | rh | 1 | -1/+2 | |
2002-09-07 | Initial import of pkg_comp-1.0, a utility that allows retargetable package | rh | 5 | -0/+914 | |
building in chrooted environments. Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org> | |||||
2002-09-06 | Update createbuildlink to 2.0. Now creates buildlink2.mk files. You can | rh | 6 | -135/+293 | |
use createbuildlink1 to still create old buildlink.mk files. | |||||
2002-09-05 | Revert previous change (which wouldn't have worked in all cases) until more | agc | 1 | -7/+1 | |
discussion has taken place. | |||||
2002-09-05 | make pkg_install self-bootstrapping (no need for /usr/sbin/pkg_*). | itojun | 1 | -1/+7 | |
2002-09-04 | Revert last change after buildlink2 problem was fixed by Johnny C. Lam. | tron | 1 | -1/+3 | |
2002-09-02 | Enabling buildlink2 for this package isn't necessary and breaks | tron | 1 | -3/+1 | |
bootstrapping on Solaris. | |||||
2002-08-26 | Actually define USE_BUILDLINK2 so that we can use the buildlink2.mk files. | jlam | 1 | -1/+2 | |
2002-08-26 | Add missing BUILDLINK_PACKAGES lines. | jlam | 2 | -2/+4 | |
2002-08-26 | Remove private buildlink.mk files that were only used by x11-links. They | jlam | 2 | -1590/+0 | |
are no longer necessary now that x11-links uses buildlink2. | |||||
2002-08-25 | Revert previous change now that the buildlink2.mk files have hit the main | jlam | 3 | -13/+16 | |
trunk. These packages can now safely use buildlink2.mk files. | |||||
2002-08-23 | revert buildlink2.mk merge until Johnny has a chance to look at the issues | abs | 3 | -20/+16 | |