Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 May 2014 00:03:01 +0200 (CEST)
From:      Helmut Ritter <freebsd-ports@charlieroot.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/189150: [MAINTAINER] www/typo3-lts: add missing dependencies
Message-ID:  <20140430220301.E85863019D@BSDHelmut1064.charlieroot.de>
Resent-Message-ID: <201404302220.s3UMK1i8090126@freefall.freebsd.org>

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

>Number:         189150
>Category:       ports
>Synopsis:       [MAINTAINER] www/typo3-lts: add missing dependencies
>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 Apr 30 22:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Helmut Ritter
>Release:        FreeBSD 10.0-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD BSDHelmut1064.charlieroot.de 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC
>Description:
- Add missing dependencies
- Cleanup Makefile

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- typo3-lts-6.2.1.patch begins here ---
diff -ruN ../typo3-lts.org/Makefile ./Makefile
--- ../typo3-lts.org/Makefile	2014-04-30 23:37:28.000000000 +0200
+++ ./Makefile	2014-04-30 23:41:28.000000000 +0200
@@ -3,7 +3,7 @@
 
 PORTNAME=	typo3
 PORTVERSION=	6.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
 PKGNAMESUFFIX=	-lts
@@ -16,7 +16,7 @@
 PORTSCOUT=	limit:^6\.2\.
 
 NO_BUILD=	yes
-USE_PHP=	ctype filter json mysqli pcre session xml
+USE_PHP=	ctype fileinfo filter hash json mysqli openssl pcre session soap xml
 WANT_PHP_WEB=	yes
 
 TYPO3WWW=	www
@@ -33,9 +33,10 @@
 
 DISTFILES+=	${TYPO3SRC}${EXTRACT_SUFX}
 
-OPTIONS_DEFINE=	APC CURL GD IMAGICK MBSTRING MYSQL ZLIB
+OPTIONS_DEFINE=	APC CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB
 APC_DESC=	Alternative PHP Cache
-GD_DESC=	GDlib/freetype support
+GDSUP_DESC=	${GD_DESC}
+GMPSUP_DESC=	${GMP_DESC}
 IMAGICK_DESC=	${IMAGEMAGICK_DESC}
 MBSTRING_DESC=	${MULTIBYTE_DESC}
 MYSQL_DESC=	Install MySQL Server
@@ -43,6 +44,7 @@
 APC_USE=	PHP=apc
 CURL_USE=	PHP=curl
 GD_USE=		PHP=gd
+GMP_USE=	PHP=gmp
 MBSTRING_USE=	PHP=mbstring
 MYSQL_USE=	MYSQL=server
 ZLIB_USE=	PHP=zlib
@@ -57,12 +59,6 @@
 .endif
 .endif
 
-#pre-install:
-#	@if [ -f ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ]; then \
-#		${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php \
-#			${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist; \
-#	fi
-
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}
 	${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/
--- typo3-lts-6.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?20140430220301.E85863019D>