diff options
author | wen <wen@FreeBSD.org> | 2011-03-10 08:17:22 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-10 08:17:22 +0800 |
commit | f75c8d2affb5dc3fe49f45539912081a743a1b13 (patch) | |
tree | 159d9cf993147b12798325b200aef1e787c30295 | |
parent | fbefa4d54cfeca0164a6aefc765afcefef3768d9 (diff) | |
download | freebsd-ports-gnome-f75c8d2affb5dc3fe49f45539912081a743a1b13.tar.gz freebsd-ports-gnome-f75c8d2affb5dc3fe49f45539912081a743a1b13.tar.zst freebsd-ports-gnome-f75c8d2affb5dc3fe49f45539912081a743a1b13.zip |
- Change default OPTIONS: turn off GDlib and ImageMagick
PR: ports/155426
Submitted by: Helmut Schneider <jumper99@gmx.de> (maintainer)
-rw-r--r-- | www/typo3/Makefile | 5 | ||||
-rw-r--r-- | www/typo345/Makefile | 5 | ||||
-rw-r--r-- | www/typo346/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index c105de44d240..540162de42e9 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -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 @@ EDITION= dummy 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 diff --git a/www/typo345/Makefile b/www/typo345/Makefile index c105de44d240..540162de42e9 100644 --- a/www/typo345/Makefile +++ b/www/typo345/Makefile @@ -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 @@ EDITION= dummy 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 diff --git a/www/typo346/Makefile b/www/typo346/Makefile index c105de44d240..540162de42e9 100644 --- a/www/typo346/Makefile +++ b/www/typo346/Makefile @@ -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 @@ EDITION= dummy 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 |