View | Details | Raw Unified | Return to bug 187403 | Differences between
and this patch

Collapse All | Expand All

(-)b/print/texlive-base/Makefile (-2 / +6 lines)
Lines 28-37 LIB_DEPENDS= libicuio.so:devel/icu \ Link Here
28
28
29
CONFLICTS_INSTALL=	texlive-texmf-201[234]*
29
CONFLICTS_INSTALL=	texlive-texmf-201[234]*
30
30
31
USE_TEX=	web2c kpathsea ptexenc tlmgr texhash-bootstrap
32
USES=		compiler:c++11-lib ghostscript pkgconfig perl5 \
31
USES=		compiler:c++11-lib ghostscript pkgconfig perl5 \
33
		python:run shebangfix tar:xz
32
		python:run shebangfix tar:xz
34
USE_PERL5=	run
33
USE_PERL5=	run
34
USE_TEX=	web2c kpathsea ptexenc tlmgr texhash-bootstrap
35
# during build phase gnu configure is run a lot
35
# during build phase gnu configure is run a lot
36
MAKE_ENV+=	CONFIG_SITE=${CONFIG_SITE}
36
MAKE_ENV+=	CONFIG_SITE=${CONFIG_SITE}
37
EXCLUDE_FILES=	${DISTNAME}/texk/web2c \
37
EXCLUDE_FILES=	${DISTNAME}/texk/web2c \
Lines 140-146 post-install-fmtutil: Link Here
140
	${INSTALL_DATA} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/web2c/fmtutil.cnf \
140
	${INSTALL_DATA} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/web2c/fmtutil.cnf \
141
	    ${STAGEDIR}${PREFIX}/${FMTUTIL_CNF}
141
	    ${STAGEDIR}${PREFIX}/${FMTUTIL_CNF}
142
142
143
post-install: post-install-fmtutil
143
post-install-tex-font-search:
144
	${INSTALL} -d ${STAGEDIR}${PREFIX}/etc/fonts/conf.d
145
	${INSTALL_DATA} files/09-texlive-fontconfig.conf ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/
146
147
post-install: post-install-fmtutil post-install-tex-font-search
144
.ORDER: post-install-fmtutil do-texhash
148
.ORDER: post-install-fmtutil do-texhash
145
149
146
.include <bsd.port.mk>
150
.include <bsd.port.mk>
(-)b/print/texlive-base/files/09-texlive-fontconfig.conf (+4 lines)
Added Link Here
1
<fontconfig>
2
  <!--  Load TeX OpenType fonts  -->
3
  <dir>/usr/local/share/texmf-dist/fonts/opentype</dir>
4
</fontconfig>
(-)b/print/texlive-base/pkg-plist (-1 / +1 lines)
Lines 242-247 bin/vpe Link Here
242
bin/vpl2ovp
242
bin/vpl2ovp
243
bin/vpl2vpl
243
bin/vpl2vpl
244
bin/yplan
244
bin/yplan
245
etc/fonts/conf.d/09-texlive-fontconfig.conf
245
man/man1/afm2pl.1.gz
246
man/man1/afm2pl.1.gz
246
man/man1/allcm.1.gz
247
man/man1/allcm.1.gz
247
man/man1/allec.1.gz
248
man/man1/allec.1.gz
248
- 

Return to bug 187403