1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Expand FreeBSD 12 conditionals to include 13.0-CURRENT

This commit is contained in:
Jan Beich 2018-10-23 16:34:43 +00:00
parent 34e5557140
commit 0aa737a336
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482846
45 changed files with 48 additions and 1 deletions

View File

@ -16,6 +16,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= gnuplot:math/gnuplot
BROKEN_FreeBSD_12= tcp_debug.h: field has incomplete type 'struct tcpcb'
BROKEN_FreeBSD_13= tcp_debug.h: field has incomplete type 'struct tcpcb'
BUILD_WRKSRC= ${WRKSRC}/obj/${OPSYS}
INSTALL_WRKSRC= ${WRKSRC}/obj/${OPSYS}

View File

@ -15,6 +15,7 @@ LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21
LICENSE_COMB= multi
BROKEN_FreeBSD_12_i386= fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903
BROKEN_FreeBSD_13_i386= fails to build on FreeBSD 13 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903
BROKEN_powerpc64= fails to build: .rodata._Z7pow_intRKdRKi referenced in section .got of CMakeFiles/gmsh.dir/Numeric/bezierBasis.cpp.o: defined in discarded section
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \

View File

@ -28,6 +28,9 @@ CONFLICTS= usrp-[0-9]*
BROKEN_FreeBSD_12_aarch64= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_12_armv6= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_12_armv7= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_13_aarch64= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_13_armv6= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_13_armv7= fails to configure: Could not find standard set_new_handler function
BROKEN_powerpc64= fails to link: undefined reference to boost function
USES= compiler:c++11-lib cmake:outsource ncurses pkgconfig \

View File

@ -55,6 +55,7 @@ COLLATION_FIX_DESC= Use ICU for UTF-8 string collation (if libc is broken)
OPTIONS_EXCLUDE_FreeBSD_11= COLLATION_FIX
OPTIONS_EXCLUDE_FreeBSD_12= COLLATION_FIX
OPTIONS_EXCLUDE_FreeBSD_13= COLLATION_FIX
DEBUG_CONFIGURE_ON= --enable-debug=yes

View File

@ -12,6 +12,7 @@ MAINTAINER= emulation@FreeBSD.org
COMMENT= Kernel module which provides /dev/rtc device support
BROKEN_FreeBSD_12= fails to compile: rtc.c:166:2: implicit declaration of function 'MALLOC' is invalid in C99
BROKEN_FreeBSD_13= fails to compile: rtc.c:166:2: implicit declaration of function 'MALLOC' is invalid in C99
WRKSRC= ${WRKDIR}/files

View File

@ -12,6 +12,7 @@ COMMENT= Code_Aster finite element method solver
LICENSE= GPLv2
BROKEN_FreeBSD_12= does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory)
BROKEN_FreeBSD_13= does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory)
#-----------------------------------------------------------------------
# You may define these options:

View File

@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
BROKEN_FreeBSD_12_armv6= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
BROKEN_FreeBSD_12_armv7= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
BROKEN_FreeBSD_13_armv6= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
BROKEN_FreeBSD_13_armv7= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
USES= gmake jpeg
GNU_CONFIGURE= yes

View File

@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/copying.txt
BROKEN_FreeBSD_11= does not build on 11.X
BROKEN_FreeBSD_12= does not build on 12.X # PR 226180
BROKEN_FreeBSD_13= does not build on 13.X # PR 226180
USES= dos2unix gmake
USE_SDL= mixer image net sdl

View File

@ -22,6 +22,7 @@ BROKEN_mips64= fails to compile: cc1: unrecognized command line option -m32
BROKEN_powerpc64= fails to build: can't mangle function with unknown linkage (void*())
BROKEN_sparc64= fails to install: divide-by-zero error
BROKEN_FreeBSD_12= stack corruption in generated dmd tool caused by inode64 resulting in segfault
BROKEN_FreeBSD_13= stack corruption in generated dmd tool caused by inode64 resulting in segfault
NOT_FOR_ARCHS= aarch64
NOT_FOR_ARCHS_REASON= no cpu specified, assuming X86

View File

@ -26,6 +26,7 @@ BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in t
BROKEN_FreeBSD_10_i386= segfaults during build
BROKEN_FreeBSD_11_i386= segfaults during build
BROKEN_FreeBSD_12_i386= segfaults during build
BROKEN_FreeBSD_13_i386= segfaults during build
NOT_FOR_ARCHS= aarch64 armv6 armv7 sparc64
NOT_FOR_ARCHS_REASON= not yet ported to this arch

View File

@ -49,6 +49,7 @@ IPFWMTAD_USES= ssl
.if ${PORT_OPTIONS:MIPFWMTAD}
BROKEN_FreeBSD_12= option IPFWMTAD needs old openssl
BROKEN_FreeBSD_13= option IPFWMTAD needs old openssl
.endif
.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"

