Age | Commit message (Expand) | Author | Files | Lines |
2006-08-03 | Typo in comment. | jlam | 1 | -2/+2 |
2006-08-02 | Suppress the warning from make(1) that the error code is ignored when | rillig | 1 | -4/+4 |
2006-08-02 | Removed dead mirror "ftp.uk.kde.org" from list of KDE master sites. | tron | 1 | -2/+1 |
2006-08-02 | If the first word after the "#" is a variable name, the line above must | rillig | 1 | -6/+19 |
2006-08-02 | A common documentation format is to have the variable name as the first | rillig | 1 | -10/+19 |
2006-08-02 | Added bsd.pkg.help.mk, which provides the "help" target. | rillig | 2 | -2/+67 |
2006-08-02 | http://prdownloads.sourceforge.jp/ doesn't work for me. Remove it. | uebayasi | 1 | -2/+1 |
2006-08-02 | Pass CPPFLAGS in conf-cc and LDFLAGS in conf-ld. | schmonz | 1 | -3/+3 |
2006-08-01 | Rewrote upload to use the newly introduced sort-packages program. | rillig | 1 | -121/+117 |
2006-08-01 | Always create the files for the lists, even if they would end up empty. | rillig | 1 | -5/+7 |
2006-08-01 | Oops, fixed a typo and tested it again. Now it works. | rillig | 1 | -3/+3 |
2006-08-01 | Added a program that sorts binary packages into categories, depending on | rillig | 1 | -0/+94 |
2006-08-01 | - add a -h|--help flag | dmcmahill | 1 | -16/+135 |
2006-07-31 | From the second point in Krister's mail to tech-pkg: | jlam | 1 | -7/+7 |
2006-07-31 | Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't | jlam | 9 | -57/+57 |
2006-07-30 | - use ${BMAKE} instead of 'make' in one instance | jschauma | 1 | -5/+18 |
2006-07-28 | Update the usage output to reflect current reality. Noted by Stoned | dmcmahill | 1 | -4/+14 |
2006-07-28 | remove spurious empty line at the top of the summary files | dmcmahill | 1 | -2/+3 |
2006-07-28 | Allow the binpkg-cache script to also generate pkg_summary.gz files | dmcmahill | 3 | -19/+75 |
2006-07-27 | Remove ftp.au.netbsd.org. | lukem | 1 | -5/+3 |
2006-07-27 | Add back CONFLICTS handling that was accidentally left out when revision | jlam | 1 | -1/+2 |
2006-07-27 | Remove all uses of the following targets from pkgsrc: | jlam | 3 | -22/+8 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 12 | -73/+72 |
2006-07-27 | Make the language warning a bit less forceful, since it is often a false | joerg | 1 | -3/+3 |
2006-07-27 | Rename "SITES_* to "SITES.*" for file-specific lists of sites from which | jlam | 1 | -7/+4 |
2006-07-27 | Document the targets in fetch-list.mk. | jlam | 1 | -2/+30 |
2006-07-27 | Note that "fetch-list" is a public target. | jlam | 1 | -2/+2 |
2006-07-27 | Remove an unnecessary recursive make invocation. | jlam | 1 | -18/+11 |
2006-07-27 | Replace this: | jlam | 1 | -14/+13 |
2006-07-27 | All of the other *SITES* variables are plural, so rename DYNAMIC_SITE_* | jlam | 2 | -8/+8 |
2006-07-27 | Apply the "convention over configuration" principle: | jlam | 2 | -7/+9 |
2006-07-27 | The intention behind REPLACE_BASH was to make replacing /bin/sh with | rillig | 1 | -2/+2 |
2006-07-27 | The ORDERED_SITES variable defined in fetch.mk was made private in | jlam | 1 | -3/+3 |
2006-07-27 | After auditing all the packages the ensure that they never invoke the | jlam | 5 | -10/+10 |
2006-07-27 | Documented DIST_PATH and fixed two typos (${TARGET} is not ${.TARGET}). | rillig | 2 | -15/+17 |
2006-07-26 | Pass MAKECONF down to recursive make processes to ensure they all use | jlam | 1 | -1/+6 |
2006-07-26 | Ensure that the just-in-time su command invoked has the same environment | jlam | 1 | -2/+3 |
2006-07-26 | add a missing PHONY | drochner | 1 | -1/+2 |
2006-07-26 | When the bulk build code encounters a directory in *SPECIFIC_PKGS | wiz | 2 | -5/+27 |
2006-07-25 | Move barrier to just after the depends phase. This allows both the | jlam | 2 | -8/+8 |
2006-07-25 | BUILD_ENV was renamed to PKGSRC_MAKE_ENV. | jlam | 1 | -3/+3 |
2006-07-25 | Whenever f2c is mentioned in USE_LANGUAGES, a C compiler is also needed, | rillig | 1 | -1/+3 |
2006-07-24 | Remove comment for non-existing USETBL. | wiz | 1 | -7/+1 |
2006-07-24 | Describe groff-docs. | wiz | 1 | -0/+1 |
2006-07-23 | The proper phase to run just before "configure" is "patch", not | jlam | 1 | -2/+2 |
2006-07-23 | Remove mirrors.sunsite.dk because it causes hangs in the | wiz | 1 | -2/+1 |
2006-07-23 | Remove cran.dk -- causes hangs for weekly distfiles mirror job. | wiz | 1 | -2/+1 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 15 | -32/+32 |
2006-07-22 | The C compiler is also used for Objective C, so the c-fail-wrapper is | rillig | 1 | -3/+3 |
2006-07-21 | "BUILD_ENV" was misnamed. It's actually the environment that is passed | jlam | 5 | -13/+13 |