svn commit: r537127 - in head/sysutils: bareos16-client bareos16-client-static bareos17-client bareos17-client-static bareos18-traymonitor

Mark Linimon linimon at FreeBSD.org
Sun May 31 08:16:47 UTC 2020


Author: linimon
Date: Sun May 31 08:16:46 2020
New Revision: 537127
URL: https://svnweb.freebsd.org/changeset/ports/537127

Log:
  Mark these ports as BROKEN on powerpc64-13.
  
  Workaround: use the latest version (bareos-*), which works.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/bareos16-client-static/Makefile
  head/sysutils/bareos16-client/Makefile
  head/sysutils/bareos17-client-static/Makefile
  head/sysutils/bareos17-client/Makefile
  head/sysutils/bareos18-traymonitor/Makefile

Modified: head/sysutils/bareos16-client-static/Makefile
==============================================================================
--- head/sysutils/bareos16-client-static/Makefile	Sun May 31 08:15:40 2020	(r537126)
+++ head/sysutils/bareos16-client-static/Makefile	Sun May 31 08:16:46 2020	(r537127)
@@ -5,6 +5,9 @@ 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
@@ -23,7 +26,5 @@ CONFIGURE_ARGS+=	--enable-client-only \
 			--disable-build-dird \
 			--disable-build-stored \
 			--with-jansson=${LOCALBASE}
-
-BROKEN_aarch64=	Fails to link: missing sbrk
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/bareos16-client/Makefile
==============================================================================
--- head/sysutils/bareos16-client/Makefile	Sun May 31 08:15:40 2020	(r537126)
+++ head/sysutils/bareos16-client/Makefile	Sun May 31 08:16:46 2020	(r537127)
@@ -6,6 +6,7 @@ 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-*
 

Modified: head/sysutils/bareos17-client-static/Makefile
==============================================================================
--- head/sysutils/bareos17-client-static/Makefile	Sun May 31 08:15:40 2020	(r537126)
+++ head/sysutils/bareos17-client-static/Makefile	Sun May 31 08:16:46 2020	(r537127)
@@ -5,6 +5,9 @@ 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
@@ -23,7 +26,5 @@ CONFIGURE_ARGS+=	--enable-client-only \
 			--disable-build-dird \
 			--disable-build-stored \
 			--with-jansson=${LOCALBASE}
-
-BROKEN_aarch64=	Fails to link: missing sbrk
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/bareos17-client/Makefile
==============================================================================
--- head/sysutils/bareos17-client/Makefile	Sun May 31 08:15:40 2020	(r537126)
+++ head/sysutils/bareos17-client/Makefile	Sun May 31 08:16:46 2020	(r537127)
@@ -6,6 +6,7 @@ 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-*
 

Modified: head/sysutils/bareos18-traymonitor/Makefile
==============================================================================
--- head/sysutils/bareos18-traymonitor/Makefile	Sun May 31 08:15:40 2020	(r537126)
+++ head/sysutils/bareos18-traymonitor/Makefile	Sun May 31 08:16:46 2020	(r537127)
@@ -6,6 +6,8 @@ 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
 


More information about the svn-ports-head mailing list