View File

@ -12,6 +12,7 @@ LICENSE= GPLv3 BSD3CLAUSE
LICENSE_COMB= multi
BROKEN_FreeBSD_12= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
BROKEN_FreeBSD_13= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
GNU_CONFIGURE= yes
USES= gmake libtool pathfix python

View File

@ -12,6 +12,7 @@ COMMENT= Bible interface utilizing the sword framework
LICENSE= GPLv2
BROKEN_FreeBSD_12= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25
BROKEN_FreeBSD_13= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25
BUILD_DEPENDS= ${RUN_DEPENDS} \
docbook2html:textproc/docbook-utils \

View File

@ -16,6 +16,7 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_12= fails to compile: inc/util.h:21:10: 'libavformat/avformat.h' file not found
BROKEN_FreeBSD_13= fails to compile: inc/util.h:21:10: 'libavformat/avformat.h' file not found
LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \
libboost_system.so:devel/boost-libs \

View File

@ -15,6 +15,7 @@ EXPIRATION_DATE= 2018-12-31
BROKEN_FreeBSD_11= does not build due to access to kernel-private structure (error: member access into incomplete type 'struct in6_ifaddr')
BROKEN_FreeBSD_12= does not build due to access to kernel-private structure (error: member access into incomplete type 'struct in6_ifaddr')
BROKEN_FreeBSD_13= does not build due to access to kernel-private structure (error: member access into incomplete type 'struct in6_ifaddr')
USES= cmake gettext kde:4 qt:4 shebangfix tar:xz
SHEBANG_FILES= src/kconf_update/*.pl

View File

@ -79,7 +79,7 @@ FUSE_CONFIGURE_OFF= --disable-fuse-client
CFLAGS+= -mstackrealign
.endif
.if ${OSREL} == "11.0" || ${OSREL} == "11.1" || ${OSREL} == "12.0"
.if ${OSREL:R} >= 11
# Upstream does not support the client on 11 and newer
CONFIGURE_ARGS += --disable-kernel-module
PLIST_SUB+= KMOD="@comment "

View File

@ -19,6 +19,7 @@ BROKEN_powerpc= fails to compile
BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative
BROKEN_FreeBSD_11= fails to build on FreeBSD 11+
BROKEN_FreeBSD_12= fails to build on FreeBSD 11+
BROKEN_FreeBSD_13= fails to build on FreeBSD 11+
DEPRECATED= Does not build on FreeBSD 11+
EXPIRATION_DATE= 2018-10-31

View File

@ -14,6 +14,7 @@ COMMENT= Simple tool for doing everyday things with PDF documents
LICENSE= GPLv2
BROKEN_FreeBSD_12= gcj6: internal compiler error: Segmentation fault (program ecj1)
BROKEN_FreeBSD_13= gcj6: internal compiler error: Segmentation fault (program ecj1)
# Get GCC version suffix without the dot in USE_GCC
CSUFF= ${_USE_GCC:S/.//}

View File

@ -22,6 +22,7 @@ DEPRECATED= EOL twelve months after release of krb5-1.16
EXPIRATION_DATE= 2018-12-31
BROKEN_FreeBSD_12= Fails to build after import of openssl111
BROKEN_FreeBSD_13= Fails to build after import of openssl111
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= OpenSSL >= 1.1.0 unsupported.

View File

@ -17,6 +17,7 @@ MAINTAINER= johans@FreeBSD.org
COMMENT= RFC1413 identification server
BROKEN_FreeBSD_12= fails to compile: k_freebsd2.c: storage size of 'pcbp' isn't known
BROKEN_FreeBSD_13= fails to compile: k_freebsd2.c: storage size of 'pcbp' isn't known
CONFLICTS_INSTALL= fakeident-[0-9]*

View File

@ -11,6 +11,7 @@ COMMENT= Search hidden procs/rootkits from cron with low false positive rate
LICENSE= GPLv3
BROKEN_FreeBSD_12= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket'
BROKEN_FreeBSD_13= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket'
PLIST_FILES= bin/revealrk man/man1/revealrk.1.gz

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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}

View File

@ -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}

View File

@ -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)

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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} \

View File

@ -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

View File

@ -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

View File

@ -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}

View File

@ -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}" \

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -13,6 +13,7 @@ COMMENT= Fast and flexible web server
LICENSE= GPLv2
BROKEN_FreeBSD_12= fails to configure: Unable to detect data struct is used by crypt_r
BROKEN_FreeBSD_13= fails to configure: Unable to detect data struct is used by crypt_r
USE_GITHUB= yes
GH_PROJECT= webserver