Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 17:32:03 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365490 - in head/security/razorback-clamavNugget: . files
Message-ID:  <201408201732.s7KHW3cm023173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Aug 20 17:32:02 2014
New Revision: 365490
URL: http://svnweb.freebsd.org/changeset/ports/365490
QAT: https://qat.redports.org/buildarchive/r365490/

Log:
  security/razorback-clamavNugget: Chase json-c update (Unbreak)

Added:
  head/security/razorback-clamavNugget/files/
  head/security/razorback-clamavNugget/files/patch-common__m4_api__deps.m4   (contents, props changed)
  head/security/razorback-clamavNugget/files/patch-common__m4_compiler__options.m4   (contents, props changed)
Modified:
  head/security/razorback-clamavNugget/Makefile

Modified: head/security/razorback-clamavNugget/Makefile
==============================================================================
--- head/security/razorback-clamavNugget/Makefile	Wed Aug 20 17:23:26 2014	(r365489)
+++ head/security/razorback-clamavNugget/Makefile	Wed Aug 20 17:32:02 2014	(r365490)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clamavNugget
 PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF/razorbacktm/Nuggets
 PKGNAMEPREFIX=	razorback-
@@ -16,14 +16,15 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	librazorback_api.so:${PORTSDIR}/security/razorback-api \
+		libjson-c.so:${PORTSDIR}/devel/json-c \
 		libclamav.so:${PORTSDIR}/security/clamav
 BUILD_DEPENDS=	razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget
 RUN_DEPENDS=	razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget
 
-
 USES=		libtool pkgconfig
 RB_LIBDIR?=	${PREFIX}/lib/razorback
 GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	autoconf
 USE_LDCONFIG=	${RB_LIBDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Added: head/security/razorback-clamavNugget/files/patch-common__m4_api__deps.m4
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/razorback-clamavNugget/files/patch-common__m4_api__deps.m4	Wed Aug 20 17:32:02 2014	(r365490)
@@ -0,0 +1,11 @@
+--- common_m4/api_deps.m4.orig	2012-04-16 18:59:44 UTC
++++ common_m4/api_deps.m4
+@@ -55,7 +55,7 @@ LIBS="$LIBCONFIG_LIBS $LIBS"
+ #          [AC_MSG_ERROR("curl header file not found")]
+ #     )
+ 
+-PKG_CHECK_MODULES([JSON], [json >= 0.9])
++PKG_CHECK_MODULES([JSON], [json-c >= 0.9])
+ 
+ CFLAGS="$JSON_CFLAGS $CFLAGS"
+ LIBS="$JSON_LIBS $LIBS"

Added: head/security/razorback-clamavNugget/files/patch-common__m4_compiler__options.m4
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/razorback-clamavNugget/files/patch-common__m4_compiler__options.m4	Wed Aug 20 17:32:02 2014	(r365490)
@@ -0,0 +1,11 @@
+--- common_m4/compiler_options.m4.orig	2012-01-04 18:17:09 UTC
++++ common_m4/compiler_options.m4
+@@ -28,7 +28,7 @@ if test "$GCC" = yes ; then
+ 
+     CFLAGS="$CFLAGS -std=c99 -fno-strict-aliasing"
+     CPPFLAGS="$CPPFLAGS -fno-strict-aliasing"
+-    CWARNINGS="$CWARNINGS -Wall -Werror -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wformat-security -Wsign-compare -Wcast-align -Wno-unused-parameter"
++    CWARNINGS="$CWARNINGS -Wall -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wformat-security -Wsign-compare -Wcast-align -Wno-unused-parameter"
+     if test "x$NOT_PEDANTIC" = "x"; then
+         CWARNINGS="$CWARNINGS -pedantic"
+     fi



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