Ticket #25339: openvas-client-3.0.0.diff
File openvas-client-3.0.0.diff, 3.0 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name openvas-client 6 version 2.0.57 set download_id 6 176 version 3.0.0 7 set download_id 685 8 8 platforms darwin 9 9 categories security 10 10 maintainers ryandesign 11 11 homepage http://www.openvas.org/ 12 12 master_sites http://wald.intevation.org/frs/download.php/${download_id} 13 13 14 checksums \15 md5 1ab804e599705543fb96a8c04777b46a \16 sha1 cb157534cdbee31e54348de3fe2df73ea9490f19 \17 rmd160 6e2b625f5c7361dfa294165976157e3777ec035918 19 14 description \ 20 15 Open Vulnerability Assessment System client 21 16 22 long_description \ 23 OpenVAS is the Open Vulnerability Assessment System. This port is \ 24 the client component. 17 long_description OpenVAS is the Open Vulnerability Assessment System. \ 18 ${name} is the client component. 25 19 20 checksums md5 c5fc0c744865ca2e6c331bab529e11a3 \ 21 sha1 1890c9813e1219efe4e72a0697f4c0271bc2670c \ 22 rmd160 47853e832b07a568e53ef3e47f5ea35c8b67a56a 23 26 24 depends_build \ 27 25 path:bin/pkg-config:pkgconfig \ 28 26 bin:grep:grep 29 27 30 28 depends_lib \ 29 path:bin/libopenvas-config:openvas-libraries \ 31 30 path:bin/gdlib-config:gd2 \ 32 31 path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \ 33 32 path:lib/pkgconfig/openssl.pc:openssl 34 33 34 patchfiles patch-uname.diff 35 35 36 use_parallel_build yes 36 37 38 # openvas-libraries is not universal 39 universal_variant no 40 37 41 livecheck.type regex 38 42 livecheck.url http://wald.intevation.org/frs/?group_id=29 39 43 livecheck.regex ${name}-(\[0-9.\]+)\\.tar -
files/patch-uname.diff
1 --- openvas/Makefile 2009-10-09 17:35:59.000000000 -0500 2 +++ openvas/Makefile 2010-06-19 04:07:44.000000000 -0500 3 @@ -14,7 +14,7 @@ 4 OPENVASCLIENT=OpenVAS-Client$(EXEEXT) 5 6 # Add some specific Windows compile options for Cygwin 7 -SYSTEM:=$(shell uname -o) 8 +SYSTEM:=$(shell uname -s) 9 ifeq ($(SYSTEM), Cygwin) 10 CFLAGS+=-mms-bitfields 11 LDFLAGS+=-mwindows 12 --- src/gui/Makefile 2009-09-22 14:26:36.000000000 -0500 13 +++ src/gui/Makefile 2010-06-19 04:07:30.000000000 -0500 14 @@ -34,7 +34,7 @@ 15 CFLAGS+=-Wall 16 17 # Add some specific Windows compile options for Cygwin 18 -SYSTEM:=$(shell uname -o) 19 +SYSTEM:=$(shell uname -s) 20 ifeq ($(SYSTEM), Cygwin) 21 CFLAGS+=-mms-bitfields 22 LDFLAGS+=-mwindows 23 --- src/util/Makefile 2009-09-22 14:26:36.000000000 -0500 24 +++ src/util/Makefile 2010-06-19 04:07:24.000000000 -0500 25 @@ -33,7 +33,7 @@ 26 CFLAGS+=-Wall 27 28 # Add some specific Windows compile options for Cygwin 29 -SYSTEM:=$(shell uname -o) 30 +SYSTEM:=$(shell uname -s) 31 ifeq ($(SYSTEM), Cygwin) 32 CFLAGS+=-mms-bitfields 33 LDFLAGS+=-mwindows