pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openvas-server * user-destdir ready



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ea5bb8d292e
branches:  trunk
changeset: 568248:7ea5bb8d292e
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Dec 09 05:52:30 2009 +0000

description:
* user-destdir ready
* should not to set SUBST_CLASSES, add instead to avoid overwrite.
* need to runtime dependency on gettext command, Bump PKGREVISION.

diffstat:

 security/openvas-server/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r d9f2188be55d -r 7ea5bb8d292e security/openvas-server/Makefile
--- a/security/openvas-server/Makefile  Wed Dec 09 05:28:13 2009 +0000
+++ b/security/openvas-server/Makefile  Wed Dec 09 05:52:30 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/07/17 18:00:24 adrianp Exp $
+# $NetBSD: Makefile,v 1.3 2009/12/09 05:52:30 obache Exp $
 #
 
 DISTNAME=      openvas-server-2.0.0
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  http://wald.intevation.org/frs/download.php/550/
 
@@ -9,14 +10,16 @@
 HOMEPAGE=      http://www.openvas.org/
 COMMENT=       Server for the Open Vulnerability Assessment System
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "options.mk"
 
 GNU_CONFIGURE= YES
 BUILD_DEFS+=   VARBASE
-USE_TOOLS+=    pkg-config gettext
+USE_TOOLS+=    pkg-config gettext:run
 RCD_SCRIPTS=   openvasd
 
-SUBST_CLASSES=         user
+SUBST_CLASSES+=                user
 SUBST_STAGE.user=      post-patch
 SUBST_FILES.user=      openvas-adduser.in openvas-mkcert-client.in
 SUBST_FILES.user+=     openvas-mkcert.in openvas-rmuser.in



Home | Main Index | Thread Index | Old Index