Ticket #25343: openvas-scanner-3.0.2.diff
File openvas-scanner-3.0.2.diff, 2.6 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 5 name openvas-s erver6 version 2.0.37 set download_id 6245 name openvas-scanner 6 version 3.0.2 7 set download_id 724 8 8 platforms darwin 9 9 categories security 10 10 maintainers ryandesign … … 12 12 master_sites http://wald.intevation.org/frs/download.php/${download_id} 13 13 14 14 description \ 15 Open Vulnerability Assessment System s erver15 Open Vulnerability Assessment System scanner 16 16 17 long_description \18 OpenVAS is the Open Vulnerability Assessment System. This port is\19 the server component.17 long_description OpenVAS is the Open Vulnerability Assessment System. \ 18 ${name} is the scanner component, formerly called \ 19 the server component. 20 20 21 checksums \ 22 md5 d3ab75534253f57766be0f835a6c95da \ 23 sha1 4ca87b1065d3d6b1559b582f0a6c5af476f0bb71 \ 24 rmd160 0bb3029dca0a3c88177559052e5cd4192107cfc6 21 checksums md5 0fbadc838d4f21c43f1ce6c8180287e6 \ 22 sha1 088092bf6211f43bc4c7e668936087882094b58a \ 23 rmd160 34c9040c54997a4394433425af8359dc895d745b 25 24 26 25 depends_build \ 27 26 path:bin/pkg-config:pkgconfig \ 28 27 path:bin/xmkmf:imake 29 28 30 29 depends_lib \ 31 path:bin/ openvas-libnasl-config:openvas-libnasl\30 path:bin/libopenvas-config:openvas-libraries \ 32 31 path:lib/libX11.dylib:xorg-libX11 33 32 33 patchfiles patch-cnvts-make_world.diff 34 35 # http://wald.intevation.org/tracker/index.php?func=detail&aid=1233&group_id=29&atid=220 36 configure.cflags-append -Ds6_addr32=__u6_addr.__u6_addr32 37 34 38 use_parallel_build yes 35 39 40 # openvas-libraries is not universal 41 universal_variant no 42 36 43 livecheck.type regex 37 44 livecheck.url http://wald.intevation.org/frs/?group_id=29 38 45 livecheck.regex ${name}-(\[0-9.\]+)\\.tar -
files/patch-cnvts-make_world.diff
1 --- cnvts/make_world.orig 2009-06-19 06:56:24.000000000 -0500 2 +++ cnvts/make_world 2010-06-19 03:52:36.000000000 -0500 3 @@ -3,9 +3,6 @@ 4 5 os=`uname` 6 case "$os" in 7 - Darwin) 8 - MAKEFLAG="-f Makefile.darwin" 9 - ;; 10 *) 11 MAKEFLAG="" 12 ;;