diff options
author | marino <marino@FreeBSD.org> | 2016-08-19 11:23:34 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-19 11:23:34 +0800 |
commit | da3479487209c1c3726104171fa785e0bb6e813f (patch) | |
tree | 4035ddf5ec28a2264a8b8eab82163f1588f34300 /sysutils | |
parent | b0c169098d4b1a21b527d517486158c6c91f0b88 (diff) | |
download | freebsd-ports-gnome-da3479487209c1c3726104171fa785e0bb6e813f.tar.gz freebsd-ports-gnome-da3479487209c1c3726104171fa785e0bb6e813f.tar.zst freebsd-ports-gnome-da3479487209c1c3726104171fa785e0bb6e813f.zip |
sysutils/gosa: Mark BROKEN due to unsatisfied magic quotes option
This version of gosa requires magic quotes to be turned on, but this
contraversial option was last available with PHP 5.3, which has long
since been removed from the tree. A newer version of gosa, 2.7.4,
was released on 9 May 2012 which may or may not have the same magic
quotes requirement.
PR: 204846
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gosa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gosa/Makefile b/sysutils/gosa/Makefile index 163e3244a8bd..d1854fd992ab 100644 --- a/sysutils/gosa/Makefile +++ b/sysutils/gosa/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://oss.gonicus.de/pub/gosa/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Web Based LDAP Administration Program +BROKEN= requires magic quotes option (PHP < 5.4, no longer available) + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING |