summaryrefslogtreecommitdiff
path: root/mk/tools/replace.mk
AgeCommit message (Expand)AuthorFilesLines
2005-11-08Teach the tools framework how to replace mkfontdir and mkfontscalejlam1-2/+2
2005-11-08Consolidate blocks for tools that were supplied by the same package intojlam1-483/+109
2005-11-08Add "soelim", also part of groff if replacement is needed.tv1-1/+12
2005-11-04Teach the tools framework about "sleep" which can be provided by thejlam1-1/+12
2005-10-30If we're using devel/patch, then we know that we can create backup filesjschauma1-1/+3
2005-10-16modification to increase imake handling flexibility for IRIX (in particularschwarz1-2/+5
2005-10-12Teach the tools framework about ``printf'', which can be replaced by thejlam1-1/+12
2005-10-10x11/imake was changed to x11/XFree86-imake. Also package namereed1-5/+5
2005-09-20Teach the tools framework about "byacc", which is a Berkeley-compatiblejlam1-1/+21
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-1/+12
2005-08-10Fix a cut-and-paste bug.jlam1-2/+2
2005-08-06Update lang/perl5 to 5.8.7. Changes from version 5.8.6 include updatesjlam1-3/+3
2005-07-26Provide a "pod2man" tool used by some packages to build man pages.jlam1-1/+13
2005-07-25We only need to recognize TOOLS_IGNORE.* in the case where the tooljlam1-5/+4
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-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:jlam1-177/+177
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 ajlam1-20/+58
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-16/+10
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.jlam1-1/+13
2005-06-24Support bash as a tool, so that packages containing bash scriptsminskim1-1/+13
2005-06-24Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and updatejlam1-3/+3
2005-06-23Teach the tools framework about "diff".jlam1-1/+13
2005-06-23"cmp" can be "gcmp" if we use the one from pkgsrc.jlam1-2/+2
2005-06-11Remove unnecessary .undef lines after .for loops as the loop variablesjlam1-9/+1
2005-06-03Teach the tools framework about mktemp. Replace explicit tests forjlam1-1/+13
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-05-26Teach the tools framework about nroff.jlam1-1/+13
2005-05-23Teach the tools framework about "flex" so that packages can specifyjlam1-1/+23
2005-05-22Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.jlam1-6/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-6/+3
2005-05-22Allow a tool to be passed to GNU configure scripts under more thanjlam1-5/+5
2005-05-21For packages that use GNU configure scripts, pass the real commandjlam1-1/+19
2005-05-21Grammar 101 -- sentences should end in a period.jlam1-2/+2
2005-05-21Add TNF copyright to the new tools framework makefiles.jlam1-1/+37
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 containjlam1-3/+50
2005-05-19Merge most of perl.mk into replace.mk and leave perl.mk to containjlam1-4/+22