Age | Commit message (Expand) | Author | Files | Lines |
2007-05-15 | Pullup ticket 2076 - requested by rillig | salo | 1 | -6/+3 |
2007-04-05 | Recognize XML files as text. | wiz | 1 | -2/+2 |
2007-04-04 | Remove win32-jdk. This never really worked, and probably never will work | tv | 1 | -13/+2 |
2007-04-01 | Support "Removed" again. Fix typo in comment. | wiz | 1 | -2/+4 |
2007-04-01 | Fix quoting issue that gave syntax error when printing the message | kristerw | 1 | -2/+2 |
2007-03-24 | Made this check work again. The regular expression did not match relative | heinz | 1 | -6/+7 |
2007-03-24 | More DESTDIR fixes in warnng/error messages | heinz | 1 | -5/+5 |
2007-03-24 | Removed unnecessary shell code: | heinz | 1 | -2/+2 |
2007-03-23 | Resurrect the ability to skip the depends phase that was removed in | jlam | 1 | -2/+22 |
2007-03-23 | add nspluginwrapper | abs | 1 | -0/+1 |
2007-03-22 | The egrep line can be removed when audit-packages becomes fast enough. | rillig | 1 | -1/+3 |
2007-03-20 | Fix check-interpreter when using USE_DESTDIR. From Klaus Heinz on | joerg | 1 | -3/+3 |
2007-03-19 | When building the dependency lists, handle bootstrap dependencies like | joerg | 1 | -2/+2 |
2007-03-18 | Documented MAKE_JOBS_SAFE. | rillig | 1 | -1/+7 |
2007-03-18 | Typo. | rillig | 1 | -2/+2 |
2007-03-18 | Added a procedure to determine the build options of a package. This file | rillig | 1 | -0/+39 |
2007-03-17 | XXX: "make replace" should be one transaction. | rillig | 1 | -1/+6 |
2007-03-17 | Check for /usr/bin/sleep. I have had this in my pkgsrc for a long time. | reed | 1 | -1/+5 |
2007-03-16 | Typo. | rillig | 1 | -2/+2 |
2007-03-16 | For the package pkgtools/shlock, it is not possbile to provide locking. | rillig | 1 | -2/+3 |
2007-03-16 | Added the variable declarations for the "show-all" target. | rillig | 5 | -5/+25 |
2007-03-16 | The single-letter labels (U, P, S) could easily be confused with the CVS | rillig | 1 | -7/+7 |
2007-03-16 | Don't check files in ${PACKAGES} and ${DISTDIR}. | rillig | 1 | -1/+5 |
2007-03-16 | After the quick fix from some minutes ago, here is the better solution. | rillig | 1 | -8/+14 |
2007-03-16 | Don't evaluate variables unless there's reason to do. This fixes warning | rillig | 1 | -1/+3 |
2007-03-15 | Check for /bin/bzcat. Noticed on Ubuntu Linux over a week ago. | reed | 1 | -1/+3 |
2007-03-15 | For all those who are interested in the inner workings of pkgsrc, there | rillig | 9 | -9/+107 |
2007-03-15 | _COMPILER_LD_FLAG is only used in this file, and no other compiler file | rillig | 1 | -5/+2 |
2007-03-15 | Made show-depends a flavor-specific target. | rillig | 3 | -5/+14 |
2007-03-15 | wrapper_type can be IMAKE, too. | rillig | 1 | -2/+2 |
2007-03-15 | Moved the definition of CONFIG_SHELL from gnu-configure.mk to configure.mk. | rillig | 2 | -6/+11 |
2007-03-15 | If the "Internal error #1" happens again, it will at least provide a | rillig | 1 | -2/+2 |
2007-03-15 | The CHECK_WRKREF variable has changed type: It is now a list of | rillig | 1 | -16/+18 |
2007-03-14 | Forgot to disable the "echo-only" mode in the last commit. | rillig | 1 | -2/+2 |
2007-03-14 | Use the new -T option of pkg_crate, if pkg_install is new enough. | joerg | 2 | -2/+16 |
2007-03-14 | Added the target "commit-changes-entry", or "cce", which adds a single | rillig | 1 | -13/+45 |
2007-03-13 | Added keywords for SPECIAL_PERMS, so it is found by | rillig | 1 | -1/+3 |
2007-03-12 | Don't handle Perl's "DynaLoader.a" specially under Mac OS X. It is not | tron | 1 | -3/+5 |
2007-03-12 | Sync authoritive instance of config.guess and config.sub with the | joerg | 2 | -19/+31 |
2007-03-09 | Removed unused variables. Note that _ALIASES.* could only be removed | rillig | 1 | -10/+2 |
2007-03-09 | Removed the creation of the extra wrapper directory WRKDIR/.sunpro and | rillig | 1 | -45/+3 |
2007-03-09 | Rewrote the file so that it is easier to see what needs to be done when | rillig | 1 | -26/+31 |
2007-03-09 | Fixed a quoting bug that occurred when PKG_DEVELOPER=#yes, | rillig | 1 | -2/+2 |
2007-03-09 | Fixed pkglint warnings. | rillig | 3 | -23/+24 |
2007-03-09 | Replaced PKG_SILENT/PKG_DEBUG with RUN. | rillig | 2 | -10/+7 |
2007-03-09 | Replaced the remaining PKG_SILENT/PKG_DEBUG pairs with RUN. | rillig | 1 | -6/+9 |
2007-03-09 | Fixed the quoting in INSTALLATION_DIRS and install-dirs-from-PLIST. | rillig | 1 | -33/+32 |
2007-03-09 | Added documentation and error checking. | rillig | 1 | -8/+22 |
2007-03-09 | The mk/*/*/*.mk files are also interesting. | rillig | 2 | -3/+11 |
2007-03-09 | Added MAKEFLAGS to the call to RECURSIVE_MAKE. | rillig | 1 | -2/+2 |