FreeBSD Bugzilla – Attachment 81534 Details for
Bug 116761
[PATCH] irc/ratbox-services: Unbreak and portlint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ratbox-services-1.1.2.patch
ratbox-services-1.1.2.patch (text/plain), 1.98 KB, created by
Ulrich Spoerlein
on 2007-09-30 12:50:00 UTC
(
hide
)
Description:
ratbox-services-1.1.2.patch
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2007-09-30 12:50:00 UTC
Size:
1.98 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/irc/ratbox-services/Makefile,v >retrieving revision 1.4 >diff -u -p -u -r1.4 Makefile >--- Makefile 28 Sep 2007 13:07:29 -0000 1.4 >+++ Makefile 30 Sep 2007 11:11:11 -0000 >@@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-banserv > .endif > > .if defined(WITHOUT_WATCHSERV) >-CONFIGURE_ARGS+= --disable-watchserv >+CONFIGURE_ARGS+= --disable-watchserv > .endif > > .if !defined(WITH_SQLITE) && !defined(WITH_PGSQL) >@@ -106,19 +106,19 @@ IGNORE= requires either an sqlite or p > > .if defined(WITH_SQLITE) > USE_SQLITE= 3 >-CONFIGURE_ARGS+= --enable-sqlite3=${LOCALBASE} >+CONFIGURE_ARGS+= --enable-sqlite3=${LOCALBASE} > .endif > > # This ratbox-services version has known problems when integrating > # with MySQL and should be avoided until it is fixed in version 1.1.3 > #.if defined(WITH_MYSQL) >-#USE_MYSQL >+#USE_MYSQL= yes > #CONFIGURE_ARGS+= --enable-mysql=${LOCALBASE} > #.endif > > .if defined(WITH_PGSQL) >-USE_PGSQL >-CONFIGURE_ARGS+= --enable-pgsql=${LOCALBASE} >+USE_PGSQL= yes >+CONFIGURE_ARGS+= --enable-pgsql=${LOCALBASE} > .endif > > #-- User Configuration ------------------------------------------------- >@@ -132,7 +132,7 @@ CONFIGURE_ARGS+= --with-topiclen=${TOPIC > .endif > > .if defined(USERREGLEN) >-CONFIGURE_ARGS+= --with-userreglen=${USERREGLEN} >+CONFIGURE_ARGS+= --with-userreglen=${USERREGLEN} > .endif > > #----------------------------------------------------------------------- >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/irc/ratbox-services/pkg-plist,v >retrieving revision 1.2 >diff -u -p -u -r1.2 pkg-plist >--- pkg-plist 28 Sep 2007 01:03:39 -0000 1.2 >+++ pkg-plist 30 Sep 2007 11:12:15 -0000 >@@ -203,4 +203,3 @@ include/client.h > @dirrmtry %%DOCSDIR%% > @unexec f="/var/log/ratbox-services.log"; if [ ! -s "$f" ]; then rm -f "$f"; fi > @unexec f="/var/run/ratbox-services.pid"; if [ ! -s "$f" ]; then rm -f "$f"; fi >-
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 116761
: 81534