Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
font maps for dvips and dvipdfm. In this way, configuration files
(fmtutil.cnf and updmap.cfg) are properly installed under
PKG_SYSCONFDIR, not under PREFIX.
Bump PKGREVISION for teTeX-texmf and teTeX-bin.
|
|
the case on Mac OS 10.4 at least)
|
|
|
|
With this change, texmf.cnf is handled properaly using CONF_FILES, and
tex-* packages can be shared by teTeX-3 and TeX Live 2008.
Bump PKGREVISION for teTeX-{texmf,bin}.
|
|
Previously, TEXMFSYSVAR was placed under PREFIX, which was wrong
because TEXMFSYSVAR stores variable *runtime* data. This change
relocates TEXMFSYSVAR under VARBASE and move VARTEXFONTS to its
default location inside the TEXMFSYSVAR tree.
Bump PKGREVISION.
|
|
|
|
into the TEXMFDIST tree.
|
|
PR 36336.
Bump PKGREVISION.
|
|
|
|
just add mkdtemp to configure.in but also make sure that it is heard.
PKGREVISION++.
|
|
for permissions. Bump revision.
|
|
by me and Matthias Kretschmer.
PKGREVISION not bumped because there is no change at all to the content.
|
|
|
|
insecure temp file creation vulnerability in dvips. Fixes CVE-2007-5935,
CVE-2007-5936 and CVE-2007-5937. Bump PKGREVISION.
|
|
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
|
pkgsrc-users.
|
|
|
|
|
|
|
|
most scripts like tex-config will not work otherwise, breaking
bulk builds badly. Bump revision.
|
|
|
|
|
|
The INSTALL script for print/teTeX3-bin incorrectly configures paper and font
options using texconfig(1). Texconfig-sys(1) is the proper method of making
system-wide configuration changes to TeX. Because of this, options such as
PAPERSIZE have no effect on the installed configuration.
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".
SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
|
|
(I'contacted the MAINTAINER, didn't get a response. jlam agrees that
there is no reason not to build the shlib.)
|
|
|
|
that they look nicer.
|
|
packages installing newer versions than those included in the teTeX
distribution can override them.
Bump PKGREVISION for all teTeX3-* packages.
|
|
|
|
all TeX packages were converted.
|
|
installed without conflicts with those included in teTeX-texmf.
Bump PKGREVISION.
|
|
it during installation. The default texmf.cnf file now has the correct
VARTEXFONTS default without any extra configuration.
* Move texconfig papersize setting to a +TEXCONFIG scriptlet that is
called during POST-INSTALL. You can invoke ./+TEXCONFIG PAPER <paper>
to set the papersize for dvips and xdvi.
This fixes problems with installing teTeX3-bin where invoking texconfig
failed because texmf.cnf didn't (yet) exist during the post-install
target.
Bump the PKGREVISION to 9.
|
|
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).
|
|
|
|
at run-time into the INSTALL/DEINSTALL scripts instead. This includes
running: mktexlsr, fmtutil, texlinks, and updmap. The INSTALL script
now unpacks a separate scriptlet +TETEX that can be called independently
to fix up the teTeX installation in case it gets messed up.
* USE_TOOLS+=bison instead of a direct BUILD_DEPENDS on the bison package.
* List info file entries directly in the PLIST.
Bump PKGREVISION to 8.
|
|
|
|
Fix PR pkg/32654, applying the proposed patches, thanks Peter Bex
|
|
bump package revision.
|
|
This should fix bulk build for teTeX1 packages
|
|
doesn't help any more) so it calls the "dialog" program without requiring
the "DIALOG_PROG" environment variable to be set. Bump package revision
because of this fix.
|
|
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)
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
directories changed by updmap with ${RM}, rather than including them
as regular entries in PLIST.
Bump PKGREVISION.
|
|
|
|
from generating a directory under users's HOME at installation time.
OK'ed by hubertf@ and tonio@.
|
|
use the standard buildlink3.mk instead
|