Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  6 Jun 2008 12:53:57 +0900 (JST)
From:      Tomoyuki Sakurai <cherry@trombik.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/124337: [MAINTAINER] security/openvas-client: follow ports/124331, minor fixes
Message-ID:  <20080606035357.AA77C175C3C@spica.trombik.org>
Resent-Message-ID: <200806060400.m56406er035930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124337
>Category:       ports
>Synopsis:       [MAINTAINER] security/openvas-client: follow ports/124331, minor fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 06 04:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tomoyuki Sakurai
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD spica.trombik.org 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun May 11 18:07:51 JST 2008
>Description:
- follow ports/124331
- USE_SSL and USE_XORG
- bump PORTREVISION

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- openvas-client-1.0.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/openvas-client/Makefile /usr/home/cherry/svk/ports/security/openvas-client/Makefile
--- /usr/ports/security/openvas-client/Makefile	2008-06-04 22:12:02.000000000 +0900
+++ /usr/home/cherry/svk/ports/security/openvas-client/Makefile	2008-06-06 12:51:19.000000000 +0900
@@ -7,6 +7,7 @@
 
 PORTNAME=	openvas-client
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://wald.intevation.org/frs/download.php/420/
 
@@ -18,7 +19,11 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gtk20
+USE_SSL=	yes
+# XXX not yet, maybe soon?
+# USE_GETTEXT=	yes
+USE_XORG=	x11
 
-.include "${.CURDIR}/../../security/openvas-server/Makefile.common"
+.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
 
 .include <bsd.port.mk>
--- openvas-client-1.0.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080606035357.AA77C175C3C>