From owner-svn-ports-all@freebsd.org Mon Nov 9 09:53:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FD382ED1D2; Mon, 9 Nov 2020 09:53:25 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CV5sd0PGLz4YqH; Mon, 9 Nov 2020 09:53:25 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00801705D; Mon, 9 Nov 2020 09:53:24 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A99rODG025393; Mon, 9 Nov 2020 09:53:24 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A99rOAP025392; Mon, 9 Nov 2020 09:53:24 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202011090953.0A99rOAP025392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 9 Nov 2020 09:53:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554701 - head/print/texlive-base X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/print/texlive-base X-SVN-Commit-Revision: 554701 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2020 09:53:25 -0000 Author: 0mp Date: Mon Nov 9 09:53:24 2020 New Revision: 554701 URL: https://svnweb.freebsd.org/changeset/ports/554701 Log: Cosmetic changes: sort variables Approved by: portmgr blanket Modified: head/print/texlive-base/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon Nov 9 09:52:09 2020 (r554700) +++ head/print/texlive-base/Makefile Mon Nov 9 09:53:24 2020 (r554701) @@ -12,7 +12,6 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live Typesetting System, base binaries -RUN_DEPENDS= psbook:print/psutils LIB_DEPENDS= libicuio.so:devel/icu \ libt1.so:devel/t1lib \ libTECkit.so:textproc/teckit \ @@ -25,26 +24,47 @@ LIB_DEPENDS= libicuio.so:devel/icu \ libzzip.so:devel/zziplib \ libpoppler.so:graphics/poppler \ libpotrace.so:graphics/libpotrace +RUN_DEPENDS= psbook:print/psutils -CONFLICTS_INSTALL= ps2eps texlive-texmf-201[234]* - -USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap USES= compiler:c++11-lib ghostscript pkgconfig perl5 \ python:run shebangfix tar:xz USE_CXXSTD= gnu++11 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 + # during build phase gnu configure is run a lot -MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE} -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 -EXTRACT_AFTER_ARGS= ${EXCLUDE_FILES:S,^,--exclude ,} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-native-texlive-build \ --disable-web-progs \ @@ -77,50 +97,29 @@ CONFIGURE_ARGS+=--with-system-$L \ --with-$L-include=${LOCALBASE}/include \ --with-$L-libdir=${LOCALBASE}/lib .endfor - -CFLAGS+= -I${LOCALBASE}/include -PLIST_SUB= INSTALL_DATA="${INSTALL_DATA}" +MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE} INSTALL_TARGET= install-strip +CFLAGS+= -I${LOCALBASE}/include -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 - +CONFLICTS_INSTALL= ps2eps texlive-texmf-201[234]* +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 && \