summaryrefslogtreecommitdiff
path: root/mk/tools
AgeCommit message (Expand)AuthorFilesLines
2005-07-19There is a new variable TOOLS_VALUE_GNU.<tool> for each tool that is thejlam1-11/+25
2005-07-19Whitespace fix.jlam1-2/+2
2005-07-18Avoid trailing spaces in TOOLS_<TOOL> values if TOOLS_ARGS.* is empty.jlam1-2/+6
2005-07-18Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full commandjlam1-134/+59
2005-07-17Rename variable: TOOLS_CMDLINE.<tool> => TOOLS_SCRIPT.<tool> to betterjlam2-23/+23
2005-07-17Back out previous... the value will be exported in a different way.jlam1-4/+1
2005-07-17Export a new variable "TOOLS_<TOOL>_PATH" that holds only the path to thejlam1-1/+4
2005-07-17Rename the following variables for brevity:jlam10-250/+249
2005-07-17Redo workaround in revision 1.111. We now use a loop to copy one listjlam1-2/+4
2005-07-16There is still one small but important distinction between some of thejlam1-7/+11
2005-07-16Changing := to = here fixes a bug seen in x11-links where _USE_TOOLSjlam1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-12/+1
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam4-42/+98
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam3-30/+18
2005-07-08"imake" may be defined in PKGSRC_USE_TOOLS instead of USE_TOOLS, so addjlam1-1/+4
2005-07-07MacOS X 10.[34] have /usr/bin/shlock (from <schmonz>).jlam1-1/+4
2005-06-24Fix another typo (TOOLS_READ_CMD -> TOOLS_REAL_CMD).minskim1-2/+2
2005-06-24Fix a typo.minskim1-2/+2
2005-06-24Teach the tools framework about csh, and replace with tcsh if necessary.jlam15-15/+41
2005-06-24Create TOOLS_LDCONFIG and LDCONFIG variables that contain the actualjlam1-5/+7
2005-06-24Remove unused variable _TOOLS_VARNAME.ldconfig.jlam1-2/+1
2005-06-24Darwin may have bzcat.minskim1-1/+4
2005-06-24Support bash as a tool, so that packages containing bash scriptsminskim4-4/+19
2005-06-24Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and updatejlam1-3/+3
2005-06-23Note locations for native diff tools.jlam13-13/+34
2005-06-23Teach the tools framework about "diff".jlam2-2/+16
2005-06-23"cmp" can be "gcmp" if we use the one from pkgsrc.jlam1-2/+2
2005-06-17The OpenBSD chgrp and chown can be in different places depending on thejlam1-1/+9
2005-06-17Pull out the LS and TR definitions from algae/Makefile and place themjlam1-1/+3
2005-06-17PERL_PATH is also a common GNU configure script variable for the path tojlam1-2/+2
2005-06-16provide defaults for bzcat and tbl to avoid unnecessary buildgrant1-1/+9
2005-06-14Make IMAKE_TOOLS into a publicly-readable variable so that it can bejlam1-4/+4
2005-06-11Remove unnecessary .undef lines after .for loops as the loop variablesjlam6-27/+6
2005-06-10Force an autoconf "cache" override for tools that are likely to bejlam1-2/+5
2005-06-07Add another common name for the GNU configure variable name used for thejlam1-2/+2
2005-06-07Add a few more GNU configure variable names that are commonly used.jlam1-2/+7
2005-06-03Teach the tools framework about mktemp. Replace explicit tests forjlam9-9/+31
2005-06-03Teach the tools framework about bdftopcf and removejlam1-1/+20
2005-06-02Back out previous change, and correct the surrounding check -- we needjlam1-4/+3
2005-06-02Test whether "_TOOLS_USE_PKGSRC.perl" is defined before checking its value.tron1-2/+3
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam2-28/+2
2005-06-01Turn IMAKE_MAKE into a public variable that may be set via /etc/mk.conf.jlam1-3/+3
2005-05-26Teach the tools framework about nroff.jlam12-12/+37
2005-05-23Work around brokenness in GNU configure scripts generated by autoconf-2.59ajlam1-3/+3
2005-05-23Teach the tools framework about "flex" so that packages can specifyjlam6-6/+33
2005-05-22Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.jlam1-6/+3
2005-05-22Don't add "INSTALL" to CONFIGURE_ENV as bsd.pkg.mk adds special valuesjlam1-2/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-6/+3
2005-05-22Do not enable _IMAKE_TOOLS unless imake is used. Otherwise, packagesminskim1-1/+3
2005-05-22Some packages want to embed the path to the perl tool in scripts butjlam1-1/+13