Age | Commit message (Expand) | Author | Files | Lines |
2006-10-07 | Renamed the "pack" option for _PRESERVE_WRKSRC to "pack-if-failed", | rillig | 1 | -4/+5 |
2006-10-06 | Added more error checking: If a directory is specified in | rillig | 1 | -1/+5 |
2006-10-06 | Instead of removing error and warning messages, they are collected in | rillig | 1 | -7/+9 |
2006-10-06 | Added a call similar to "make error-check" when the real target fails | rillig | 1 | -2/+14 |
2006-10-06 | Remove references to DESTDIR. LOCALBASE should not be altered that way, | joerg | 3 | -9/+9 |
2006-10-06 | Kill ancient runes: /usr/local as LOCALBASE was not the default for | joerg | 1 | -17/+1 |
2006-10-06 | Always use LOCALBASE setting from mk/defaults/mk.conf. | joerg | 5 | -14/+5 |
2006-10-06 | _PRESERVE_WRKDIR can be set to "pack" to save a .tar.gz archive of | rillig | 1 | -3/+10 |
2006-10-05 | Add experimental support for -j jobs building in the build | reed | 2 | -4/+18 |
2006-10-05 | Suppress the message that ".DDIR is up-to-date" by introducing a .PHONY | rillig | 1 | -3/+6 |
2006-10-05 | If a word in a configure script is "#", stop scanning that line for | rillig | 1 | -1/+3 |
2006-10-05 | Replaced "test -f" with "ls". That way, broken symbolic links are also | rillig | 2 | -4/+4 |
2006-10-05 | It's SKIP_PORTABILITY_CHECK, not SKIP_PORTABILITY_CHECKS. | rillig | 1 | -2/+2 |
2006-10-05 | Both, the pkgsrc user and the package maintainer must agree that this | rillig | 1 | -3/+3 |
2006-10-03 | fix comment about CHANGES file for changes-entry, since the default is | gdt | 1 | -2/+2 |
2006-10-03 | Rewrote the bin-install target so that it doesn't lock LOCALBASE | rillig | 1 | -20/+31 |
2006-10-02 | Change the quoting to let this work with solaris-2.9 /bin/sh. | dmcmahill | 1 | -2/+2 |
2006-10-02 | Some fixes: | rillig | 1 | -6/+2 |
2006-10-02 | Added a new compile-time check that detects the usage of the "==" | rillig | 2 | -1/+67 |
2006-10-02 | Replaced ${RECURSIVE_MAKE} with ${SH}, so that the README.html files can | rillig | 1 | -2/+2 |
2006-10-01 | Progress messages are prefixed with "sort-packages>", not "upload>". | rillig | 1 | -2/+2 |
2006-10-01 | Reformatted the header comment to be searchable by bsd.pkg.help.mk. | rillig | 1 | -59/+36 |
2006-10-01 | All the files in mk/ are searched for helping information. | rillig | 1 | -7/+9 |
2006-10-01 | The value of PKG_OPTIONS_VAR is printed as is in an error message. This | rillig | 1 | -2/+3 |
2006-09-27 | Remove XFree86. | joerg | 5 | -35/+14 |
2006-09-26 | Use /bin/mount if it exists on Linux, because some distros (e.g. Ubuntu | minskim | 1 | -2/+6 |
2006-09-25 | Adjust MASTER_SITE_MOZILLA. | salo | 1 | -8/+6 |
2006-09-25 | PR pkg/33876: use the actual package name instead of "this package" in | ghen | 1 | -2/+2 |
2006-09-24 | Generalize Mozilla GTK2 packages in a comment. | salo | 1 | -2/+2 |
2006-09-24 | Describe "seamonkey" gecko option. | salo | 1 | -0/+1 |
2006-09-22 | - Compute CHEKCK_FILES filter on the entries requested and keep it | joerg | 4 | -12/+28 |
2006-09-19 | Bugfix: In the #! interpreter lines, allow white-space behind the #!. | rillig | 1 | -2/+2 |
2006-09-19 | Even if NO_CHECKSUM is set, the "checksum" target still needs to depend | rillig | 1 | -2/+2 |
2006-09-18 | Define "NOLOGIN" to "/usr/bin/false" rather than ${FALSE} (which doesn't | tron | 1 | -3/+2 |
2006-09-17 | When $debug_log is set to ":" and at the same time $IFS is ":", the | rillig | 3 | -3/+7 |
2006-09-17 | Fixed the "unknown command" error messages for debug_log, which is a | rillig | 9 | -57/+57 |
2006-09-17 | Also ignore fontconfig cache like the "clasic" databases. | joerg | 1 | -1/+2 |
2006-09-15 | Now, gettext tools is available from devel/gettext-tools, so prioritize | obache | 1 | -2/+2 |
2006-09-14 | Bugfix: Missing shared libraries are reported again. This feature had been | rillig | 1 | -2/+2 |
2006-09-13 | Add support for cpio archives. | joerg | 2 | -2/+20 |
2006-09-12 | Add the nds@NFE locale directory, initially used by yelp-2.16.0. | jmmv | 13 | -13/+65 |
2006-09-12 | Add a bunch of Spanish locale directories (es_*), initially used by | jmmv | 13 | -13/+689 |
2006-09-11 | Add description for psycopg[12] options used by www/py-django. | joerg | 1 | -0/+2 |
2006-09-10 | cosmetic change | schwarz | 1 | -2/+2 |
2006-09-10 | ${X11BASE} can now be set to /usr, so just do so for IRIX and OSF1. No need | schwarz | 1 | -1/+3 |
2006-09-10 | ensure that -I and -L paths are correctly rewritten even if ${LOCALBASE} | schwarz | 1 | -4/+15 |
2006-09-10 | Add the gn locale directory, initially used by gnome-menus 2.16.0. | jmmv | 13 | -13/+65 |
2006-09-10 | Fix PR pkg/34139 in a diffent way: | tron | 2 | -7/+13 |
2006-09-10 | improve imake support on IRIX 5 | schwarz | 1 | -4/+2 |
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392. | obache | 4 | -10/+10 |