Bug 179811 - Unbreak security/openvas-plugins
Summary: Unbreak security/openvas-plugins
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 15:00 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 15:00:00 UTC
This port won't build in jail.

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:16:05 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:48:12 UTC
Author: wg
Date: Fri Jun 21 17:48:03 2013
New Revision: 321486
URL: http://svnweb.freebsd.org/changeset/ports/321486

Log:
  security/openvas-plugins: fix build
  
  - Fix build, add pkgconfig to USES [1]
  - Trim Makefile header
  
  PR:		ports/179811 [1]
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/security/openvas-plugins/Makefile

Modified: head/security/openvas-plugins/Makefile
==============================================================================
--- head/security/openvas-plugins/Makefile	Fri Jun 21 17:47:19 2013	(r321485)
+++ head/security/openvas-plugins/Makefile	Fri Jun 21 17:48:03 2013	(r321486)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	openvas-plugins
-# Date created:		2008-04-27
-# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
-#
+# Created by: Tomoyuki Sakurai <cherry@trombik.org>
 # $FreeBSD$
-#
 
 PORTNAME=	openvas-plugins
 PORTVERSION=	1.0.7
@@ -23,6 +19,7 @@ RUN_DEPENDS=	openvasd:${PORTSDIR}/securi
 		${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils \
 		${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config
 CPPFLAGS+=	"`${LIBNET_CONFIG} --cflags`"
_______________________________________________
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:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!