freebsd-ports/print/texlive-base/Makefile
Stefan Eßer bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00

149 lines
5 KiB
Makefile

PORTNAME= texlive
PORTVERSION= 20150521
PORTREVISION= 76
CATEGORIES= print
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
PKGNAMESUFFIX= -base
DISTNAME= ${PORTNAME}-${DISTVERSION}-source
DIST_SUBDIR= TeX
MAINTAINER= tex@FreeBSD.org
COMMENT= TeX Live Typesetting System, base binaries
LIB_DEPENDS= libicuio.so:devel/icu \
libt1.so:devel/t1lib \
libTECkit.so:textproc/teckit \
libgd.so:graphics/gd \
libgraphite2.so:graphics/graphite2 \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \
libharfbuzz-icu.so:print/harfbuzz-icu \
libpng.so:graphics/png \
libzzip.so:devel/zziplib \
libpoppler.so:graphics/poppler \
libpotrace.so:graphics/libpotrace
RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \
psbook:print/psutils
USES= compiler:c++11-lib cpe ghostscript gnome localbase pkgconfig perl5 \
python:run shebangfix tar:xz
CPE_VENDOR= tug
USE_CXXSTD= gnu++11
USE_GNOME= cairo
USE_PERL5= run
USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap
SHEBANG_FILES= texk/texlive/linked_scripts/accfonts/mkt1font \
texk/texlive/linked_scripts/accfonts/vpl2ovp \
texk/texlive/linked_scripts/accfonts/vpl2vpl \
texk/texlive/linked_scripts/arara/arara.sh \
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/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/pygmentex/*.py \
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
BINARY_ALIAS= freetype-config=true
# during build phase gnu configure is run a lot
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-native-texlive-build \
--disable-web-progs \
--disable-psutils \
--enable-shared \
--disable-t1utils \
--disable-dvipdfmx \
--disable-dvipdfm-x \
--disable-xdvipdfmx \
--disable-xpdfopen \
--enable-build-in-source-tree \
--datarootdir=${LOCALBASE}/share \
--with-system-freetype2 \
--with-freetype2-includes=${LOCALBASE}/include/freetype2 \
--with-freetype2-libdir=${LOCALBASE}/lib \
--with-system-gd \
--with-system-cairo \
--with-system-harfbuzz \
--with-system-graphite2 \
--with-system-pixman \
--with-system-poppler \
--with-system-t1lib \
--with-xpdf-includes=${LOCALBASE}/include/poppler \
--with-xpdf-libdir=${LOCALBASE}/lib \
--with-system-xpdf \
--with-system-zziplib \
--with-system-zlib
.for L in gmp icu kpathsea libgs libpng libpaper mpfr ptexenc potrace teckit
CONFIGURE_ARGS+=--with-system-$L \
--with-$L-include=${LOCALBASE}/include \
--with-$L-libdir=${LOCALBASE}/lib
.endfor
MAKE_ENV= CONFIG_SITE=${CONFIG_SITE}
INSTALL_TARGET= install-strip
CONFLICTS_INSTALL= detex dvi2tty ps2eps texlive-texmf
EXTRACT_AFTER_ARGS= ${EXCLUDE_FILES:S,^,--exclude ,}
INFO= dvipng tlbuild
PLIST_SUB= INSTALL_DATA="${INSTALL_DATA}"
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
X11_USE= TEX=xpdfopen:run
EXCLUDE_FILES= ${DISTNAME}/texk/web2c \
${DISTNAME}/texk/kpathsea \
${DISTNAME}/texk/ptexenc \
${DISTNAME}/texk/xdvik \
${DISTNAME}/texk/dvipdfm-x \
${DISTNAME}/texk/dvipsk \
${DISTNAME}/libs \
${DISTNAME}/utils/t1utils \
${DISTNAME}/utils/xpdfopen
post-patch:
cd ${WRKSRC}/texk/texlive && \
${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
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 \
${MKDIR} ${STAGEDIR}${PREFIX}/$$D; \
${TOUCH} ${STAGEDIR}${PREFIX}/$$D/.keep_me; \
done
${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFCONFIGDIR}/web2c
${TOUCH} ${STAGEDIR}${PREFIX}/${TEXMFCONFIGDIR}/web2c/.keep_me
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/web2c/fmtutil.cnf \
${STAGEDIR}${PREFIX}/${FMTUTIL_CNF}
post-install: post-install-fmtutil
.ORDER: post-install-fmtutil do-texhash
.include <bsd.port.mk>