Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 09:23:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501847 - head/print/auctex
Message-ID:  <201905170923.x4H9Nejn013878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905170923.x4H9Nejn013878>