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 /mail | |
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 'mail')
-rw-r--r-- | mail/archiveopteryx-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/archiveopteryx/Makefile | 4 | ||||
-rw-r--r-- | mail/milter-callback/Makefile | 4 | ||||
-rw-r--r-- | mail/spamdyke/Makefile | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile index a86e0c329b6d..3f72977ad05c 100644 --- a/mail/archiveopteryx-devel/Makefile +++ b/mail/archiveopteryx-devel/Makefile @@ -12,10 +12,10 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= jam:devel/jam +BROKEN_powerpc64= Does not build: /bin/sh: clang: not found + USE_GITHUB= yes GH_ACCOUNT= aox GH_PROJECT= aox diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index 76147eae0fde..d89fc576d29c 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -12,10 +12,10 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= jam:devel/jam +BROKEN_powerpc64= Does not build: /bin/sh: clang: not found + USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index c51d3a3d88ea..b80f91d0a721 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -12,10 +12,10 @@ COMMENT= Milter to perform a envelope-from sender verification on target MX LICENSE= GPLv3 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libspf2.so:mail/libspf2 +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable + USES= tar:xz USE_RC_SUBR= milter-callback USE_GCC= any diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index 70b17ea10505..8b82c2c16cd2 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable USES= cpe qmail tar:tgz WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke |