svn commit: r420444 - head/sysutils/gosa

John Marino marino at FreeBSD.org
Fri Aug 19 03:23:35 UTC 2016


Author: marino
Date: Fri Aug 19 03:23:34 2016
New Revision: 420444
URL: https://svnweb.freebsd.org/changeset/ports/420444

Log:
  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

Modified:
  head/sysutils/gosa/Makefile

Modified: head/sysutils/gosa/Makefile
==============================================================================
--- head/sysutils/gosa/Makefile	Fri Aug 19 03:06:18 2016	(r420443)
+++ head/sysutils/gosa/Makefile	Fri Aug 19 03:23:34 2016	(r420444)
@@ -12,6 +12,8 @@ MASTER_SITES=	http://oss.gonicus.de/pub/
 MAINTAINER=	ports at 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
 


More information about the svn-ports-all mailing list