head	1.12;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3;
locks; strict;
comment	@# @;


1.12
date	2013.02.05.16.54.25;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.01.09;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.07.26.05.40.22;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2012.07.23.01.33.55;	author dougb;	state Exp;
branches;
next	1.8;

1.8
date	2011.07.17.21.53.58;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2011.06.05.18.43.12;	author novel;	state Exp;
branches;
next	1.6;

1.6
date	2009.11.18.22.39.55;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2009.11.03.02.54.09;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.17.22.41.10;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.08.13.20.14;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.00.58;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.04.13.15.44;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311722
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	openvas-libraries
# Date created:		2008-04-26
# Whom:			Tomoyuki Sakurai <cherry@@trombik.org>
#
# $FreeBSD: head/security/openvas-libraries/Makefile 311722 2013-02-05 16:17:06Z novel $
#

PORTNAME=	openvas-libraries
PORTVERSION=	2.0.3
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	http://wald.intevation.org/frs/download.php/600/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Libraries for OpenVAS

LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls \
		gcrypt.18:${PORTSDIR}/security/libgcrypt

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_PKGCONFIG=	yes
USE_GNOME=	glib20
MAKE_JOBS_UNSAFE=	yes

MAN1=		libopenvas-config.1

.include "${.CURDIR}/Makefile.common"

.include <bsd.port.mk>
@


1.11
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/openvas-libraries/Makefile 301539 2012-07-26 05:40:22Z bapt $
d10 1
a10 1
PORTREVISION=	1
d17 1
a17 1
LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls \
@


1.10
log
@SVN rev 301539 on 2012-07-26 05:40:22Z by bapt

new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@SVN rev 301362 on 2012-07-23 01:33:55Z by dougb

For ports maintained by ports@@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
@
text
@a16 1
BUILD_DEPENDS=	pkg-config>0:${PORTSDIR}/devel/pkg-config
d22 1
@


1.8
log
@- Fix build by depending on libgcrypt explicitly

Reported by:	pointyhat
@
text
@d17 1
d23 1
a23 1
USE_GNOME=	glib20 pkgconfig
@


1.7
log
@Chase security/gnutls update and add an UPDATING entry.
@
text
@d17 2
a18 1
LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls
@


1.6
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d10 1
d17 1
a17 1
LIB_DEPENDS=	gnutls.40:${PORTSDIR}/security/gnutls
@


1.5
log
@Reset cherry@@trombik.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d21 1
@


1.4
log
@- Update to 2.0.3

PR:		137208
Submitted by:	farrokhi@@
@
text
@d13 1
a13 1
MAINTAINER=	cherry@@trombik.org
@


1.3
log
@- Fix build on 7.x (objformat removal)
- Move Makefile.common from server to libraries port
- Minor fixes

PR:		ports/124331 ports/124335-7 ports/124371
Submitted by:	Tomoyuki Sakurai <cherry@@trombik.org> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	1.0.1
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://wald.intevation.org/frs/download.php/419/
d16 1
a16 1
LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls
a17 3
LDFLAGS+=	-L${LOCALBASE}/lib
CPPFLAGS+=	-I${LOCALBASE}/include
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
d20 1
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d20 1
d27 1
a27 1
.include "${.CURDIR}/../../security/openvas-server/Makefile.common"
@


1.1
log
@[NEW PORT] security/openvas-libraries: Libraries for OpenVAS

	OpenVAS stands for Open Vulnerability Assessment System and
	is a network security scanner with associated tools like a
	graphical user fontend. The core is a server component with
	a set of network vulnerability tests (NVTs) to detect
	security problems in remote systems and applications.

	WWW: http://www.openvas.org/

PR:		ports/123127
Submitted by:	Tomoyuki Sakurai <cherry@@trombik.org>
@
text
@d10 1
@

