diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-30 09:12:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-30 09:12:10 +0800 |
commit | 503fa94e7290a4aa9edcb4e402c407606edc04b5 (patch) | |
tree | 7b3dbe71ec7eb52c302f9ec1b73c6bebb9052a8a /net-mgmt | |
parent | e63718fdcb3edc92c937524700b282da622791cd (diff) | |
download | freebsd-ports-gnome-503fa94e7290a4aa9edcb4e402c407606edc04b5.tar.gz freebsd-ports-gnome-503fa94e7290a4aa9edcb4e402c407606edc04b5.tar.zst freebsd-ports-gnome-503fa94e7290a4aa9edcb4e402c407606edc04b5.zip |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/chillispot/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/icinga2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index 5775a9ff13a5..fde6736629aa 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.chillispot.info/download/ \ MAINTAINER= venture37@geeklan.co.uk COMMENT= Wireless LAN Access Point Controller -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable CONFLICTS= coovachilli-[0-9]* diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index 6adb2f3f0614..4630ca94641b 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libyajl.so:devel/yajl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0) USE_GITHUB= yes GH_ACCOUNT= icinga |