aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-23 16:34:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-23 16:34:43 +0000
commit0aa737a3361845ec8f71d74835196cd5ec620250 (patch)
tree6cc56fc8997a9b33f3a2e326fc1a9a97affe375c /sysutils
parent34e555714096a8da20bb049a438dc2df7b729e10 (diff)
downloadports-0aa737a3361845ec8f71d74835196cd5ec620250.tar.gz
ports-0aa737a3361845ec8f71d74835196cd5ec620250.zip
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Notes
Notes: svn path=/head/; revision=482846
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/asmem/Makefile1
-rw-r--r--sysutils/asmon/Makefile1
-rw-r--r--sysutils/bsdmoted/Makefile1
-rw-r--r--sysutils/cfengine310/Makefile1
-rw-r--r--sysutils/cfengine311/Makefile1
-rw-r--r--sysutils/cfengine312/Makefile1
-rw-r--r--sysutils/cfengine32/Makefile1
-rw-r--r--sysutils/cfengine33/Makefile1
-rw-r--r--sysutils/cfengine34/Makefile1
-rw-r--r--sysutils/cfengine35/Makefile1
-rw-r--r--sysutils/cfengine36/Makefile1
-rw-r--r--sysutils/cfengine37/Makefile1
-rw-r--r--sysutils/cfengine38/Makefile1
-rw-r--r--sysutils/cfengine39/Makefile1
-rw-r--r--sysutils/muse/Makefile1
-rw-r--r--sysutils/pcbsd-utils-qt5/Makefile1
-rw-r--r--sysutils/qjail4/Makefile1
-rw-r--r--sysutils/scprotect/Makefile1
-rw-r--r--sysutils/showbeastie/Makefile1
-rw-r--r--sysutils/syslog-ng36/Makefile1
-rw-r--r--sysutils/syslog-ng37/Makefile1
-rw-r--r--sysutils/wmmemfree/Makefile1
-rw-r--r--sysutils/xosview/Makefile1
23 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile
index 6fc6affc3e54..b10813b81fdc 100644
--- a/sysutils/asmem/Makefile
+++ b/sysutils/asmem/Makefile
@@ -13,6 +13,7 @@ COMMENT= AfterStep look-n-feel memory utilization monitor
LICENSE= GPLv2
BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
+BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
USE_XORG= xpm
GNU_CONFIGURE= yes
diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile
index e3967d0f928d..2a43c186ddbf 100644
--- a/sysutils/asmon/Makefile
+++ b/sysutils/asmon/Makefile
@@ -13,6 +13,7 @@ COMMENT= Swallowable applet monitors the CPU usage, memory, and swap, etc
LICENSE= GPLv2
BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
+BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
BROKEN_mips= fails to compile: asmon.c: storage size of 'sum' isn't known
BROKEN_mips64= fails to compile: asmon.c: storage size of 'sum' isn't known
BROKEN_powerpc64= fails to compile: asmon.c: storage size of 'sum' isn't known
diff --git a/sysutils/bsdmoted/Makefile b/sysutils/bsdmoted/Makefile
index e1dc94648d36..1ac9df14a499 100644
--- a/sysutils/bsdmoted/Makefile
+++ b/sysutils/bsdmoted/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_powerpc64= does not build: warning Make sure new member of socket address initialized
BROKEN_FreeBSD_11= does not build (bluetooth changes in 11.x need to be handled)
BROKEN_FreeBSD_12= does not build (bluetooth changes in 11.x need to be handled)
+BROKEN_FreeBSD_13= does not build (bluetooth changes in 11.x need to be handled)
DEPRECATED= does not build on FreeBSD 11+
EXPIRATION_DATE= 2018-10-31
diff --git a/sysutils/cfengine310/Makefile b/sysutils/cfengine310/Makefile
index 8c82e6760fc4..f709d29e5fca 100644
--- a/sysutils/cfengine310/Makefile
+++ b/sysutils/cfengine310/Makefile
@@ -18,6 +18,7 @@ CPE_VENDOR= gnu
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
CONFLICTS= cfengine-2* cfengine3[0-9]-* cfengine31[1-9]-*
.if !defined(MASTERDIR)
diff --git a/sysutils/cfengine311/Makefile b/sysutils/cfengine311/Makefile
index a9c9335b607a..e7ff2aebb5b4 100644
--- a/sysutils/cfengine311/Makefile
+++ b/sysutils/cfengine311/Makefile
@@ -19,6 +19,7 @@ CPE_VENDOR= gnu
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
CONFLICTS= cfengine-2* cfengine3[0-9]-* cfengine31[02-9]-*
.if !defined(MASTERDIR)
diff --git a/sysutils/cfengine312/Makefile b/sysutils/cfengine312/Makefile
index 22a24ae8fda1..8605f2389dc5 100644
--- a/sysutils/cfengine312/Makefile
+++ b/sysutils/cfengine312/Makefile
@@ -18,6 +18,7 @@ CPE_VENDOR= gnu
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
CONFLICTS= cfengine-2* cfengine3[0-9]-* cfengine31[013-9]-*
.if !defined(MASTERDIR)
diff --git a/sysutils/cfengine32/Makefile b/sysutils/cfengine32/Makefile
index 0914b7cbbf49..5a5bc24f845e 100644
--- a/sysutils/cfengine32/Makefile
+++ b/sysutils/cfengine32/Makefile
@@ -18,6 +18,7 @@ CPE_VENDOR= gnu
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile
index d897f16be0ef..279ae2ff3053 100644
--- a/sysutils/cfengine33/Makefile
+++ b/sysutils/cfengine33/Makefile
@@ -17,6 +17,7 @@ CPE_VENDOR= gnu
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile
index 1752437b7fe8..b3330a5eefbe 100644
--- a/sysutils/cfengine34/Makefile
+++ b/sysutils/cfengine34/Makefile
@@ -16,6 +16,7 @@ CPE_VENDOR= gnu
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
CONFLICTS= cfengine-2* cfengine3[0-35-9]-* cfengine31[0-9]-*
.if !defined(MASTERDIR)
diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile
index bf9ac91d1d10..ece61cd9ec74 100644
--- a/sysutils/cfengine35/Makefile
+++ b/sysutils/cfengine35/Makefile
@@ -15,6 +15,7 @@ COMMENT= Systems administration tool for networks
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
LICENSE= GPLv3
diff --git a/sysutils/cfengine36/Makefile b/sysutils/cfengine36/Makefile
index 2eafad6dc96f..d0eafeb362d7 100644
--- a/sysutils/cfengine36/Makefile
+++ b/sysutils/cfengine36/Makefile
@@ -16,6 +16,7 @@ COMMENT= Systems administration tool for networks
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
CONFLICTS= cfengine-2* cfengine3[0-57-9]-* cfengine31[0-9]-*
.if !defined(MASTERDIR)
diff --git a/sysutils/cfengine37/Makefile b/sysutils/cfengine37/Makefile
index ef8199482b86..0e1522570153 100644
--- a/sysutils/cfengine37/Makefile
+++ b/sysutils/cfengine37/Makefile
@@ -14,6 +14,7 @@ COMMENT= Systems administration tool for networks
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
LICENSE= GPLv3
diff --git a/sysutils/cfengine38/Makefile b/sysutils/cfengine38/Makefile
index 3015dfc0d106..2801e978a32d 100644
--- a/sysutils/cfengine38/Makefile
+++ b/sysutils/cfengine38/Makefile
@@ -15,6 +15,7 @@ COMMENT= Systems administration tool for networks
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
LICENSE= GPLv3
diff --git a/sysutils/cfengine39/Makefile b/sysutils/cfengine39/Makefile
index 275c371636cd..fd1e6e068781 100644
--- a/sysutils/cfengine39/Makefile
+++ b/sysutils/cfengine39/Makefile
@@ -14,6 +14,7 @@ COMMENT= Systems administration tool for networks
DEPRECATED= OpenSSL 1.1.X is not supported.
EXPIRATION_DATE= 2021-09-30
BROKEN_FreeBSD_12= openssl111 is not supported
+BROKEN_FreeBSD_13= openssl111 is not supported
LICENSE= GPLv3
diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile
index 025ce9ba6597..29acf52e2879 100644
--- a/sysutils/muse/Makefile
+++ b/sysutils/muse/Makefile
@@ -10,6 +10,7 @@ MAINTAINER= freebsd@spatula.net
COMMENT= Shows memory usage data
BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
+BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
BROKEN_mips= fails to compile: muse.c: storage size of 'vmstats' isn't known
BROKEN_mips64= fails to compile: muse.c: storage size of 'vmstats' isn't known
BROKEN_powerpc64= fails to compile: muse.c: storage size of 'vmstats' isn't known
diff --git a/sysutils/pcbsd-utils-qt5/Makefile b/sysutils/pcbsd-utils-qt5/Makefile
index 15df5ce32119..548f6fef5fbb 100644
--- a/sysutils/pcbsd-utils-qt5/Makefile
+++ b/sysutils/pcbsd-utils-qt5/Makefile
@@ -12,6 +12,7 @@ COMMENT= PC-BSD Qt5 Utilities
LICENSE= BSD3CLAUSE
BROKEN_FreeBSD_12= fails to compile: netif.cpp: error: use of undeclared identifier 'IFM_FDDI'
+BROKEN_FreeBSD_13= fails to compile: netif.cpp: error: use of undeclared identifier 'IFM_FDDI'
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \
${PYTHON_PKGNAMEPREFIX}sphinx-intl>=0:textproc/py-sphinx-intl@${PY_FLAVOR} \
diff --git a/sysutils/qjail4/Makefile b/sysutils/qjail4/Makefile
index 2cadc5eb72c2..625d814a2915 100644
--- a/sysutils/qjail4/Makefile
+++ b/sysutils/qjail4/Makefile
@@ -27,6 +27,7 @@ NO_ARCH= yes
IGNORE_FreeBSD_11= Only for FreeBSD 10.x
IGNORE_FreeBSD_12= Only for FreeBSD 10.x
+IGNORE_FreeBSD_13= Only for FreeBSD 10.x
do-install:
.for i in qjail qjail.vnet.be qjail.vnet.ng
diff --git a/sysutils/scprotect/Makefile b/sysutils/scprotect/Makefile
index c02364aef69d..f8a94777458a 100644
--- a/sysutils/scprotect/Makefile
+++ b/sysutils/scprotect/Makefile
@@ -11,6 +11,7 @@ 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_13= does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function)
DEPRECATED= Does not build on FreeBSD 11+
EXPIRATION_DATE= 2018-10-31
diff --git a/sysutils/showbeastie/Makefile b/sysutils/showbeastie/Makefile
index a4c30baa83ca..5acd142b9a61 100644
--- a/sysutils/showbeastie/Makefile
+++ b/sysutils/showbeastie/Makefile
@@ -17,6 +17,7 @@ BROKEN_armv7= fails to link: testmain uses VFP register arguments, dict.o does
BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_26 against `__assert@@FBSD_1.0'
BROKEN_powerpc64= fails to build: ficl/Makefile line 25: Could not find bsd.stand.mk
BROKEN_FreeBSD_12= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk
+BROKEN_FreeBSD_13= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files in ${SRC_BASE}
diff --git a/sysutils/syslog-ng36/Makefile b/sysutils/syslog-ng36/Makefile
index 5d302b31ba28..5efa1a50df01 100644
--- a/sysutils/syslog-ng36/Makefile
+++ b/sysutils/syslog-ng36/Makefile
@@ -56,6 +56,7 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \
.if ${PORT_OPTIONS:MOPENSSL}
BROKEN_FreeBSD_12= Fails to build with openssl111
+BROKEN_FreeBSD_13= Fails to build with openssl111
USES+= ssl
CONFIGURE_ARGS+= --enable-ssl
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
diff --git a/sysutils/syslog-ng37/Makefile b/sysutils/syslog-ng37/Makefile
index 7aa3e7348571..34569d6384a1 100644
--- a/sysutils/syslog-ng37/Makefile
+++ b/sysutils/syslog-ng37/Makefile
@@ -24,6 +24,7 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt
DEPRECATED= No longer officially supported by Balabit, does not support openssl111
EXPIRATION_DATE= 2018-12-31
BROKEN_FreeBSD_12= fails to build with openssl111
+BROKEN_FreeBSD_13= fails to build with openssl111
BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld)
BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld)
diff --git a/sysutils/wmmemfree/Makefile b/sysutils/wmmemfree/Makefile
index 6aec862de113..26d025083ab7 100644
--- a/sysutils/wmmemfree/Makefile
+++ b/sysutils/wmmemfree/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Memory and swap monitoring dockapp
BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
+BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
BROKEN_mips= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known
BROKEN_mips64= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known
BROKEN_powerpc64= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index e38223218995..2e6b2ead04c3 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -12,6 +12,7 @@ LICENSE= BSD4CLAUSE GPLv2
LICENSE_COMB= multi
BROKEN_FreeBSD_12= Due to changes in sys/vmmeter.h (r328134)
+BROKEN_FreeBSD_13= Due to changes in sys/vmmeter.h (r328134)
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= uses x86-specific hardware resources