Index: head/sysutils/scprotect/Makefile =================================================================== --- head/sysutils/scprotect/Makefile (revision 441909) +++ head/sysutils/scprotect/Makefile (revision 441910) @@ -1,27 +1,27 @@ # Created by: Denis Barov # $FreeBSD$ PORTNAME= scprotect PORTVERSION= 20091116 CATEGORIES= sysutils kld 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 WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DWITH_SCPROTECT_LIST post-extract: @cd ${WRKSRC}/kmod && ${RM} machine post-install: @${RM} -r ${STAGEDIR}/usr/lib/debug .include Index: head/www/swish-e/Makefile =================================================================== --- head/www/swish-e/Makefile (revision 441909) +++ head/www/swish-e/Makefile (revision 441910) @@ -1,40 +1,40 @@ # Created by: Daniel O'Connor # $FreeBSD$ PORTNAME= swish-e PORTVERSION= 2.4.7 PORTREVISION= 4 CATEGORIES= www textproc 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 USES= gmake libtool perl5 shebangfix SHEBANG_FILES= src/swishspider GNU_CONFIGURE= yes MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ pkgdatadir="${DATADIR}" INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS PORTDOCS= * .include post-patch: .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -E 's/^(install-data-am:) install-docDATA(.*)/\1\2/' \ ${WRKSRC}/Makefile.in .for p in pod prog-bin conf filter-bin filters html @${REINPLACE_CMD} -E 's/^(install-data-am:).*DATA(.*)/\1\2/' \ ${WRKSRC}/${p}/Makefile.in .endfor .endif .include