Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 17:05:50 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        ale@FreeBSD.org, andrey.nik.ponomarenko@gmail.com, bobf@mrp3.com, egypcio@FreeBSD.org, fjoe@FreeBSD.org, freebsd@intel.com, gelraen.ua@gmail.com, hrs@FreeBSD.org, hselasky@FreeBSD.org, jhale@FreeBSD.org, jmd@FreeBSD.org, john@jnielsen.net, jon@witchspace.com, lme@FreeBSD.org, pi@FreeBSD.org, ruby@FreeBSD.org, tobik@FreeBSD.org, yamagi@yamagi.org, yuri@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r487243 - in head: audio/caps-lv2 audio/ncmpcpp comms/uarduno emulators/hatari graphics/aseprite graphics/kix-kmod math/acalc math/blis math/flint2 math/gap math/qalculate multimedia/cu...]
Message-ID:  <20181211170549.GA22944@lonesome.com>

next in thread | raw e-mail | index | archive | help
FYI.

mcl

audio/caps-lv2                  yuri@FreeBSD.org
audio/ncmpcpp                   yamagi@yamagi.org
comms/uarduno                   bobf@mrp3.com
emulators/hatari                egypcio@FreeBSD.org
graphics/aseprite               yuri@FreeBSD.org
graphics/kix-kmod               jon@witchspace.com
math/acalc                      andrey.nik.ponomarenko@gmail.com
math/blis                       jmd@FreeBSD.org
math/flint2                     yuri@FreeBSD.org
math/gap                        hrs@FreeBSD.org
math/qalculate                  jhale@FreeBSD.org
multimedia/cuse4bsd-kmod        hselasky@FreeBSD.org
multimedia/nordlicht            tobik@FreeBSD.org
multimedia/pwcbsd               lme@FreeBSD.org
net/aoe                         fjoe@FreeBSD.org
net/intel-em-kmod               freebsd@intel.com
net/isboot-kmod                 john@jnielsen.net
net/ng_mikrotik_eoip            gelraen.ua@gmail.com
net-mgmt/pmacct                 pi@FreeBSD.org
print/pecl-pdflib               ale@FreeBSD.org
textproc/rubygem-cld3           ruby@FreeBSD.org

----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> -----

Date: Tue, 11 Dec 2018 17:03:52 +0000 (UTC)
From: Mark Linimon <linimon@FreeBSD.org>
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject: svn commit: r487243 - in head: audio/caps-lv2 audio/ncmpcpp comms/uarduno emulators/hatari graphics/aseprite graphics/kix-kmod math/acalc math/blis math/flint2 math/gap math/qalculate multimedia/cu...

Author: linimon
Date: Tue Dec 11 17:03:52 2018
New Revision: 487243
URL: https://svnweb.freebsd.org/changeset/ports/487243

Log:
  These ports now build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/caps-lv2/Makefile
  head/audio/ncmpcpp/Makefile
  head/comms/uarduno/Makefile
  head/emulators/hatari/Makefile
  head/graphics/aseprite/Makefile
  head/graphics/kix-kmod/Makefile
  head/math/acalc/Makefile
  head/math/blis/Makefile
  head/math/flint2/Makefile
  head/math/gap/Makefile
  head/math/qalculate/Makefile
  head/multimedia/cuse4bsd-kmod/Makefile
  head/multimedia/nordlicht/Makefile
  head/multimedia/pwcbsd/Makefile
  head/net-mgmt/pmacct/Makefile
  head/net/aoe/Makefile
  head/net/intel-em-kmod/Makefile
  head/net/isboot-kmod/Makefile
  head/net/ng_mikrotik_eoip/Makefile
  head/news/nntpcache/Makefile
  head/print/pecl-pdflib/Makefile
  head/textproc/ffe/Makefile
  head/textproc/rubygem-cld3/Makefile

Modified: head/audio/caps-lv2/Makefile
==============================================================================
--- head/audio/caps-lv2/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/audio/caps-lv2/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -12,8 +12,6 @@ COMMENT=	LV2 version of the C* Audio Plugin Suite
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to build: cc1plus: unrecognized command line option -std=c++11
-
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
 USES=		gmake localbase

