View | Details | Raw Unified | Return to bug 116761
Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 97-103 CONFIGURE_ARGS+= --disable-banserv Link Here
97
.endif
97
.endif
98
98
99
.if defined(WITHOUT_WATCHSERV)
99
.if defined(WITHOUT_WATCHSERV)
100
CONFIGURE_ARGS+=        --disable-watchserv
100
CONFIGURE_ARGS+=	--disable-watchserv
101
.endif
101
.endif
102
102
103
.if !defined(WITH_SQLITE) && !defined(WITH_PGSQL)
103
.if !defined(WITH_SQLITE) && !defined(WITH_PGSQL)
Lines 106-124 IGNORE= requires either an sqlite or p Link Here
106
106
107
.if defined(WITH_SQLITE)
107
.if defined(WITH_SQLITE)
108
USE_SQLITE=		3
108
USE_SQLITE=		3
109
CONFIGURE_ARGS+=        --enable-sqlite3=${LOCALBASE}
109
CONFIGURE_ARGS+=	--enable-sqlite3=${LOCALBASE}
110
.endif
110
.endif
111
111
112
# This ratbox-services version has known problems when integrating
112
# This ratbox-services version has known problems when integrating
113
# with MySQL and should be avoided until it is fixed in version 1.1.3
113
# with MySQL and should be avoided until it is fixed in version 1.1.3
114
#.if defined(WITH_MYSQL)
114
#.if defined(WITH_MYSQL)
115
#USE_MYSQL
115
#USE_MYSQL=		yes
116
#CONFIGURE_ARGS+=        --enable-mysql=${LOCALBASE}
116
#CONFIGURE_ARGS+=        --enable-mysql=${LOCALBASE}
117
#.endif
117
#.endif
118
118
119
.if defined(WITH_PGSQL)
119
.if defined(WITH_PGSQL)
120
USE_PGSQL
120
USE_PGSQL=		yes
121
CONFIGURE_ARGS+=        --enable-pgsql=${LOCALBASE}
121
CONFIGURE_ARGS+=	--enable-pgsql=${LOCALBASE}
122
.endif
122
.endif
123
123
124
#-- User Configuration -------------------------------------------------
124
#-- User Configuration -------------------------------------------------
Lines 132-138 CONFIGURE_ARGS+= --with-topiclen=${TOPIC Link Here
132
.endif
132
.endif
133
133
134
.if defined(USERREGLEN)
134
.if defined(USERREGLEN)
135
CONFIGURE_ARGS+=        --with-userreglen=${USERREGLEN}
135
CONFIGURE_ARGS+=	--with-userreglen=${USERREGLEN}
136
.endif
136
.endif
137
137
138
#-----------------------------------------------------------------------
138
#-----------------------------------------------------------------------
(-)pkg-plist (-1 lines)
Lines 203-206 include/client.h Link Here
203
@dirrmtry %%DOCSDIR%%
203
@dirrmtry %%DOCSDIR%%
204
@unexec f="/var/log/ratbox-services.log"; if [ ! -s "$f" ]; then rm -f "$f"; fi
204
@unexec f="/var/log/ratbox-services.log"; if [ ! -s "$f" ]; then rm -f "$f"; fi
205
@unexec f="/var/run/ratbox-services.pid"; if [ ! -s "$f" ]; then rm -f "$f"; fi
205
@unexec f="/var/run/ratbox-services.pid"; if [ ! -s "$f" ]; then rm -f "$f"; fi
206

Return to bug 116761