summaryrefslogtreecommitdiff
path: root/mk/tex.buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2006-04-19remove teTeX1 from the TEX_ACCEPTED list, since it was removedtonio1-10/+5
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-7/+7
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-27tweak.rxg1-3/+3
2006-02-11When returning "..is not an acceptable TeX version.." also identifyross1-2/+3
which version(s) _are_ acceptable.
2006-01-22move the PLIST SUBST from tex.buildlink3.mk to tetex?-bin/buildlink3.mktonio1-9/+1
This should fix bulk build for teTeX1 packages
2006-01-08Make teTeX3 the default TEX_DEFAULTtonio1-21/+13
bump PKGREVISION where necessary Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to teTeX?/buidlink3.mk, so that packages may include print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not allow that)
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig1-2/+2
2005-11-20Use tex instead of latex in messages and comments.minskim1-10/+10
2005-11-15Correct the file name in comments.minskim1-2/+2
2005-11-15Define the user-settable variable TEX_DEFAULT in defaults/mk.conftonio1-4/+3
The default value is still teTeX2
2005-11-14Add PRINT_PLIST_AWK patterns for bibtex directories.minskim1-2/+2
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-32/+32
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-10Add PRINT_PLIST_AWK patterns to replace PKG_LOCALTEXMFPREFIX and skipminskim1-1/+7
shared directories.
2005-11-08Create a tex.buildlink3.mk file that is used by tex-using packages.tonio1-0/+148
It includes the correct buildlink3.mk file from either teTeX1 (print/teTeX1-bin), teTeX2 (print/teTeX-bin) or teTeX3 (print/teTeX3-bin). tex.buildlink3.mk will: * set PKG_TEXMFPREFIX to the base directory of the used texmf tree * set PKG_LOCALTEXMFPREFIX to the base directory of the local texmf tree (for tex packages) * set LATEX_TYPE to the latex distribution used. There are two variables that can be used to tweak the selection of the latex implementation: LATEX_DEFAULT is a user-settable variable whose value is the default latex distribution to use. LATEX_ACCEPTED is a package-settable list of latex distributions that may be used by the package.