FYI

mcl

----- Forwarded message from Mark Linimon <lini...@freebsd.org> -----

Date: Wed, 5 Dec 2018 20:01:11 +0000 (UTC)
From: Mark Linimon <lini...@freebsd.org>
To: ports-committ...@freebsd.org, svn-ports-...@freebsd.org, 
svn-ports-h...@freebsd.org
Subject: svn commit: r486720 - in head: devel/php5-pinba dns/bind9-devel 
lang/ecl security/wolfssl shells/pdksh sysutils/asmon sysutils/graid5 
sysutils/logstalgia sysutils/mac_nonet sysutils/mac_rtprio sysu...

Author: linimon
Date: Wed Dec  5 20:01:10 2018
New Revision: 486720
URL: https://svnweb.freebsd.org/changeset/ports/486720

Log:
  These ports now build on powerpc64.
  
  While here, pet portlint.
  
  Approved by:  portmgr (tier-2 blanket)

Modified:
  head/devel/php5-pinba/Makefile
  head/dns/bind9-devel/Makefile
  head/lang/ecl/Makefile
  head/security/wolfssl/Makefile
  head/shells/pdksh/Makefile
  head/sysutils/asmon/Makefile
  head/sysutils/graid5/Makefile
  head/sysutils/logstalgia/Makefile
  head/sysutils/mac_nonet/Makefile
  head/sysutils/mac_rtprio/Makefile
  head/sysutils/mbgtools/Makefile
  head/sysutils/muse/Makefile
  head/sysutils/showbeastie/Makefile
  head/sysutils/wmmemfree/Makefile
  head/www/mod_auth_openid/Makefile
  head/www/mod_md-devel/Makefile
  head/www/pecl-http/Makefile
  head/www/rubygem-jquery-rails-rails50/Makefile
  head/www/unit/Makefile
  head/x11/sakura/Makefile
  head/x11/tint/Makefile

Modified: head/devel/php5-pinba/Makefile
==============================================================================
--- head/devel/php5-pinba/Makefile      Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/devel/php5-pinba/Makefile      Wed Dec  5 20:01:10 2018        
(r486720)
@@ -10,20 +10,17 @@ PKGNAMEPREFIX=      ${PHP_PKGNAMEPREFIX}
 MAINTAINER=    koma...@valerka.net
 COMMENT=       PHP-extension part of statistics server for PHP
 
+IGNORE_WITH_PHP=       70 71 72 73
 DEPRECATED=    Works only with EOL php 5.6
 EXPIRATION_DATE=       2018-12-30
 
 LIB_DEPENDS=   libprotobuf.so:devel/protobuf
 
-BROKEN_powerpc64=      fails to compile: class 
'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any 
field named 'InternalMetadataWithArenaBase'
-
+USES=          compiler:c++11-lang php:ext
+USE_CXXSTD=    c++11
 USE_GITHUB=    yes
 GH_ACCOUNT=    tony2001
 GH_PROJECT=    pinba_extension
 GH_TAGNAME=    f76b673
-
-USES=          compiler:c++11-lang php:ext
-USE_CXXSTD=    c++11
-IGNORE_WITH_PHP=       70 71 72 73
 
 .include <bsd.port.mk>

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile       Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/dns/bind9-devel/Makefile       Wed Dec  5 20:01:10 2018        
(r486720)
@@ -33,8 +33,6 @@ COMMENT=      BIND DNS suite with updated DNSSEC and DNS64
 LICENSE=       MPL20
 LICENSE_FILE=  ${WRKSRC}/COPYRIGHT
 
-BROKEN_powerpc64=      fails to link: /usr/bin/ld: cannot find -latomic
-
 LIB_DEPENDS=   libxml2.so:textproc/libxml2
 
 # XXX: remove tar:bz2

Modified: head/lang/ecl/Makefile
==============================================================================
--- head/lang/ecl/Makefile      Wed Dec  5 19:36:04 2018        (r486719)
+++ head/lang/ecl/Makefile      Wed Dec  5 20:01:10 2018        (r486720)
@@ -15,7 +15,6 @@ LICENSE=      LGPL20
 BROKEN_aarch64=                fails to compile: error: unknown type name 
