[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
net/snort diff
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: net/snort diff
- From: Brian <cazz_(_at_)_wezl_(_dot_)_org>
- Date: Mon, 12 Mar 2001 13:07:23 -0800
I'm the maintainer for net/snort. Can someone please add this patch
for me? Thanks.
* fix postgres flavor issues
* PREFIX -> LOCALBASE for configurations.
? work-postgresql
? work-mysql
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/snort/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 2001/03/07 19:05:34 1.12
+++ Makefile 2001/03/12 21:05:11
@@ -28,15 +28,15 @@
.endif
.if ${FLAVOR:L:Mpostgresql}
-LIB_DEPENDS+= pg.2::databases/postgresql
-CONFIGURE_ARGS+= --with-postgresql="${PREFIX}/pgsql"
+LIB_DEPENDS+= pg::databases/postgresql
+CONFIGURE_ARGS+= --with-postgresql="${LOCALBASE}"
.else
CONFIGURE_ARGS+= --without-postgresql
.endif
.if ${FLAVOR:L:Mmysql}
LIB_DEPENDS+= mysqlclient::databases/mysql
-CONFIGURE_ARGS+= --with-mysql="${PREFIX}"
+CONFIGURE_ARGS+= --with-mysql="${LOCALBASE}"
.else
CONFIGURE_ARGS+= --without-mysql
.endif
Visit your host, monkey.org