Modified: head/audio/ncmpcpp/Makefile
==============================================================================
--- head/audio/ncmpcpp/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/audio/ncmpcpp/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -19,8 +19,6 @@ LIB_DEPENDS=	libmpdclient.so:audio/libmpdclient \
 		libboost_filesystem.so:devel/boost-libs \
 		libcurl.so:ftp/curl
 
-BROKEN_powerpc64=	fails to compile: tags.cpp: undefined reference to TagLib::String::to8Bit
-
 USES=		compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20

Modified: head/comms/uarduno/Makefile
==============================================================================
--- head/comms/uarduno/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/comms/uarduno/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -12,8 +12,6 @@ COMMENT=	FreeBSD Kernel Driver for the Arduino Uno USB
 
 LICENSE=	BSD4CLAUSE
 
-BROKEN_powerpc64=	fails to compile: pcpu.h: error: size of array '__assert_0' is negative
-
 USES=		kmod uidfix
 
 # some test targets need a predictable source directory

Modified: head/emulators/hatari/Makefile
==============================================================================
--- head/emulators/hatari/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/emulators/hatari/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -14,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/gpl.txt
 
 BROKEN_aarch64=		fails to configure: error: unrecognized CPU type
 BROKEN_armv6=		fails to configure: CMake Error: Generator: execution of make failed
-BROKEN_powerpc64=	fails to compile: sysdeps.h: redefinition of typedef 'uae_u8'
 
 LIB_DEPENDS=	libportaudio.so:audio/portaudio \
 		libpng.so:graphics/png

Modified: head/graphics/aseprite/Makefile
==============================================================================
--- head/graphics/aseprite/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/graphics/aseprite/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -15,6 +15,11 @@ LICENSE_NAME=		END-USER LICENSE AGREEMENT FOR ASEPRITE
 LICENSE_FILE=		${WRKSRC}/EULA.txt
 LICENSE_PERMS=		dist-mirror pkg-mirror auto-accept
 
+BROKEN_aarch64=		fails to compile: undefined reference to __va_copy
+BROKEN_armv6=		fails to compile: undefined reference to __va_copy
+BROKEN_armv7=		fails to compile: undefined reference to __va_copy
+BROKEN_sparc64=		fails to compile: vsnprintf is not a member of std
+
 EXTRACT_DEPENDS=	${NONEXISTENT}:x11/pixman:extract
 LIB_DEPENDS=		liballeg.so:devel/allegro \
 			libcmark.so:textproc/cmark \
@@ -29,12 +34,6 @@ LIB_DEPENDS=		liballeg.so:devel/allegro \
 			libpng.so:graphics/png \
 			libtinyxml.so:textproc/tinyxml \
 			libzstd.so:archivers/zstd
-
-BROKEN_aarch64=		fails to compile: undefined reference to __va_copy
-BROKEN_armv6=		fails to compile: undefined reference to __va_copy
-BROKEN_armv7=		fails to compile: undefined reference to __va_copy
-BROKEN_powerpc64=	fails to compile: arena.h: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0"
-BROKEN_sparc64=		fails to compile: vsnprintf is not a member of std
 
 USES=			cmake:outsource compiler:c++11-lib iconv:wchar_t jpeg localbase:ldflags pkgconfig ssl
 USE_GITHUB=		yes

Modified: head/graphics/kix-kmod/Makefile
==============================================================================
--- head/graphics/kix-kmod/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/graphics/kix-kmod/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -12,8 +12,6 @@ PKGNAMESUFFIX=	-kmod
 MAINTAINER=	jon@witchspace.com
 COMMENT=	Graphical screensaver kernel module
 
-BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
-
 USES=		kmod
 
 MAKE_ENV+=	WERROR=

Modified: head/math/acalc/Makefile
==============================================================================
--- head/math/acalc/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/math/acalc/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -13,8 +13,6 @@ LICENSE=	BSD4CLAUSE
 DEPRECATED=		Qt4 has been EOL since december 2015
 EXPIRATION_DATE=	2019-03-15
 
-BROKEN_powerpc64=	fails to compile: cc1plus: unrecognized command line option "-std=c++11"
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	anpp
 

Modified: head/math/blis/Makefile
==============================================================================
--- head/math/blis/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/math/blis/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -14,8 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	bash:shells/bash \
 		llvm60>=0:devel/llvm60
 
