Index: head/sysutils/bareos16-client/Makefile =================================================================== --- head/sysutils/bareos16-client/Makefile (revision 537126) +++ head/sysutils/bareos16-client/Makefile (revision 537127) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= bareos PKGNAMESUFFIX= 16-client COMMENT= Backup archiving recovery open sourced (client) BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_FreeBSD_13_powerpc64= fails to compile: bsnprintf.c:621:16: static declaration of 'round' follows non-static declaration CONFLICTS= bareos-client-* WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO LMDB_DESC= Enable build of LMDB support .include "${MASTERDIR}/Makefile" Index: head/sysutils/bareos16-client-static/Makefile =================================================================== --- head/sysutils/bareos16-client-static/Makefile (revision 537126) +++ head/sysutils/bareos16-client-static/Makefile (revision 537127) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= bareos PKGNAMESUFFIX= 16-client-static COMMENT= Backup archiving recovery open sourced (static client) +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_FreeBSD_13_powerpc64= fails to compile: bsnprintf.c:621:16: static declaration of 'round' follows non-static declaration + CONFLICTS= bareos-client-static-* PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server PLIST_FILES= sbin/bareos-fd-static \ sbin/bconsole-static OPTIONS_DEFINE= NLS LMDB LMDB_DESC= Enable build of LMDB support CONFIGURE_ARGS+= --enable-client-only \ --enable-static-fd \ --enable-static-cons \ --disable-libtool \ --disable-build-dird \ --disable-build-stored \ --with-jansson=${LOCALBASE} - -BROKEN_aarch64= Fails to link: missing sbrk .include "${MASTERDIR}/Makefile" Index: head/sysutils/bareos17-client/Makefile =================================================================== --- head/sysutils/bareos17-client/Makefile (revision 537126) +++ head/sysutils/bareos17-client/Makefile (revision 537127) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= bareos PKGNAMESUFFIX= 17-client COMMENT= Backup archiving recovery open sourced (client) BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_FreeBSD_13_powerpc64= fails to compile: bsnprintf.c:621:16: static declaration of 'round' follows non-static declaration CONFLICTS= bareos16-client-* bareos-client-* WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO LMDB_DESC= Enable build of LMDB support .include "${MASTERDIR}/Makefile" Index: head/sysutils/bareos17-client-static/Makefile =================================================================== --- head/sysutils/bareos17-client-static/Makefile (revision 537126) +++ head/sysutils/bareos17-client-static/Makefile (revision 537127) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= bareos PKGNAMESUFFIX= 17-client-static COMMENT= Backup archiving recovery open sourced (static client) +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_FreeBSD_13_powerpc64= fails to compile: bsnprintf.c:621:16: static declaration of 'round' follows non-static declaration + CONFLICTS= bareos16-client-static-* PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server PLIST_FILES= sbin/bareos-fd-static \ sbin/bconsole-static OPTIONS_DEFINE= NLS LMDB LMDB_DESC= Enable build of LMDB support CONFIGURE_ARGS+= --enable-client-only \ --enable-static-fd \ --enable-static-cons \ --disable-libtool \ --disable-build-dird \ --disable-build-stored \ --with-jansson=${LOCALBASE} - -BROKEN_aarch64= Fails to link: missing sbrk .include "${MASTERDIR}/Makefile" Index: head/sysutils/bareos18-traymonitor/Makefile =================================================================== --- head/sysutils/bareos18-traymonitor/Makefile (revision 537126) +++ head/sysutils/bareos18-traymonitor/Makefile (revision 537127) @@ -1,28 +1,30 @@ # $FreeBSD$ PORTNAME= bareos PKGNAMESUFFIX= 18-traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) +BROKEN_FreeBSD_13_powerpc64= fails to package: bareos-tray-monitor: No such file or directory + LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos18-client CONFLICTS= bacula*-bat-* bareos-traymonitor-* USES= pkgconfig gettext-runtime desktop-file-utils qt:5 USE_QT= buildtools_build qmake_build uitools_build gui core WITH_BAT= yes PLIST= ${.CURDIR}/pkg-plist CFLAGS+= -DMDB_DSYNC=O_SYNC -DMDB_USE_POSIX_SEM=1 MASTERDIR= ${.CURDIR}/../../sysutils/bareos18-server CMAKE_ARGS+= -Dtraymonitor=yes \ -Dbuild-dird=no \ -Dbuild-stored=no \ -Dclient-only=yes .include "${MASTERDIR}/Makefile"