diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-05-28 11:55:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-05-28 11:55:35 +0000 |
commit | 2629df5a179196de12a6bf7d1caa71b9b74139c4 (patch) | |
tree | c0c773b81cbcacd6266f23ba198eac25c48026c9 | |
parent | 69771bc2840cef4fd2b4c527bc610afbf14780be (diff) | |
download | ports-2629df5a179196de12a6bf7d1caa71b9b74139c4.tar.gz ports-2629df5a179196de12a6bf7d1caa71b9b74139c4.zip |
Notes
-rw-r--r-- | sysutils/scprotect/Makefile | 4 | ||||
-rw-r--r-- | www/swish-e/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/scprotect/Makefile b/sysutils/scprotect/Makefile index 2d64285a9d46..542498cfae58 100644 --- a/sysutils/scprotect/Makefile +++ b/sysutils/scprotect/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://dindin.ru/download/ MAINTAINER= ports@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 diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 97373780011d..ec661ac53945 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://swish-e.org/distribution/ MAINTAINER= ports@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 |