Bug 179810 - Unbreak security/openvas-server
Summary: Unbreak security/openvas-server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-21 14:30 UTC by John Marino
Modified: 2013-06-21 18:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-21 14:30:03 UTC
This port won't build in jail.  (See portsmon for failures)

Fix: 

Add the equivalent of "USES+= pkgconfig" to the makefile to fix it.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-21 16:15:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-21 18:47:31 UTC
Author: wg
Date: Fri Jun 21 17:47:19 2013
New Revision: 321485
URL: http://svnweb.freebsd.org/changeset/ports/321485

Log:
  security/openvas-server: fix build
  
  - Fix build, add pkgconfig to USES
  - Trim Makefile header
  - Remove leading article form COMMENT
  
  PR:		ports/179810 [1]
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/security/openvas-server/Makefile

Modified: head/security/openvas-server/Makefile
==============================================================================
--- head/security/openvas-server/Makefile	Fri Jun 21 17:40:21 2013	(r321484)
+++ head/security/openvas-server/Makefile	Fri Jun 21 17:47:19 2013	(r321485)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	openvas-server
-# Date created:		2008-04-26
-# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
-#
+# Created by: Tomoyuki Sakurai <cherry@trombik.org>
 # $FreeBSD$
-#
 
 PORTNAME=	openvas-server
 PORTVERSION=	2.0.2
@@ -12,13 +8,13 @@ CATEGORIES=	security
 MASTER_SITES=	http://wald.intevation.org/frs/download.php/593/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A security scanner: a fork of Nessus
+COMMENT=	Security scanner: a fork of Nessus
 
 LIB_DEPENDS=	openvas.2:${PORTSDIR}/security/openvas-libraries \
 		openvasnasl.2:${PORTSDIR}/security/openvas-libnasl
 
 GNU_CONFIGURE=	yes
-USES=		gettext
+USES=		gettext pkgconfig
 USE_RC_SUBR=	openvasd
 
 MAN1=		openvas-mkrand.1 openvas-mkcert-client.1 openvasd-config.1
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-06-21 18:48:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!