summaryrefslogtreecommitdiff
path: root/mk/tools
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-22The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 ofjlam1-7/+1
2005-05-22Allow a tool to be passed to GNU configure scripts under more thanjlam1-5/+5
2005-05-22Add a few more tools for GNU configure scripts: grep, env, xmkmf.jlam1-1/+4
2005-05-21For packages that use GNU configure scripts, pass the real commandjlam2-2/+51
2005-05-21Grammar 101 -- sentences should end in a period.jlam13-26/+26
2005-05-21Add TNF copyright to the new tools framework makefiles.jlam13-13/+480
2005-05-20Only add the autoconf tool if the user also requested automake. Thisjlam1-3/+5
2005-05-20Move the PLIST_SUBST lines that substitute for PERL5_* variables fromjlam1-1/+6
2005-05-20Properly quote dependency to avoid creating garbage files in the pkgsrcjlam1-2/+3
2005-05-20Based on the value of ${AUTOCONF_REQD}, choose the right autoconf tooljlam1-3/+13
2005-05-19We can only use the subst.mk framework if the files are relative tojlam1-1/+8
2005-05-19Merge most of imake.mk into replace.mk and leave imake.mk to containjlam3-73/+75
2005-05-19Merge most of perl.mk into replace.mk and leave perl.mk to containjlam3-40/+40
2005-05-19Properly deal with case where TOOL_DEPENDS.* is a list of values byjlam1-4/+7
2005-05-18Goal: Remove USE_PERL5 from pkgsrc.jlam1-9/+7