Index: head/misc/sword/Makefile =================================================================== --- head/misc/sword/Makefile (revision 529196) +++ head/misc/sword/Makefile (revision 529197) @@ -1,49 +1,46 @@ # Created by: Willem van Engen # $FreeBSD$ PORTNAME= sword PORTVERSION= 1.8.1 PORTREVISION= 9 CATEGORIES= misc MASTER_SITES= http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ MAINTAINER= salvadore@FreeBSD.org COMMENT= Framework for manipulating Bible texts LICENSE= GPLv2 BUILD_DEPENDS= cppunit-config:devel/cppunit USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-conf \ --with-zlib INSTALL_TARGET= install-strip CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 SUB_FILES= pkg-message PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= CLUCENE CURL OPTIONS_DEFAULT= CLUCENE CURL CLUCENE_DESC= Include indexing capability CLUCENE_LIB_DEPENDS= libclucene-core.so:textproc/clucene \ libicudata.so:devel/icu CLUCENE_USES= compiler:c++11-lib CLUCENE_CONFIGURE_WITH= clucene=${LOCALBASE} icu CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_WITH= curl -post-patch: - @${REINPLACE_CMD} 's|-O3||' ${WRKSRC}/configure - post-install: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install_config) ${MV} ${STAGEDIR}${PREFIX}/etc/sword.conf \ ${STAGEDIR}${PREFIX}/etc/sword.conf.sample .include Index: head/misc/sword/files/patch-configure =================================================================== --- head/misc/sword/files/patch-configure (nonexistent) +++ head/misc/sword/files/patch-configure (revision 529197) @@ -0,0 +1,13 @@ +--- configure.orig 2018-01-09 02:02:01 UTC ++++ configure +@@ -16355,8 +16355,8 @@ $as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +- AM_CFLAGS=-O3 +- AM_CXXFLAGS=-O3 ++ AM_CFLAGS= ++ AM_CXXFLAGS= + fi + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CXXFLAGS="$my_save_cxxflags" Property changes on: head/misc/sword/files/patch-configure ___________________________________________________________________ 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