FreeBSD Bugzilla – Attachment 9953 Details for
Bug 20156
1.6.2.2 has some nasty bugs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.51 KB, created by
insane
on 2000-07-24 22:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
insane
Created:
2000-07-24 22:20:01 UTC
Size:
1.51 KB
patch
obsolete
>--- Makefile.orig Mon Jul 24 13:44:59 2000 >+++ Makefile Mon Jul 24 14:01:19 2000 >@@ -6,15 +6,55 @@ > # > > PORTNAME= snort >-PORTVERSION= 1.6.2.2 >+PORTVERSION= 1.6.3 > CATEGORIES= security > MASTER_SITES= http://www.snort.org/Files/ \ > http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ > > MAINTAINER= dirk@FreeBSD.org > >+.if defined(WITH_FLEXRESP) >+BUILD_DEPENDS+= ${LOCALBASE}/include/libnet.h:${PORTSDIR}/net/libnet >+.endif >+ >+.if defined(WITH_MYSQL) >+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a: \ >+ ${PORTSDIR}/databases/mysql322-client >+.endif >+ >+.if defined(WITH_ODBC) >+BUILD_DEPENDS+= ${LOCALBASE}/lib/libodbc.a: \ >+ ${PORTSDIR}/databases/unixODBC >+.endif >+ >+.if defined(WITH_POSTGRES) >+BUILD_DEPENDS+= ${LOCALBASE}/pgsql/lib/libpq.a: \ >+ ${PORTSDIR}/databases/postgresql >+.endif >+ > GNU_CONFIGURE= yes > MAN8= snort.8 >+ >+.if defined(WITH_FLEXRESP) >+CONFIGURE_ARGS+= --enable-flexresp >+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ >+ LDFLAGS="-L${LOCALBASE}/lib" >+.endif >+ >+.if defined(WITH_MYSQL) >+CONFIGURE_ARGS+= --with-mysql-includes=${LOCALBASE}/include/mysql \ >+ --with-mysql-libraries=${LOCALBASE}/lib/mysql >+.endif >+ >+.if defined(WITH_ODBC) >+CONFIGURE_ARGS+= --with-unixodbc-includes=${LOCALBASE}/include \ >+ --with-unixodbc-libraries=${LOCALBASE}/lib >+.endif >+ >+.if defined(WITH_POSTGRES) >+CONFIGURE_ARGS+= --with-libpq-includes=${LOCALBASE}/include/pgsql \ >+ --with-libpq-libraries=${LOCALBASE}/lib/pgsql >+.endif > > post-install: > ${MKDIR} ${PREFIX}/share/snort
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 20156
: 9953 |
9954