Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2011 00:21:54 +0100 (CET)
From:      Helmut Schneider <jumper99@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155426: [MAINTAINER] www/typo3: Change default OPTIONS
Message-ID:  <201103092321.p29NLs61031722@BSDHelmut832.charlieroot.de>
Resent-Message-ID: <201103092330.p29NU8v1021988@freefall.freebsd.org>

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

>Number:         155426
>Category:       ports
>Synopsis:       [MAINTAINER] www/typo3: Change default OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 09 23:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Helmut Schneider
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD BSDHelmut832.charlieroot.de 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 02:12:21 CET 2011
>Description:
Change default OPTIONS:
- turn off GDlib
- turn off ImageMagick

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- typo3-4.5.2_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/typo3.org/Makefile /usr/ports/www/typo3/Makefile
--- /usr/ports/www/typo3.org/Makefile	2011-02-28 10:39:39.000000000 +0100
+++ /usr/ports/www/typo3/Makefile	2011-03-10 00:17:07.000000000 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	typo3
 PORTVERSION=	4.5.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} \
 		http://dl1.typo3.org/TYPO3_${PORTVERSION}/
@@ -31,8 +32,8 @@
 DISTFILES+=	${DISTNAME}${EXTRACT_SUFX} ${EDITION}-${PORTVERSION}${EXTRACT_SUFX}
 
 OPTIONS=	CURL "Configure with cURL support" off \
-		GD "Configure with GDlib/freetype support" on \
-		IMAGICK "Configure with ImageMagick support" on \
+		GD "Configure with GDlib/freetype support" off \
+		IMAGICK "Configure with ImageMagick support" off \
 		MBSTRING "Configure with mbstring support" off \
 		ZLIB "Configure with zlib support" off
 
--- typo3-4.5.2_1.patch ends here ---

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



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