From owner-svn-ports-head@FreeBSD.ORG Wed Aug 20 17:53:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 945F8904; Wed, 20 Aug 2014 17:53:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2E33D92; Wed, 20 Aug 2014 17:53:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7KHrCqc032780; Wed, 20 Aug 2014 17:53:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7KHrBP0032777; Wed, 20 Aug 2014 17:53:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201408201753.s7KHrBP0032777@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 20 Aug 2014 17:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365493 - in head/security/razorback-scriptNugget: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2014 17:53:12 -0000 Author: marino Date: Wed Aug 20 17:53:11 2014 New Revision: 365493 URL: http://svnweb.freebsd.org/changeset/ports/365493 QAT: https://qat.redports.org/buildarchive/r365493/ Log: security/razorback-scriptNugget: Chase json-c update (Unbreak) Added: head/security/razorback-scriptNugget/files/ head/security/razorback-scriptNugget/files/patch-common__m4_api__deps.m4 (contents, props changed) head/security/razorback-scriptNugget/files/patch-common__m4_compiler__options.m4 (contents, props changed) Modified: head/security/razorback-scriptNugget/Makefile Modified: head/security/razorback-scriptNugget/Makefile ============================================================================== --- head/security/razorback-scriptNugget/Makefile Wed Aug 20 17:49:16 2014 (r365492) +++ head/security/razorback-scriptNugget/Makefile Wed Aug 20 17:53:11 2014 (r365493) @@ -3,7 +3,7 @@ PORTNAME= scriptNugget PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- @@ -15,13 +15,15 @@ COMMENT= Framework for an intelligence d LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= librazorback_api.so:${PORTSDIR}/security/razorback-api +LIB_DEPENDS= librazorback_api.so:${PORTSDIR}/security/razorback-api \ + libjson-c.so:${PORTSDIR}/devel/json-c BUILD_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget \ rubygem-razorback-scriptNugget>=0.5.0:${PORTSDIR}/security/rubygem-razorback-scriptNugget RB_LIBDIR?= ${PREFIX}/lib/razorback USES= libtool pkgconfig +USE_AUTOTOOLS= autoconf USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ruby Added: head/security/razorback-scriptNugget/files/patch-common__m4_api__deps.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/razorback-scriptNugget/files/patch-common__m4_api__deps.m4 Wed Aug 20 17:53:11 2014 (r365493) @@ -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-scriptNugget/files/patch-common__m4_compiler__options.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/razorback-scriptNugget/files/patch-common__m4_compiler__options.m4 Wed Aug 20 17:53:11 2014 (r365493) @@ -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