Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2020 21:09:17 +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: r538344 - head/editors/apel
Message-ID:  <202006092109.059L9HwO070276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jun  9 21:09:17 2020
New Revision: 538344
URL: https://svnweb.freebsd.org/changeset/ports/538344

Log:
  Mark devel_full and devel_nox flavors BROKEN
  
  Reported by:	pkg-fallout

Modified:
  head/editors/apel/Makefile

Modified: head/editors/apel/Makefile
==============================================================================
--- head/editors/apel/Makefile	Tue Jun  9 20:45:11 2020	(r538343)
+++ head/editors/apel/Makefile	Tue Jun  9 21:09:17 2020	(r538344)
@@ -12,6 +12,10 @@ COMMENT=	Portable Emacs Library
 
 LICENSE=	GPLv2
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		pces-e20.el:27:1: Error: Wrong type argument: stringp
+.endif
+
 USES=		emacs
 USE_GITHUB=	yes
 GH_ACCOUNT=	wanderlust



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