-BROKEN_powerpc64=	fails to configure: common.mk:118: Unable to determine compiler vendor
-
 OPTIONS_DEFINE=	PARA CBLAS
 PARA_DESC=	use pthread parallelization
 CBLAS_DESC=	build the CBLAS compatibility layer

Modified: head/math/flint2/Makefile
==============================================================================
--- head/math/flint2/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/math/flint2/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -19,7 +19,6 @@ BROKEN_armv6=		fails to compile: invokes x86 assembler
 BROKEN_armv7=		fails to compile: invokes x86 assembler
 BROKEN_mips=		fails to compile: invokes x86 assembler
 BROKEN_mips64=		fails to compile: invokes x86 assembler
-BROKEN_powerpc64=	fails to compile: invokes x86 assembler
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr

Modified: head/math/gap/Makefile
==============================================================================
--- head/math/gap/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/math/gap/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -14,10 +14,9 @@ COMMENT=	GAP is a system for computational discrete al
 
 LICENSE=	GPLv2+
 
-LIB_DEPENDS=	libgmp.so:math/gmp
-
 BROKEN_aarch64=		fails to link: undefined reference to SyAllocBags
-BROKEN_powerpc64=	fails to package: 2_manifolds_54.scb: No such file or directory
+
+LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		gmake shebangfix tar:bzip2
 SHEBANG_FILES=	configure \

