diff options
author | swills <swills@FreeBSD.org> | 2016-04-22 00:43:14 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-04-22 00:43:14 +0800 |
commit | 846d8199972dd0559fe10d7173837b7a0309069b (patch) | |
tree | 216cef2d134f1181f622a8119ac12546632249a7 /ftp | |
parent | f97534c6d089592928edeaa9e985d3493fe41f63 (diff) | |
download | freebsd-ports-gnome-846d8199972dd0559fe10d7173837b7a0309069b.tar.gz freebsd-ports-gnome-846d8199972dd0559fe10d7173837b7a0309069b.tar.zst freebsd-ports-gnome-846d8199972dd0559fe10d7173837b7a0309069b.zip |
many ports: mark broken on powerpc64
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/libfilezilla/Makefile | 2 | ||||
-rw-r--r-- | ftp/net2ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/phpwebftp/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ftp/libfilezilla/Makefile b/ftp/libfilezilla/Makefile index c8cf5347002d..85b704e2312e 100644 --- a/ftp/libfilezilla/Makefile +++ b/ftp/libfilezilla/Makefile @@ -11,6 +11,8 @@ COMMENT= C++ library for building platform-independent programs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library USES= compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2 diff --git a/ftp/net2ftp/Makefile b/ftp/net2ftp/Makefile index 58163fe8ca9b..17d96ce04b0c 100644 --- a/ftp/net2ftp/Makefile +++ b/ftp/net2ftp/Makefile @@ -12,6 +12,8 @@ COMMENT= Web-based FTP client written in PHP LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + USES= zip IGNORE_WITH_PHP= 70 NO_BUILD= YES diff --git a/ftp/phpwebftp/Makefile b/ftp/phpwebftp/Makefile index 88aeedc383b5..9cf4c3af1249 100644 --- a/ftp/phpwebftp/Makefile +++ b/ftp/phpwebftp/Makefile @@ -12,6 +12,8 @@ COMMENT= Set of PHP-scripts to manage FTP over the web LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + USES= zip NO_BUILD= yes NO_ARCH= yes |