summaryrefslogtreecommitdiff
path: root/mk/tools
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-18Use nawk as the default "awk" replacement since it has no dependenciesjlam1-5/+5
2005-05-18perl.mk was moved from being included by bsd.tools.mk to replace.mk.jlam1-6/+1
2005-05-17Move perl handling into replace.mk. We now can specify USE_TOOLS+=perljlam4-16/+27
2005-05-16In the autoconf213 case, the AUTO* variables should point to thejlam1-4/+4
2005-05-16USE_GNU_TOOLS+=m4 should translate to USE_TOOLS+=gm4 to get the samejlam1-2/+2
2005-05-16Don't have USE_TOOLS+=imake replace USE_IMAKE. Rather let the formerjlam1-4/+1
2005-05-16Treat USE_GNU_TOOLS+=yacc the same as USE_TOOLS+=bison, since there isjlam1-2/+2
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam6-18/+6
2005-05-15Don't forcibly set XMKMF -- allow the package to override it if necessary.jlam1-2/+2
2005-05-15Asking the tools framework for "bison" now provides two distinct tools:jlam3-8/+26
2005-05-15In the tools framework, check that the directory doesn't exist beforejlam1-2/+3
2005-05-15MAKE_PROGRAM:T isn't necessary... we can just call "make", and the PATHjlam1-2/+2