Age | Commit message (Expand) | Author | Files | Lines |
2005-07-19 | PKG_OPTIONS_LEGACY_OPTS: only issue deprecated warning if the old | dillo | 1 | -2/+2 |
2005-07-19 | There is a new variable TOOLS_VALUE_GNU.<tool> for each tool that is the | jlam | 1 | -11/+25 |
2005-07-19 | Whitespace fix. | jlam | 1 | -2/+2 |
2005-07-18 | Avoid trailing spaces in TOOLS_<TOOL> values if TOOLS_ARGS.* is empty. | jlam | 1 | -2/+6 |
2005-07-18 | Configure conf-bg{incs,libs} files, if they exist. | schmonz | 1 | -1/+5 |
2005-07-18 | Describe althash, badrcptto, bigdns, darwin, ignoreip2, netqmail, | schmonz | 1 | -16/+15 |
2005-07-18 | Add an aalib option to mplayer. Patch from Leonard Schmidt on tech-pkg. | wiz | 1 | -0/+1 |
2005-07-18 | Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full command | jlam | 1 | -134/+59 |
2005-07-17 | Rename variable: TOOLS_CMDLINE.<tool> => TOOLS_SCRIPT.<tool> to better | jlam | 2 | -23/+23 |
2005-07-17 | Back out previous... the value will be exported in a different way. | jlam | 1 | -4/+1 |
2005-07-17 | Export a new variable "TOOLS_<TOOL>_PATH" that holds only the path to the | jlam | 1 | -1/+4 |
2005-07-17 | Rename the following variables for brevity: | jlam | 10 | -250/+249 |
2005-07-17 | Redo workaround in revision 1.111. We now use a loop to copy one list | jlam | 1 | -2/+4 |
2005-07-17 | Fix the following error: | ben | 1 | -1/+2 |
2005-07-17 | Override the INSTALL setting in sys.mk that messes up the rest of the | jlam | 1 | -1/+2 |
2005-07-16 | There is still one small but important distinction between some of the | jlam | 2 | -8/+15 |
2005-07-16 | Changing := to = here fixes a bug seen in x11-links where _USE_TOOLS | jlam | 1 | -2/+2 |
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 2 | -14/+3 |
2005-07-15 | Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a | jlam | 4 | -42/+98 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 11 | -75/+62 |
2005-07-14 | document option jasper | dillo | 1 | -0/+1 |
2005-07-14 | sort | dillo | 1 | -5/+5 |
2005-07-13 | Removed superfluous "--" arguments from the command line, as the | rillig | 2 | -4/+4 |
2005-07-11 | Document UNPRIVILEGED and default to NO so that it can be used by the | sketch | 1 | -1/+6 |
2005-07-08 | "imake" may be defined in PKGSRC_USE_TOOLS instead of USE_TOOLS, so add | jlam | 1 | -1/+4 |
2005-07-07 | MacOS X 10.[34] have /usr/bin/shlock (from <schmonz>). | jlam | 1 | -1/+4 |
2005-07-06 | Added the gcc option -fpermissive to the list of options that are ignored | rillig | 1 | -2/+2 |
2005-07-06 | For the fetch-list target: Do not use mkdir if just creating a shell | reed | 1 | -14/+9 |
2005-07-06 | update copyright year | grant | 1 | -2/+2 |
2005-07-06 | add cmd-sink for sunpro C++ which links shared libraries with the | grant | 2 | -1/+69 |
2005-07-05 | ignore more gcc-specific arguments: | grant | 1 | -2/+2 |
2005-07-04 | sunpro needs the -mt -lpthread arguments for POSIX threads according | grant | 1 | -4/+4 |
2005-07-03 | Set _OPSYS_LIBTOOL_REQD to 1.5.18nb4. | tv | 1 | -1/+2 |
2005-06-30 | Cosmetics (so pkglint does not complain) | adam | 1 | -3/+2 |
2005-06-29 | Add hy locale, initially used by gnome-panel 2.10.2. | jmmv | 13 | -13/+65 |
2005-06-27 | Fixed the quoting. The shell is hard-coded to /bin/sh instead of relying | rillig | 1 | -3/+6 |
2005-06-27 | pkglint does not output any "OK" lines by default, so there's no need to | rillig | 1 | -2/+2 |
2005-06-27 | Fixed the quoting. The shell is hard-coded to /bin/sh instead of relying | rillig | 1 | -3/+6 |
2005-06-27 | Improve English in warning. From Rhialto in PR 30610. (second occurrence) | wiz | 1 | -2/+2 |
2005-06-27 | Improve English in warning. From Rhialto in PR 30610. | wiz | 1 | -2/+2 |
2005-06-26 | Darwin>=7.0 does not need devel/dlcompat. | minskim | 2 | -6/+6 |
2005-06-24 | Fix another typo (TOOLS_READ_CMD -> TOOLS_REAL_CMD). | minskim | 1 | -2/+2 |
2005-06-24 | Fix a typo. | minskim | 1 | -2/+2 |
2005-06-24 | Teach the tools framework about csh, and replace with tcsh if necessary. | jlam | 15 | -15/+41 |
2005-06-24 | Create TOOLS_LDCONFIG and LDCONFIG variables that contain the actual | jlam | 1 | -5/+7 |
2005-06-24 | Remove unused variable _TOOLS_VARNAME.ldconfig. | jlam | 1 | -2/+1 |
2005-06-24 | Darwin may have bzcat. | minskim | 1 | -1/+4 |
2005-06-24 | Support bash as a tool, so that packages containing bash scripts | minskim | 4 | -4/+19 |
2005-06-24 | Use ${PERL5} instead of `perl' and relying on $PATH order. | sketch | 1 | -2/+5 |
2005-06-24 | lang/perl58 has been renamed to lang/perl5 (hi johnny!) | dillo | 1 | -2/+2 |