svn commit: r441910 - in head: sysutils/scprotect www/swish-e

Antoine Brodin antoine at FreeBSD.org
Sun May 28 11:55:37 UTC 2017


Author: antoine
Date: Sun May 28 11:55:35 2017
New Revision: 441910
URL: https://svnweb.freebsd.org/changeset/ports/441910

Log:
  Fix BROKEN spelling

Modified:
  head/sysutils/scprotect/Makefile
  head/www/swish-e/Makefile

Modified: head/sysutils/scprotect/Makefile
==============================================================================
--- head/sysutils/scprotect/Makefile	Sun May 28 11:09:43 2017	(r441909)
+++ head/sysutils/scprotect/Makefile	Sun May 28 11:55:35 2017	(r441910)
@@ -9,8 +9,8 @@ MASTER_SITES=	http://dindin.ru/download/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Protect process from killing when the swap space is exhausted
 
-BROKEN_FREEBSD_11=	does not build on FreeBSD 11.x+
-BROKEN_FREEBSD_12=	does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function)
+BROKEN_FreeBSD_11=	does not build on FreeBSD 11.x+
+BROKEN_FreeBSD_12=	does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function)
 
 USES=		kmod uidfix
 

Modified: head/www/swish-e/Makefile
==============================================================================
--- head/www/swish-e/Makefile	Sun May 28 11:09:43 2017	(r441909)
+++ head/www/swish-e/Makefile	Sun May 28 11:55:35 2017	(r441910)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://swish-e.org/distrib
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple web indexing for humans - enhanced
 
-BROKEN_FREEBSD_12=	fails to compile: zlib.h: conflicting types for 'uncompress2'
+BROKEN_FreeBSD_12=	fails to compile: zlib.h: conflicting types for 'uncompress2'
 
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2


More information about the svn-ports-all mailing list