Changeset View
Changeset View
Standalone View
Standalone View
devel/tex-synctex/Makefile
| PORTNAME= synctex | PORTNAME= synctex | ||||
| PORTVERSION= 1.17.0 | PORTVERSION= 1.21.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= TEX_CTAN/systems/texlive/Source/ | MASTER_SITES= TEX_CTAN/systems/texlive/Source/ | ||||
| PKGNAMEPREFIX= tex- | PKGNAMEPREFIX= tex- | ||||
| DISTNAME= texlive-20150521-source | DISTNAME= texlive-20210324-source | ||||
| DIST_SUBDIR= TeX | DIST_SUBDIR= TeX | ||||
| MAINTAINER= tex@FreeBSD.org | MAINTAINER= tex@FreeBSD.org | ||||
| COMMENT= Synchronization TeXnology parser library | COMMENT= Synchronization TeXnology parser library | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/synctexdir/README.txt | |||||
| CONFLICTS= tex-web2c-20150521 | CONFLICTS= tex-web2c-20150521 | ||||
| USES= libtool pathfix pkgconfig tar:xz | USES= libtool pathfix pkgconfig tar:xz | ||||
| USE_TEX= kpathsea | USE_TEX= kpathsea | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} | EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} | ||||
| EXTRACT_FILES= build-aux texk/web2c | EXTRACT_FILES= build-aux texk/web2c | ||||
| WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c | WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| EXCLUDE_ENGINES=etex aleph luatex luajittex pdftex mf mf-nowin ptex \ | EXCLUDE_ENGINES=tex etex ptex eptex uptex euptex aleph pdftex luatex luajittex \ | ||||
| eptex uptex euptex xetex tex otangle mp pmp upmp web2c \ | luahbtex luajithbtex mp pmp upmp xetex mf mf_nowin mflua \ | ||||
| web-progs | mflua_nowin mfluajit mfluajit_nowin epsfwin hp2627win \ | ||||
| mftalkwin nextwin regiswin suntoolswin tektronixwin \ | |||||
| unitermwin web_progs missing | |||||
| CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/--disable-/} \ | CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/--disable-/} \ | ||||
koobs: Can you explain the why for this change chunk please (in the differential summary) | |||||
| --with-x=no \ | --without-x \ | ||||
| --without-mf-x-toolkit \ | --without-mf-x-toolkit \ | ||||
| --with-system-zlib \ | --without-system_ptexenc \ | ||||
| --with-system-kpathsea | --without-system_libpng \ | ||||
| --without-system_freetype2 \ | |||||
| --without-system_pixman \ | |||||
| --without-system_cairo \ | |||||
| --without-system_gmp \ | |||||
| --without-gmp_includes \ | |||||
| --without-gmp_libdir \ | |||||
| --without-system_mpfr \ | |||||
| --without-mpfr_includes \ | |||||
| --without-mpfr_libdir \ | |||||
| --without-system_zziplib \ | |||||
| --without-system_teckit \ | |||||
| --without-system_graphite2 \ | |||||
| --without-system_harfbuzz \ | |||||
| --without-system_icu \ | |||||
| --with-system_kpathsea \ | |||||
| --with-system_zlib | |||||
| CFLAGS+= -I${LOCALBASE}/include | CFLAGS+= -I${LOCALBASE}/include | ||||
Done Inline ActionsCan you explain the why for this change chunk please (in the differential summary) koobs: Can you explain the why for this change chunk please (in the differential summary) | |||||
Done Inline ActionsExplain these changes in the commit log message (in the formatted section). Something like: - Disable all optional dependencies in CONFIGURE_ARGS so they're never auto-detected Or similar koobs: Explain these changes in the commit log message (in the formatted section). Something like… | |||||
| INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||
Can you explain the why for this change chunk please (in the differential summary)