FreeBSD Bugzilla – Attachment 83185 Details for
Bug 118873
security/barnyard, update port for 64 bit systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-Makefile
patch-Makefile (text/plain), 927 bytes, created by
pauls
on 2007-12-19 21:50:02 UTC
(
hide
)
Description:
patch-Makefile
Filename:
MIME Type:
Creator:
pauls
Created:
2007-12-19 21:50:02 UTC
Size:
927 bytes
patch
obsolete
>--- Makefile.orig Wed Dec 19 15:46:40 2007 >+++ Makefile Wed Dec 19 19:34:33 2007 >@@ -7,7 +7,7 @@ > > PORTNAME= barnyard > PORTVERSION= 0.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= barnyard >@@ -17,7 +17,7 @@ > > RUN_DEPENDS+= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort > >-OPTIONS= MYSQL "Enable MySQL support" off \ >+OPTIONS= MYSQL "Enable MySQL support" on \ > POSTGRESQL "Enable PostgreSQL support" off > > USE_AUTOTOOLS= autoheader:261 aclocal:19 >@@ -41,6 +41,14 @@ > .if defined(WITH_POSTGRESQL) > USE_PGSQL= yes > CONFIGURE_ARGS+= --enable-postgres >+.endif >+ >+.if ${ARCH} == "amd64" || ${ARCH} =="ia64" || ${ARCH} == "sparc64" >+EXTRA_PATCHES+= ${FILESDIR}/64-bit-barnyard.h \ >+ ${FILESDIR}/64-bit-input-plugins-dp-alert.h \ >+ ${FILESDIR}/64-bit-util.h \ >+ ${FILESDIR}/64-bit-event.h \ >+ ${FILESDIR}/64-bit-util.c > .endif > > post-install:
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 Raw
Actions:
View
Attachments on
bug 118873
: 83185 |
83186
|
83187
|
83188