FreeBSD Bugzilla – Attachment 60361 Details for
Bug 90621
update port www/serendipity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
serendipity.patch
serendipity.patch (text/plain), 780 bytes, created by
babak
on 2005-12-19 00:40:02 UTC
(
hide
)
Description:
serendipity.patch
Filename:
MIME Type:
Creator:
babak
Created:
2005-12-19 00:40:02 UTC
Size:
780 bytes
patch
obsolete
>diff -ruN serendipity.orig/Makefile serendipity/Makefile >--- serendipity.orig/Makefile Mon Dec 19 03:54:10 2005 >+++ serendipity/Makefile Mon Dec 19 03:57:46 2005 >@@ -22,10 +22,20 @@ > SUB_LIST+= SERENDIPITY=${SERENDIPITY} > SUB_FILES= pkg-message > >+LOCALBASE?= /usr/local >+ > OPTIONS= MYSQL "Use MySQL backend" on \ >- PGSQL "Use PostgreSQL backend" off \ >- SQLITE "Use SQLite backend (PHP5)" off \ >- MAGICK "Use ImageMagick Library" on >+ PGSQL "Use PostgreSQL backend" off >+ >+.if exists(${LOCALBASE}/etc/php.conf) >+.include "${LOCALBASE}/etc/php.conf" >+.endif >+ >+.if defined(PHP_VER) && ${PHP_VER} == 5 >+OPTIONS+= SQLITE "Use SQLite backend" off >+.endif >+ >+OPTIONS+= MAGICK "Use ImageMagick Library" on > > PORT_DBDIR?= /var/db/ports > LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 90621
: 60361