Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2016 03:23:34 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420444 - head/sysutils/gosa
Message-ID:  <201608190323.u7J3NYaH003486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608190323.u7J3NYaH003486>