svn commit: r538344 - head/editors/apel

Antoine Brodin antoine at FreeBSD.org
Tue Jun 9 21:09:17 UTC 2020


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


More information about the svn-ports-all mailing list