Modified: head/math/qalculate/Makefile
==============================================================================
--- head/math/qalculate/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/math/qalculate/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -14,8 +14,6 @@ COMMENT=	Multi-purpose desktop calculator (GTK+3 front
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to compile:  main.cc: undefined reference to Calculator::temporaryCategory[abi:cxx11]()
-
 LIB_DEPENDS=	libqalculate.so:math/libqalculate
 RUN_DEPENDS=	gnuplot:math/gnuplot
 

Modified: head/multimedia/cuse4bsd-kmod/Makefile
==============================================================================
--- head/multimedia/cuse4bsd-kmod/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/multimedia/cuse4bsd-kmod/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -9,15 +9,15 @@ MASTER_SITES=	http://www.selasky.org/hans_petter/distf
 MAINTAINER=	hselasky@FreeBSD.org
 COMMENT=	Cuse4BSD character device loopback driver for userspace
 
-CONFLICTS=	video4bsd-kmod*
-
 BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
-BROKEN_powerpc64=	fails to compile: pcpu.h: error: size of array '__assert_0' is negative
 
+CONFLICTS=	video4bsd-kmod*
+
 KMODNAME=	cuse4bsd
 LIBDIR=		${PREFIX}/lib
 INCLUDEDIR=	${PREFIX}/include
 MANDIR=		${PREFIX}/man/man
+USES=		kmod tar:bzip2 uidfix
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	KMODNAME="${KMODNAME}" \
@@ -26,8 +26,6 @@ PLIST_SUB=	KMODNAME="${KMODNAME}" \
 		MANDIR="${MANDIR}"
 
 OPTIONS_DEFINE=	DEBUG
-
-USES=		kmod tar:bzip2 uidfix
 
 .include <bsd.port.options.mk>
 

Modified: head/multimedia/nordlicht/Makefile
==============================================================================
--- head/multimedia/nordlicht/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/multimedia/nordlicht/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -13,6 +13,8 @@ COMMENT=	Create moodbars from video files
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_aarch64=		Fails to install: runaway process
+
 BUILD_DEPENDS=	help2man:misc/help2man
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libpopt.so:devel/popt \
@@ -24,9 +26,6 @@ USES=		cmake:outsource pkgconfig shebangfix
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
-BROKEN_aarch64=		Fails to install: runaway process
-BROKEN_powerpc64=	Does not build
 
 SHEBANG_FILES=	utils/mpv-nordlicht
 

Modified: head/multimedia/pwcbsd/Makefile
==============================================================================
--- head/multimedia/pwcbsd/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/multimedia/pwcbsd/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -14,8 +14,6 @@ COMMENT=	The Linux pwc webcam driver ported to FreeBSD
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	fails to compile: pcpu.h:187: error: size of array '__assert_0' is negative
-
 CONFLICTS=	pwcview-[0-9]*
 
 SSP_UNSAFE=	kernel module does not support ssp

Modified: head/net-mgmt/pmacct/Makefile
==============================================================================
--- head/net-mgmt/pmacct/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/net-mgmt/pmacct/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -13,7 +13,6 @@ COMMENT=	Accounting and aggregation tool for IPv4 and 
 LICENSE=	GPLv2
 
 BROKEN_aarch64=		fails to build: undefined reference to sbrk
-BROKEN_powerpc64=	fails to build: cc: Internal error: Segmentation fault (program ld)
 
 USE_RC_SUBR=	pmacctd nfacctd sfacctd
 SUB_FILES=	pkg-message

Modified: head/net/aoe/Makefile
==============================================================================
--- head/net/aoe/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/net/aoe/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -14,7 +14,6 @@ COMMENT=	FreeBSD driver for ATA over Ethernet (AoE)
 BROKEN_aarch64=		fails to compile: redefinition of frame
 BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
 BROKEN_armv7=		fails to compile: redefinition of frame
-BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
 BROKEN_sparc64=		fails to compile: redefinition of frame
 
 USES=	kmod

Modified: head/net/intel-em-kmod/Makefile
==============================================================================
--- head/net/intel-em-kmod/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/net/intel-em-kmod/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -11,7 +11,6 @@ MAINTAINER=	freebsd@intel.com
 COMMENT=	Gigabit FreeBSD Base Drivers for Intel(R) Ethernet
 
 BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
-BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
 
 MAX_NETMAP_OSVERSION=	1199999  # Doesn't build w/NETMAP on 12
 

Modified: head/net/isboot-kmod/Makefile
==============================================================================
--- head/net/isboot-kmod/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/net/isboot-kmod/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -15,7 +15,6 @@ LICENSE=	BSD2CLAUSE
 BROKEN_aarch64=		fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found
 BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
 BROKEN_armv7=		fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found
-BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
 
 USES=		kmod uidfix
 SUB_FILES=	pkg-message

Modified: head/net/ng_mikrotik_eoip/Makefile
==============================================================================
--- head/net/ng_mikrotik_eoip/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/net/ng_mikrotik_eoip/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -11,8 +11,6 @@ COMMENT=	Netgraph node for Mikrotik EoIP tunneling
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
-
 SSP_UNSAFE=	kernel module does not support ssp
 
 OPTIONS_DEFINE=	PTABLE

Modified: head/news/nntpcache/Makefile
==============================================================================
--- head/news/nntpcache/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/news/nntpcache/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -12,7 +12,6 @@ COMMENT=	News caching/anti-spam/server-merging system
 
 BROKEN_aarch64=		fails to link: missing sbrk
 BROKEN_mips64=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
-BROKEN_powerpc64=	fails to install: ./mmap_tests: Quit (core dumped)
 
 NO_CDROM=	Free for individuals and non-military, non-profit organisations only
 

Modified: head/print/pecl-pdflib/Makefile
==============================================================================
--- head/print/pecl-pdflib/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/print/pecl-pdflib/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -12,8 +12,6 @@ LICENSE=	PHP30
 
 LIB_DEPENDS=	libpdf.so:print/pdflib
 
-BROKEN_powerpc64=	Does not build
-
 USES=		php:pecl
 USE_PHP=	gd:build
 PHP_MODNAME=	pdf

Modified: head/textproc/ffe/Makefile
==============================================================================
--- head/textproc/ffe/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/textproc/ffe/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -13,8 +13,6 @@ COMMENT=	Flat file extractor
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
-
 USES=		makeinfo localbase
 GNU_CONFIGURE=	yes
 

Modified: head/textproc/rubygem-cld3/Makefile
==============================================================================
--- head/textproc/rubygem-cld3/Makefile	Tue Dec 11 16:38:44 2018	(r487242)
+++ head/textproc/rubygem-cld3/Makefile	Tue Dec 11 17:03:52 2018	(r487243)
@@ -11,13 +11,11 @@ COMMENT=	Compact Language Detection for Ruby
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to install: Error installing cld3-3.1.2.gem: Failed to build gem native extension
-
 RUN_DEPENDS=	protobuf>0:devel/protobuf \
 		rubygem-ffi>0:devel/rubygem-ffi
 
-USE_RUBY=	yes
 USES=		gem pkgconfig
+USE_RUBY=	yes
 
 ## do-install here to prevent removal of ext
 do-install:


----- End forwarded message -----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181211170549.GA22944>