ports/157552: [PATCH] www/hotcrp: add missing PHP extensions

Lars Eggert lars.eggert at nokia.com
Fri Jun 3 06:50:07 UTC 2011


>Number:         157552
>Category:       ports
>Synopsis:       [PATCH] www/hotcrp: add missing PHP extensions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 03 06:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
Nokia Research Center
>Environment:
System: FreeBSD fit.nokia.com 8.2-STABLE FreeBSD 8.2-STABLE #39: Tue May 31 09:02:37 EEST 2011
>Description:
- Add missing PHP extensions (session, ctype)
- Fix portlint warnings

Port maintainer (kevlo at FreeBSD.org) is cc'd.

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

--- hotcrp-2.45_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/hotcrp.orig/Makefile /usr/ports/www/hotcrp/Makefile
--- /usr/ports/www/hotcrp.orig/Makefile	2011-06-03 08:33:01.000000000 +0300
+++ /usr/ports/www/hotcrp/Makefile	2011-06-03 08:50:33.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	hotcrp
 PORTVERSION=	2.45
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.cs.ucla.edu/~kohler/hotcrp/
 
@@ -16,14 +17,16 @@
 RUN_DEPENDS=	${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
 		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
 		pdftohtml:${PORTSDIR}/textproc/pdftohtml
-USE_PHP=	mysql gd
+
+USE_PHP=	mysql gd session ctype
+USE_MYSQL=	server
 
 PEARDIR=	${PREFIX}/share/pear
 
 WWWDOCROOT?=	www
 
 NO_BUILD=	yes
-SUB_FILES=      pkg-message
+SUB_FILES=	pkg-message
 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -31,7 +34,7 @@
 do-install:
 	${MKDIR} ${WWWDIR}
 	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
-	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} 
+	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
--- hotcrp-2.45_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list