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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/myitcrm/Makefile | 2 | ||||
-rw-r--r-- | deskutils/phpcollab/Makefile | 2 | ||||
-rw-r--r-- | deskutils/phpicalendar/Makefile | 2 | ||||
-rw-r--r-- | deskutils/simplegroupware/Makefile | 2 | ||||
-rw-r--r-- | deskutils/sugarcrm/Makefile | 2 | ||||
-rw-r--r-- | deskutils/surrealtodo/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/myitcrm/Makefile b/deskutils/myitcrm/Makefile index 6cb751121b53..2ffd827ae0b4 100644 --- a/deskutils/myitcrm/Makefile +++ b/deskutils/myitcrm/Makefile @@ -13,6 +13,8 @@ COMMENT= MyIT CRM is a CRM project designed for Computer Servicing and Repairs LICENSE= GPLv3 +BROKEN_powerpc64= Does not build + USES= dos2unix zip USE_PHP= mysqli session xml NO_BUILD= yes diff --git a/deskutils/phpcollab/Makefile b/deskutils/phpcollab/Makefile index 50208ffaaa15..07ece8593651 100644 --- a/deskutils/phpcollab/Makefile +++ b/deskutils/phpcollab/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/phpcollab/final/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PHPcollab is project management and collaboration over the internet +BROKEN_powerpc64= Does not build + USES= zip NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index 534d42828ef0..b6f4209f0129 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -19,6 +19,8 @@ COMMENT= Webbased calendar with iCal support LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + USES= tar:bz2 NO_BUILD= yes NO_ARCH= yes diff --git a/deskutils/simplegroupware/Makefile b/deskutils/simplegroupware/Makefile index fe5799ca6ffa..38473279dc29 100644 --- a/deskutils/simplegroupware/Makefile +++ b/deskutils/simplegroupware/Makefile @@ -11,6 +11,8 @@ DISTNAME= SimpleGroupware_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple Groupware is an open source enterprise application +BROKEN_powerpc64= Does not build + NO_BUILD= yes USE_APACHE_RUN= 22 USE_MYSQL= yes diff --git a/deskutils/sugarcrm/Makefile b/deskutils/sugarcrm/Makefile index 8713fffeba05..e7fabf4850ee 100644 --- a/deskutils/sugarcrm/Makefile +++ b/deskutils/sugarcrm/Makefile @@ -10,6 +10,8 @@ DISTNAME= SugarCE-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Web based customer relationship management suite +BROKEN_powerpc64= Does not build + USES= zip USE_PHP= gd mysqli session pcre xml zlib mbstring curl imap spl posix \ json ctype zip tokenizer diff --git a/deskutils/surrealtodo/Makefile b/deskutils/surrealtodo/Makefile index 6e5b8419d2fc..52b5da8f4375 100644 --- a/deskutils/surrealtodo/Makefile +++ b/deskutils/surrealtodo/Makefile @@ -10,6 +10,8 @@ DISTNAME= surrealtodo_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Surreal ToDo is an AJAX enabled web 2.0 list manager +BROKEN_powerpc64= Does not build + USES= zip USE_PHP+= mysql USE_MYSQL= yes |