FreeBSD Bugzilla – Attachment 59923 Details for
Bug 90101
update port www/phpwiki13 - Add OPTIONS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Makefile.rej
Makefile.rej (text/plain), 2.68 KB, created by
Aaron Dalton
on 2005-12-10 00:57:42 UTC
(
hide
)
Description:
Makefile.rej
Filename:
MIME Type:
Creator:
Aaron Dalton
Created:
2005-12-10 00:57:42 UTC
Size:
2.68 KB
patch
obsolete
>*************** >*** 1,12 **** > # New ports collection makefile for: phpwiki >- # Date created: 09.Oct 2003 >- # Whom: dirk.meyer@dinoex.sub.org > # > # $FreeBSD: ports/www/phpwiki13/Makefile,v 1.13 2005/11/30 17:10:25 pav Exp $ > # > > PORTNAME= phpwiki > PORTVERSION= 1.3.11p1 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= phpwiki >--- 1,13 ---- > # New ports collection makefile for: phpwiki >+ # Date created: 29-NOV-2005 >+ # Whom: babak@farrokhi.net > # > # $FreeBSD: ports/www/phpwiki13/Makefile,v 1.13 2005/11/30 17:10:25 pav Exp $ > # > > PORTNAME= phpwiki > PORTVERSION= 1.3.11p1 >+ PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= phpwiki >*************** >*** 17,40 **** > CONFLICTS+= phpwiki-1.2* > LATEST_LINK= phpwiki13 > >- .if !defined(WITHOUT_PHP_DEPENDS) >- USE_PHP= ctype pcre posix session tokenizer xml zlib mysql >- .if defined(WITH_CDB) || defined(WITH_DB4) || defined(WITH_GDBM) || defined(WITH_INIFILE) >- USE_PHP+= dba >- .endif >- .endif > > NO_BUILD= YES > PHP4_PORT?= www/mod_php4 > PHPWIKI?= www/data-dist/phpwiki > PLIST_SUB+= PHPWIKI=${PHPWIKI} > ROOTFILES= GoogleSearch.wsdl PhpWiki.wsdl RPC2.php SOAP.php \ > configurator.php favicon.ico getimg.php gforge.php \ > index.php passencrypt.php wiki >- ROOTDIRS= config doc lib locale pgsrc schemas tests themes uploads > DOCFILES= INSTALL LICENSE README TODO UPGRADING > >- do-configure: > > do-install: > -${MKDIR} ${PREFIX}/${PHPWIKI} >--- 18,67 ---- > CONFLICTS+= phpwiki-1.2* > 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 > ROOTFILES= GoogleSearch.wsdl PhpWiki.wsdl RPC2.php SOAP.php \ > configurator.php favicon.ico getimg.php gforge.php \ > index.php passencrypt.php wiki >+ ROOTDIRS= config lib locale pgsrc schemas tests themes uploads > DOCFILES= INSTALL LICENSE README TODO UPGRADING > >+ OPTIONS= MYSQL "Use MySQL backend" on \ >+ PGSQL "Use PostgreSQL backend" off \ >+ DB4 "Use Berkeley DB4 backend" off >+ >+ .if defined(PHP_VER) && ${PHP_VER} == 5 >+ OPTIONS+= SQLITE "Use SQLite backend" off >+ .endif >+ >+ PORT_DBDIR?= /var/db/ports >+ LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} >+ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options >+ >+ .if exists(${OPTIONSFILE}) >+ .include "${OPTIONSFILE}" >+ .endif >+ >+ .if defined(WITH_DB4) >+ USE_PHP+= dba >+ .endif >+ >+ .if !defined(WITHOUT_MYSQL) >+ USE_PHP+= mysql >+ .endif >+ >+ .if defined(WITH_PGSQL) >+ USE_PHP+= pgsql >+ .endif >+ >+ .if defined(WITH_SQLITE) >+ USE_PHP+= sqlite >+ .endif > > do-install: > -${MKDIR} ${PREFIX}/${PHPWIKI}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 90101
:
59922
| 59923