AO_TS_t
 BROKEN_mips=           fails to build: qemu: uncaught target signal 11 
(Segmentation fault) - core dumped
 BROKEN_mips64=         fails to build: qemu: uncaught target signal 11 
(Segmentation fault) - core dumped
-BROKEN_powerpc64=      fails to link: undefined reference to fmodl
 
 LIB_DEPENDS=   libgmp.so:math/gmp
 

Modified: head/security/wolfssl/Makefile
==============================================================================
--- head/security/wolfssl/Makefile      Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/security/wolfssl/Makefile      Wed Dec  5 20:01:10 2018        
(r486720)
@@ -10,11 +10,10 @@ COMMENT=    Embedded SSL C-Library
 
 LICENSE=       GPLv2
 
-BUILD_DEPENDS= bash:shells/bash
-
 BROKEN_mips=           fails to package: pkg-static: Unable to access file 
libwolfssl.so.3: No such file or directory
 BROKEN_mips64=         fails to package: pkg-static: Unable to access file 
libwolfssl.so.3: No such file or directory
-BROKEN_powerpc64=      fails to package: pkg-static: Unable to access file 
libwolfssl.so.3: No such file or directory
+
+BUILD_DEPENDS= bash:shells/bash
 
 USES=          libtool zip
 GNU_CONFIGURE= yes

Modified: head/shells/pdksh/Makefile
==============================================================================
--- head/shells/pdksh/Makefile  Wed Dec  5 19:36:04 2018        (r486719)
+++ head/shells/pdksh/Makefile  Wed Dec  5 20:01:10 2018        (r486720)
@@ -19,8 +19,6 @@ COMMENT=      The Public Domain Korn Shell
 
 LICENSE=       BSD3CLAUSE
 
-BROKEN_powerpc64=      fails to compile siglist.in
-
 OPTIONS_DEFINE=        STATIC
 
 GNU_CONFIGURE= yes

Modified: head/sysutils/asmon/Makefile
==============================================================================
--- head/sysutils/asmon/Makefile        Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/sysutils/asmon/Makefile        Wed Dec  5 20:01:10 2018        
(r486720)
@@ -16,14 +16,12 @@ BROKEN_FreeBSD_12=  fails to compile: read_mem.c: inval
 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
 
-USE_XORG=      xpm x11
-
 BUILD_WRKSRC=  ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon
 CFLAGS+=       -I${LOCALBASE}/include
 USES=          gmake
 USE_CSTD=      gnu89
+USE_XORG=      xpm x11
 ALL_TARGET=    asmon
 MAKE_ARGS+=    LIBDIR="-L${LOCALBASE}/lib" \
                SOLARIS_LIBS=-lkvm

Modified: head/sysutils/graid5/Makefile
==============================================================================
--- head/sysutils/graid5/Makefile       Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/sysutils/graid5/Makefile       Wed Dec  5 20:01:10 2018        
(r486720)
@@ -11,8 +11,6 @@ COMMENT=      RAID5 geom class
 
 LICENSE=       BSD2CLAUSE
 
-BROKEN_powerpc64=      fails to compile: pcpu.h: size of array '__assert_0' is 
negative
-
 NO_PACKAGE=    should be recompiled for a particular FreeBSD kernel
 
 MAINVERSION=1.3

Modified: head/sysutils/logstalgia/Makefile
==============================================================================
--- head/sysutils/logstalgia/Makefile   Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/sysutils/logstalgia/Makefile   Wed Dec  5 20:01:10 2018        
(r486720)
@@ -13,8 +13,6 @@ COMMENT=      Website access log visualization tool
 LICENSE=       GPLv3
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
-BROKEN_powerpc64=      fails to compile: custom.cpp: 'sscanf' was not declared 
in this scope
-
 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
 LIB_DEPENDS=   libboost_regex.so:devel/boost-libs \
                libfreetype.so:print/freetype2 \

