Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2010 19:17:36 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd@jdc.parodius.com
Subject:   ports/144983: [maintainer] databases/phpmyadmin -- mcrypt module should be optional
Message-ID:  <201003231917.o2NJHa3t010125@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <201003231920.o2NJK1wm020064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144983
>Category:       ports
>Synopsis:       [maintainer] databases/phpmyadmin -- mcrypt module should be optional
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 23 19:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 8.0-STABLE FreeBSD 8.0-STABLE #21: Wed Mar 10 17:20:46 GMT 2010 matthew@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

As pointed out by Jeremy Chadwick -- the mcrypt PHP module shouldn't
be compulsory.  This partially reverses a change introduced for the
3.2.5 -> 3.3.0 update.  mcrypt is strongly recommended if you're using
'cookie' style authentication, and is required in that case when
you're on a 64bit platform, so the option defaults to 'yes'.
Otherwise, you can turn it off and reduce the dependencies for the
port.

>How-To-Repeat:
	
>Fix:

	

--- phpmyadmin.diff begins here ---
diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin/Makefile	2010-03-22 10:57:21.000000000 +0000
+++ phpmyadmin/Makefile	2010-03-23 18:47:55.000000000 +0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	phpMyAdmin
 DISTVERSION=	3.3.1
+PORTREVISION=	1
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
@@ -20,7 +21,7 @@
 USE_BZIP2=	yes
 NO_BUILD=	yes
 .if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP=	ctype mysql session spl filter mbstring mcrypt
+USE_PHP=	ctype mysql session spl filter mbstring
 .endif
 
 OPTIONS=	SUPHP	 "suPHP support" off \
@@ -30,7 +31,8 @@
 		OPENSSL	 "OpenSSL support" on \
 		PDF	 "PDFlib support (implies GD)" on \
 		ZLIB	 "ZLIB support" on \
-		ZIP	 "Zip compression support" on
+		MCRYPT	 "MCrypt library support" on \
+		ZIP	 "Zip compression support" on 
 
 .include <bsd.port.options.mk>
 
--- phpmyadmin.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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