aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-22 08:28:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-22 08:28:19 +0000
commit4ce4158e2dd0f2d356fa5a2f460f456d46ed7321 (patch)
tree56278f63558e11312c55bdeb9817c28ee078bc1d /print
parentaf1131c8aefabce9efc35e654c6fd94d3baf8787 (diff)
downloadports-4ce4158e2dd0f2d356fa5a2f460f456d46ed7321.tar.gz
ports-4ce4158e2dd0f2d356fa5a2f460f456d46ed7321.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/texlive-base/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile
index 31a025fd985d..f288e4c4b829 100644
--- a/print/texlive-base/Makefile
+++ b/print/texlive-base/Makefile
@@ -2,7 +2,7 @@
PORTNAME= texlive
PORTVERSION= 20150521
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= print
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
PKGNAMESUFFIX= -base
@@ -28,7 +28,7 @@ LIB_DEPENDS= libicuio.so:devel/icu \
CONFLICTS_INSTALL= texlive-texmf-201[234]*
USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap
-USES= ghostscript pkgconfig perl5 shebangfix tar:xz
+USES= ghostscript pkgconfig perl5 python:run shebangfix tar:xz
USE_PERL5= run
# during build phase gnu configure is run a lot
MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE}
@@ -86,27 +86,32 @@ SHEBANG_FILES= texk/texlive/linked_scripts/accfonts/mkt1font \
texk/texlive/linked_scripts/bibexport/bibexport.sh \
texk/texlive/linked_scripts/convbkmk/convbkmk.rb \
texk/texlive/linked_scripts/ctanupload/ctanupload.pl \
- texk/texlive/linked_scripts/de-macro/de-macro \
+ texk/texlive/linked_scripts/ebong/*.py \
texk/texlive/linked_scripts/dtxgen/dtxgen \
+ texk/texlive/linked_scripts/dviasm/*.py \
texk/texlive/linked_scripts/exceltex/exceltex \
texk/texlive/linked_scripts/findhyph/findhyph \
texk/texlive/linked_scripts/fragmaster/fragmaster.pl \
texk/texlive/linked_scripts/installfont/installfont-tl \
texk/texlive/linked_scripts/kotex-utils/jamo-normalize.pl \
texk/texlive/linked_scripts/latexpand/latexpand \
+ texk/texlive/linked_scripts/lilyglyphs/*.py \
texk/texlive/linked_scripts/ltxfileinfo/ltxfileinfo \
texk/texlive/linked_scripts/lua2dox/lua2dox_filter \
texk/texlive/linked_scripts/mathspic/mathspic.pl \
texk/texlive/linked_scripts/mf2pt1/mf2pt1.pl \
texk/texlive/linked_scripts/multibibliography/multibibliography.pl \
+ texk/texlive/linked_scripts/pythontex/*.py \
texk/texlive/linked_scripts/rubik/rubikrotation.pl \
texk/texlive/linked_scripts/splitindex/splitindex.pl \
texk/texlive/linked_scripts/svn-multi/svn-multi.pl \
texk/texlive/linked_scripts/texdirflatten/texdirflatten \
+ texk/texlive/linked_scripts/texliveonfly/texliveonfly.py \
texk/texlive/linked_scripts/ulqda/ulqda.pl \
texk/texlive/linked_scripts/urlbst/urlbst \
texk/texlive/linked_scripts/yplan/yplan
+
INFO= dvipng tlbuild
OPTIONS_DEFINE= X11
@@ -120,6 +125,8 @@ post-patch:
linked_scripts/texlive/fmtutil-sys.sh \
tl_scripts/texconfig-sys.sh \
linked_scripts/texlive/updmap-sys.sh
+ ${REINPLACE_CMD} -e 's|/usr/bin/python -O|${python_CMD}|' \
+ ${WRKSRC}/texk/texlive/linked_scripts/de-macro/de-macro \
post-install-fmtutil:
for D in ${TEXHASHDIRS}; do \