Date: Thu, 11 Jan 2018 13:17:16 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458729 - in head/security/razorback-api: . files Message-ID: <201801111317.w0BDHGwI025136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111317.w0BDHGwI025136>