Modified: head/sysutils/mac_nonet/Makefile
==============================================================================
--- head/sysutils/mac_nonet/Makefile    Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/sysutils/mac_nonet/Makefile    Wed Dec  5 20:01:10 2018        
(r486720)
@@ -12,8 +12,6 @@ COMMENT=      MAC policy to disable access to networking fo
 LICENSE=       BSD2CLAUSE
 LICENSE_FILE=  ${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=      fails to build: make[1]: don't know how to make 
/usr/src/sys/tools/vnode_if.awk
-
 USES=          kmod uidfix
 
 USE_GITHUB=    yes

Modified: head/sysutils/mac_rtprio/Makefile
==============================================================================
--- head/sysutils/mac_rtprio/Makefile   Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/sysutils/mac_rtprio/Makefile   Wed Dec  5 20:01:10 2018        
(r486720)
@@ -12,8 +12,6 @@ COMMENT=      MAC policy to manage access for setting realt
 LICENSE=       BSD2CLAUSE
 LICENSE_FILE=  ${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=      fails to build: make[1]: don't know how to make 
/usr/src/sys/tools/vnode_if.awk
-
 USES=          kmod uidfix
 
 USE_GITHUB=    yes

Modified: head/sysutils/mbgtools/Makefile
==============================================================================
--- head/sysutils/mbgtools/Makefile     Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/sysutils/mbgtools/Makefile     Wed Dec  5 20:01:10 2018        
(r486720)
@@ -14,7 +14,6 @@ LICENSE=      BSD2CLAUSE
 BROKEN_aarch64=                fails to compile: unused variables
 BROKEN_armv6=          fails to compile: implicit declaration of function 
'cp15_pmccntr_get' is invalid in C99
 BROKEN_mips64=         fails to compile: unused variables
-BROKEN_powerpc64=      fails to compile: warning: mbg_dbg_data defined but not 
used
 BROKEN_sparc64=                fails to compile: error in structure definitions
 
 USES=          kmod uidfix

Modified: head/sysutils/muse/Makefile
==============================================================================
--- head/sysutils/muse/Makefile Wed Dec  5 19:36:04 2018        (r486719)
+++ head/sysutils/muse/Makefile Wed Dec  5 20:01:10 2018        (r486720)
@@ -13,7 +13,6 @@ BROKEN_FreeBSD_12=    fails to compile: read_mem.c: inval
 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
 
 USES=          uidfix
 

Modified: head/sysutils/showbeastie/Makefile
==============================================================================
--- head/sysutils/showbeastie/Makefile  Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/sysutils/showbeastie/Makefile  Wed Dec  5 20:01:10 2018        
(r486720)
@@ -15,7 +15,6 @@ LICENSE=      BSD2CLAUSE
 BROKEN_armv6=          fails to link: testmain uses VFP register arguments, 
dict.o does not
 BROKEN_armv7=          fails to link: testmain uses VFP register arguments, 
dict.o does not
 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
 

Modified: head/sysutils/wmmemfree/Makefile
==============================================================================
--- head/sysutils/wmmemfree/Makefile    Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/sysutils/wmmemfree/Makefile    Wed Dec  5 20:01:10 2018        
(r486720)
@@ -14,7 +14,6 @@ BROKEN_FreeBSD_12=    fails to compile: read_mem.c: inval
 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
 
 USES=          tar:bzip2
 USE_XORG=      xpm

Modified: head/www/mod_auth_openid/Makefile
==============================================================================
--- head/www/mod_auth_openid/Makefile   Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/www/mod_auth_openid/Makefile   Wed Dec  5 20:01:10 2018        
(r486720)
@@ -3,8 +3,8 @@
 
 PORTNAME=      mod_auth_openid
 PORTVERSION=   0.8
-PORTREVISION=  1
 DISTVERSIONPREFIX=     v
+PORTREVISION=  1
 CATEGORIES=    www
 PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
 
@@ -13,8 +13,6 @@ COMMENT=      Authentication module for the Apache 2 webser
 
 LICENSE=       MIT
 LICENSE_FILE=  ${WRKSRC}/COPYING
-
-BROKEN_powerpc64=      Does not build
 
 LIB_DEPENDS=   libopkele.so:devel/libopkele \
                libsqlite3.so:databases/sqlite3

Modified: head/www/mod_md-devel/Makefile
==============================================================================
--- head/www/mod_md-devel/Makefile      Wed Dec  5 19:36:04 2018        
(r486719)
+++ head/www/mod_md-devel/Makefile      Wed Dec  5 20:01:10 2018        
(r486720)
@@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
 
 BROKEN_mips=           fails to compile: md_json.c:29: expected 
[error|warning|ignored] after pragma GCC diagnostic
 BROKEN_mips64=         fails to compile: md_json.c:29: expected 
[error|warning|ignored] after pragma GCC diagnostic
-BROKEN_powerpc64=      fails to compile: md_json.c:29: expected 
[error|warning|ignored] after pragma GCC diagnostic
 
 LIB_DEPENDS=   libaprutil-1.so:devel/apr1 \
                libcurl.so:ftp/curl \

Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile Wed Dec  5 19:36:04 2018        (r486719)
+++ head/www/pecl-http/Makefile Wed Dec  5 20:01:10 2018        (r486720)
@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
 
 BROKEN_mips=           fails to compile: 
pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
 BROKEN_mips64=         fails to compile: 
pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
-BROKEN_powerpc64=      fails to compile: 
pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
 IGNORE_WITH_PHP=       56
 
 BUILD_DEPENDS= 
${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \

Modified: head/www/rubygem-jquery-rails-rails50/Makefile
==============================================================================
--- head/www/rubygem-jquery-rails-rails50/Makefile      Wed Dec  5 19:36:04 
2018        (r486719)
+++ head/www/rubygem-jquery-rails-rails50/Makefile      Wed Dec  5 20:01:10 
2018        (r486720)
@@ -17,10 +17,8 @@ RUN_DEPENDS= rubygem-rails-dom-testing-rails50>=1.0:te
                rubygem-railties50>=4.2.0:www/rubygem-railties50 \
                rubygem-thor>=0.14:devel/rubygem-thor
 
-BROKEN_powerpc64=      fails to install: pkg-static: 
rubygem-rails-dom-testing-2.0.3 conflicts with 
rubygem-rails-dom-testing-rails50-2.0.3 (installs files into the same place)
-
 NO_ARCH=       yes
-USE_RUBY=      yes
 USES=          gem
+USE_RUBY=      yes
 
 .include <bsd.port.mk>

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile      Wed Dec  5 19:36:04 2018        (r486719)
+++ head/www/unit/Makefile      Wed Dec  5 20:01:10 2018        (r486720)
@@ -13,8 +13,6 @@ COMMENT?=     Dynamic web application server
 LICENSE=       APACHE20
 LICENSE_FILE=  ${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=      fails to build: nxt_conf_validation.c:275: undefined 
reference to __builtin_popcount
-
 EXTRA_PATCHES= ${FILESDIR}/php_zts.patch:-p1
 
 USES+=         cpe

Modified: head/x11/sakura/Makefile
==============================================================================
--- head/x11/sakura/Makefile    Wed Dec  5 19:36:04 2018        (r486719)
+++ head/x11/sakura/Makefile    Wed Dec  5 20:01:10 2018        (r486720)
@@ -14,13 +14,11 @@ LICENSE=    GPLv2
 LIB_DEPENDS=   libgnutls.so:security/gnutls \
                libpcre2-8.so:devel/pcre2
 
-BROKEN_powerpc64=      fails to build: sakura.c:1348: 'for' loop initial 
declaration used outside C99 mode
-
 OPTIONS_DEFINE=        DOCS
 
+USES=          cmake pkgconfig gettext perl5 tar:bzip2
 USE_GNOME=     cairo gdkpixbuf2 vte3
 USE_XORG=      x11
-USES=          cmake pkgconfig gettext perl5 tar:bzip2
 USE_PERL5=     build
 LDFLAGS+=      -lintl
 

Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile      Wed Dec  5 19:36:04 2018        (r486719)
+++ head/x11/tint/Makefile      Wed Dec  5 20:01:10 2018        (r486720)
@@ -10,8 +10,6 @@ COMMENT=      Lightweight freedesktop-compliant panel/taskb
 LICENSE=       GPLv2
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
-BROKEN_powerpc64=      fails to build: area.h: redefinition of typedef 'Area'
-
 LIB_DEPENDS=   libfontconfig.so:x11-fonts/fontconfig \
                libfreetype.so:print/freetype2 \
                libImlib2.so:graphics/imlib2 \


----- End forwarded message -----
_______________________________________________
freebsd-ruby@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"

Reply via email to