2006-03-05 17:27:29 by Johnny C. Lam | Files touched by this commit (89) |
Log message:
* Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
|
2005-11-11 19:50:25 by Antoine Reilles | Files touched by this commit (37) |
Log message:
Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
|
2005-11-08 21:02:52 by Antoine Reilles | Files touched by this commit (3) |
Log message:
Convert ot use tex.buildlink3.mk
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
|
2005-10-26 14:59:51 by Antoine Reilles | Files touched by this commit (1) |
Log message:
Fix pkglint warning (set CONFIGURE_ARGS with +=)
|
2005-10-17 19:12:04 by Antoine Reilles | Files touched by this commit (3) |
Log message:
Remove the dependency over gmake
Patch from Matthew Clarke in rubber's darcs archive
|
2005-07-18 15:46:45 by Antoine Reilles | Files touched by this commit (3) |
Log message:
Update to rubber 1.0
Change maintainer address to @netbsd.org
Update homepage to avoid redirections
Main changelog entries:
Version 1.0 (2005-07-11)
More intelligent graphics conversion rules.
New command-line options "--inplace" and "--into".
New command-line option "-W" to report warnings.
Modules "index" and "verbatim" fixed.
Fixed path searching in Metapost.
Fixed paper size handling (in dvips, dvipdfm, ps2pdf).
Better handling of aux files from \include'd sources.
approved by cube@
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|