mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix or remove obsolate or broken ways to depend on php.
This commit is contained in:
parent
ef8c3160f2
commit
fbc062586d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161496
22 changed files with 6 additions and 43 deletions
|
@ -18,7 +18,6 @@ MAINTAINER= chinsan.tw@gmail.com
|
|||
COMMENT= Cute and easy blog Tool with Traditional-Chinese(zh_TW.UTF-8)
|
||||
|
||||
USE_PHP= mysql pcre session xml
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ USE_PHP= ctype pcre posix session tokenizer xml zlib
|
|||
.endif
|
||||
|
||||
NO_BUILD= YES
|
||||
PHP4_PORT?= www/mod_php4
|
||||
PHPBT= www/data-dist/phpbt
|
||||
PLIST_SUB= PHPBT=${PHPBT}
|
||||
|
||||
|
|
|
@ -14,11 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A real-time stats parser for Half Life & its mods
|
||||
|
||||
RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 \
|
||||
RUN_DEPENDS= \
|
||||
${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_APACHE= yes
|
||||
USE_PHP= yes
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -15,11 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|||
MAINTAINER= yukinopo@livedoor.com
|
||||
COMMENT= A PHP class for creating scientific and business charts
|
||||
|
||||
.if defined(WITH_APACHE2)
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.else
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.endif
|
||||
USE_PHP= yes
|
||||
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
||||
|
||||
NO_BUILD= YES
|
||||
|
|
|
@ -16,14 +16,9 @@ COMMENT= An easy to use API for creating PDF files dynamically
|
|||
|
||||
USE_PHP= yes
|
||||
WANT_PHP_MOD= yes
|
||||
PHP_PORT?= ${PORTSDIR}/www/mod_php4
|
||||
|
||||
BROKEN_WITH_PHP=5
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/libphp4.so:${PHP_PORT}
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/phppdflib
|
||||
USE_BZIP2= yes
|
||||
NO_BUILD= yes
|
||||
|
|
|
@ -21,7 +21,6 @@ USE_ZIP= YES
|
|||
|
||||
B2EVO_DATE?= 2005-09-16
|
||||
USE_PHP= mysql pcre session xml xmlrpc
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ USE_ZIP= YES
|
|||
|
||||
B2EVO_DATE?= 2005-09-16
|
||||
USE_PHP= mysql pcre session xml xmlrpc
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= A simple and easy to use wiki, no database required
|
|||
|
||||
DIST_VER= ${PORTNAME}-2006-03-09
|
||||
USE_PHP= gd pcre session xml zlib
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= A simple and easy to use wiki, no database required
|
|||
|
||||
DIST_VER= ${PORTNAME}-2006-03-09
|
||||
USE_PHP= gd pcre session xml zlib
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
|
||||
|
|
|
@ -17,12 +17,7 @@ COMMENT= GeekLog is a web content magagement system
|
|||
USE_MYSQL= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.if defined(WITH_APACHE2)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.endif
|
||||
USE_PHP= yes
|
||||
|
||||
WWW_DIR= ${PREFIX}/www/data
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ IGNOREFILES= _all_plugins${EXTRACT_SUFX} _all_templates${EXTRACT_SUFX}
|
|||
USE_ZIP= YES
|
||||
|
||||
USE_PHP= ctype mysql pcre session xml
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
WWWDOCROOT?= www/data
|
||||
|
|
|
@ -13,15 +13,7 @@ MASTER_SITES= http://wonko.com/notftp/files/
|
|||
MAINTAINER= ryan@wonko.com
|
||||
COMMENT= An easy to use Web to FTP gateway written in PHP
|
||||
|
||||
.if exists(${LOCALBASE}/include/apache2/os.h)
|
||||
WITH_APACHE2= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APACHE2)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.endif
|
||||
USE_PHP= yes
|
||||
|
||||
PREFIX= ${LOCALBASE}
|
||||
WEBOWN?= www
|
||||
|
|
|
@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}
|
|||
USE_ZIP= YES
|
||||
|
||||
USE_PHP= mysql pcre pdf session xml xmlrpc zlib
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ USE_PHP= ctype pcre posix session tokenizer xml zlib
|
|||
.endif
|
||||
|
||||
NO_BUILD= YES
|
||||
PHP4_PORT?= www/mod_php4
|
||||
PHPWIKI?= www/data-dist/phpwiki
|
||||
PLIST_SUB+= PHPWIKI=${PHPWIKI}
|
||||
USERFILES= admin.php lib/config.php
|
||||
|
|
|
@ -20,7 +20,6 @@ LATEST_LINK= phpwiki13
|
|||
USE_PHP= ctype pcre posix session tokenizer xml zlib
|
||||
|
||||
NO_BUILD= YES
|
||||
PHP4_PORT?= www/mod_php4
|
||||
PHPWIKI?= www/data-dist/phpwiki
|
||||
PLIST_SUB+= PHPWIKI=${PHPWIKI}
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
@ -17,7 +17,6 @@ MAINTAINER= babak@farrokhi.net
|
|||
COMMENT= A WikiWikiWeb clone using PHP
|
||||
|
||||
USE_PHP= mbstring
|
||||
PHP4_PORT?= www/mod_php4
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A server-side rss aggregator written in php with mysql
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
USE_PHP= yes
|
||||
|
||||
USE_MYSQL= yes
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
|
|||
USE_PHP= yes
|
||||
USE_APACHE= 1.3+
|
||||
WANT_PHP_CGI= yes
|
||||
CONFLICTS= mod_php4-4* php-4.* mod_php5-5* php-5.*
|
||||
|
||||
WITH_LOGFILE?= /var/log/suphp.log
|
||||
PHP_PATH?= ${LOCALBASE}/bin/php
|
||||
|
|
|
@ -15,7 +15,6 @@ COMMENT= A free, flexible, elegant, easy-to-use content management system
|
|||
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
PHP4_PORT?= www/mod_php4
|
||||
WWWOWN?= www
|
||||
WWWGRP?= www
|
||||
TEXTPATTERN?= www/data-dist/${PORTNAME}
|
||||
|
|
|
@ -19,7 +19,6 @@ USE_PHP= session mysql
|
|||
|
||||
NO_BUILD= YES
|
||||
WRKSRC= ${WRKDIR}/wikindx3
|
||||
PHP4_PORT?= www/mod_php4
|
||||
WIKINDX?= www/data-dist/wikindx
|
||||
PLIST_SUB+= WIKINDX=${WIKINDX}
|
||||
ROOTFILES= config.php index.php rss.php
|
||||
|
|
|
@ -20,7 +20,6 @@ COMMENT= Multi-user version of the famous WordPress blogging application
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
USE_PHP= mysql pcre xml
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= yes
|
||||
WANT_PHP_WEB= yes
|
||||
WORDPRESSMU?= www/data/wordpress-mu
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= A state-of-the-art semantic personal publishing platform
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_PHP= mysql pcre xml
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
WORDPRESS?= www/data/wordpress
|
||||
|
|
Loading…
Add table
Reference in a new issue