Index: head/devel/libepp-nicbr/Makefile =================================================================== --- head/devel/libepp-nicbr/Makefile (revision 463978) +++ head/devel/libepp-nicbr/Makefile (revision 463979) @@ -1,42 +1,42 @@ # Created by: Jean Milanez Melo # $FreeBSD$ PORTNAME= libepp-nicbr PORTVERSION= 1.15 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/ MAINTAINER= ports@FreeBSD.org COMMENT= Partial Extensible Provisioning Protocol to .br domains LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 -USES= ssl +USES= autoreconf libtool ssl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_cppunit_TestRunner_h=no CONFIGURE_ARGS= --with-xerces-c=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/} PLIST_SUB= VER="${PORTVERSION}" OPTIONS_DEFINE= READLINE OPTIONS_DEFAULT= READLINE OPTIONS_SUB= yes READLINE_USES= ncurses readline READLINE_CONFIGURE_ENV_OFF=\ ac_cv_lib_readline_readline=no .include .if ${PORT_OPTIONS:MREADLINE} && !exists(/usr/lib/libreadline.so) CONFIGURE_ARGS+=--with-readline-includes=${LOCALBASE}/include .endif .include Index: head/devel/libepp-nicbr/files/patch-configure.ac =================================================================== --- head/devel/libepp-nicbr/files/patch-configure.ac (nonexistent) +++ head/devel/libepp-nicbr/files/patch-configure.ac (revision 463979) @@ -0,0 +1,31 @@ +From 72fa94e12e2c6252d1dec843b15226ba54ee6188 Mon Sep 17 00:00:00 2001 +From: Roger Leigh +Date: Sun, 3 Sep 2017 18:54:28 +0100 +Subject: [PATCH 05/13] devel/libepp-nicbr: Patch to correct use of CXXFLAGS in + configure.ac + +--- + devel/libepp-nicbr/files/patch-configure.ac | 11 +++++++++++ + 1 file changed, 11 insertions(+) + create mode 100644 devel/libepp-nicbr/files/patch-configure.ac + +diff --git a/devel/libepp-nicbr/files/patch-configure.ac b/devel/libepp-nicbr/files/patch-configure.ac +new file mode 100644 +index 000000000000..9da8c3a8ef4e +--- /dev/null ++++ b/devel/libepp-nicbr/files/patch-configure.ac +@@ -0,0 +1,11 @@ ++--- configure.ac.orig 2017-09-03 17:27:58 UTC +++++ configure.ac ++@@ -74,7 +74,7 @@ AC_ARG_WITH([no-secdns-1-0], ++ ) ++ ++ CFLAGS="$CFLAGS -I../include" ++-CXXFLAGS="${CFLAGS}" +++CXXFLAGS="${CXXFLAGS} -I../include" ++ ++ #Check for xerves-c library ++ xercesc_path="/usr/local" +-- +2.14.1 + Property changes on: head/devel/libepp-nicbr/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property