svn commit: r559228 - head/databases/bbdb

Antoine Brodin antoine at FreeBSD.org
Fri Dec 25 09:30:44 UTC 2020


Author: antoine
Date: Fri Dec 25 09:30:43 2020
New Revision: 559228
URL: https://svnweb.freebsd.org/changeset/ports/559228

Log:
  Mark devel flavors BROKEN
  
  Reported by:	pkg-fallout

Modified:
  head/databases/bbdb/Makefile

Modified: head/databases/bbdb/Makefile
==============================================================================
--- head/databases/bbdb/Makefile	Fri Dec 25 09:28:43 2020	(r559227)
+++ head/databases/bbdb/Makefile	Fri Dec 25 09:30:43 2020	(r559228)
@@ -13,6 +13,10 @@ COMMENT=	Big Brother Database
 
 LICENSE=	GPLv3+
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		Error occurred processing bbdb.el: Wrong type argument ((stringp nil))
+.endif
+
 BUILD_DEPENDS=	texi2dvi:print/texinfo
 
 USES=		autoreconf emacs


More information about the svn-ports-all mailing list