Index: head/security/razorback-api/Makefile =================================================================== --- head/security/razorback-api/Makefile (revision 458728) +++ head/security/razorback-api/Makefile (revision 458729) @@ -1,39 +1,41 @@ # $FreeBSD$ PORTNAME= api PORTVERSION= 0.5.0 PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF/razorbacktm/API PKGNAMEPREFIX= razorback- DIST_SUBDIR= razorback MAINTAINER= tj@FreeBSD.org COMMENT= Framework for an intelligence driven security solution - API LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libconfig.so:devel/libconfig \ libuuid.so:misc/e2fsprogs-libuuid \ libcurl.so:ftp/curl \ libjson-c.so:devel/json-c OPTIONS_DEFINE= DEBUG ASSERT CNC_DEBUG STOMP_DEBUG CNC_DEBUG_DESC= Enable Command and Control Debug STOMP_DEBUG_DESC= Enable STOMP Debug GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib DEBUG_CONFIGURE_ENABLE= debug ASSERT_CONFIGURE_ENABLE= assert CNC_DEBUG_CONFIGURE_ENABLE= cnc-debug STOMP_DEBUG_CONFIGURE_ENABLE= stomp-debug + +post-patch: + @${REINPLACE_CMD} -e s/json/json-c/ -e s/-Werror// ${WRKSRC}/configure .include Index: head/security/razorback-api/files/patch-common_m4__api_deps.m4 =================================================================== --- head/security/razorback-api/files/patch-common_m4__api_deps.m4 (revision 458728) +++ head/security/razorback-api/files/patch-common_m4__api_deps.m4 (nonexistent) @@ -1,11 +0,0 @@ ---- ./common_m4/api_deps.m4.orig 2014-08-20 10:21:22.000000000 -0400 -+++ ./common_m4/api_deps.m4 2014-08-20 10:21:36.000000000 -0400 -@@ -55,7 +55,7 @@ - # [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" Property changes on: head/security/razorback-api/files/patch-common_m4__api_deps.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/razorback-api/files/patch-common_m4__compiler_options.m4 =================================================================== --- head/security/razorback-api/files/patch-common_m4__compiler_options.m4 (revision 458728) +++ head/security/razorback-api/files/patch-common_m4__compiler_options.m4 (nonexistent) @@ -1,11 +0,0 @@ ---- ./common_m4/compiler_options.m4.orig 2014-08-20 10:21:07.000000000 -0400 -+++ ./common_m4/compiler_options.m4 2014-08-20 10:21:17.000000000 -0400 -@@ -28,7 +28,7 @@ - - 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 Property changes on: head/security/razorback-api/files/patch-common_m4__compiler_options.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property