Ticket #42858: Portfile-suricata.diff
File Portfile-suricata.diff, 2.4 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name suricata 7 version 2.0. 47 version 2.0.7 8 8 categories net security 9 9 platforms darwin 10 10 maintainers yahoo.fr:jul_bsd openmaintainer … … 28 28 depends_lib port:pkgconfig port:libnet11 port:libpcap port:pcre \ 29 29 port:libyaml port:libtool port:libmagic port:jansson 30 30 configure.env AC_PROG_LIBTOOL=${prefix}/bin/glibtool \ 31 LDFLAGS="-ljansson" 31 LDFLAGS="-ljansson" CPPFLAGS=-I${prefix}/include 32 32 configure.args --enable-ipfw --enable-gccprotect \ 33 33 --enable-unittests \ 34 34 --disable-geoip --disable-prelude --disable-unix-socket \ … … 126 126 } 127 127 xinstall ${filespath}/oinkmaster-${name}.conf ${destroot}${prefix}/share/examples/${name}/ 128 128 reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/share/examples/${name}/oinkmaster-${name}.conf 129 copy ${filespath}/mp-suricata.conf ${destroot}${prefix}/share/examples/${name}/130 reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/share/examples/${name}/mp-suricata.conf129 # copy ${filespath}/mp-suricata.conf ${destroot}${prefix}/share/examples/${name}/ 130 # reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/share/examples/${name}/mp-suricata.conf 131 131 132 132 xinstall -d ${destroot}${prefix}/etc/${name} 133 133 xinstall -d ${destroot}${prefix}/var/log/${name} … … 158 158 159 159 if {${subport} eq ${name}} { 160 160 161 checksums rmd160 a962f4fcf495c35a5ccd4266a479b60440f8ac1f\162 sha256 677d97a829d9e05f664c82eb0372e870d5f6e9501ccee20130dfde4014bd5084161 checksums rmd160 435d9af659416710e53c2f8ec6ff8ec768dcaaa8 \ 162 sha256 c5c3ccebeecbace39df0ff2d50ec4515b541103ffaa5e33cd1dc79d4955c0dfd 163 163 164 patchfiles patch-configure.ac2.diff patch-src-suricata-common.h.diff \ 165 patch-src-suricata-common.h2.diff \ 166 patch-Makefile.in.diff 164 patchfiles patch-Makefile.in.diff \ 165 patch-src-output-json.h.diff 167 166 168 167 conflicts ${name}-devel ${name}1 169 168 livecheck.regex "<strong>Suricata \\(Stable\\) version is (\\d+\.\\d+\.\\d+), "