svn commit: r458729 - in head/security/razorback-api: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Jan 11 13:17:17 UTC 2018


Author: tijl
Date: Thu Jan 11 13:17:16 2018
New Revision: 458729
URL: https://svnweb.freebsd.org/changeset/ports/458729

Log:
  Patch configure directly so USE_AUTOTOOLS can be removed.

Deleted:
  head/security/razorback-api/files/patch-common_m4__api_deps.m4
  head/security/razorback-api/files/patch-common_m4__compiler_options.m4
Modified:
  head/security/razorback-api/Makefile

Modified: head/security/razorback-api/Makefile
==============================================================================
--- head/security/razorback-api/Makefile	Thu Jan 11 13:16:40 2018	(r458728)
+++ head/security/razorback-api/Makefile	Thu Jan 11 13:17:16 2018	(r458729)
@@ -27,7 +27,6 @@ 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
 
@@ -35,5 +34,8 @@ 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 <bsd.port.mk>


More information about the svn-ports-head mailing list