svn commit: r501847 - head/print/auctex
Antoine Brodin
antoine at FreeBSD.org
Fri May 17 09:23:41 UTC 2019
Author: antoine
Date: Fri May 17 09:23:40 2019
New Revision: 501847
URL: https://svnweb.freebsd.org/changeset/ports/501847
Log:
Mark devel_full and devel_nox flavors BROKEN
Reported by: pkg-fallout
Modified:
head/print/auctex/Makefile
Modified: head/print/auctex/Makefile
==============================================================================
--- head/print/auctex/Makefile Fri May 17 09:01:36 2019 (r501846)
+++ head/print/auctex/Makefile Fri May 17 09:23:40 2019 (r501847)
@@ -13,6 +13,10 @@ COMMENT= Integrated environment for writing LaTeX usin
LICENSE= GPLv3
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN= tex.el:0:0: error: wrong-type-argument: (stringp nil)
+.endif
+
USES= emacs ghostscript gmake
USE_TEX= latex texhash
TEXHASHDIRS= ${TEXMFDIR}
More information about the svn-ports-all
mailing list