FreeBSD Bugzilla – Attachment 211379 Details for
Bug 243905
misc/sword: clean Makefile and take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sword adoption
sword.diff (text/plain), 1.73 KB, created by
Lorenzo Salvadore
on 2020-02-05 15:19:31 UTC
(
hide
)
Description:
sword adoption
Filename:
MIME Type:
Creator:
Lorenzo Salvadore
Created:
2020-02-05 15:19:31 UTC
Size:
1.73 KB
patch
obsolete
>Index: misc/sword/Makefile >=================================================================== >--- misc/sword/Makefile (revision 522614) >+++ misc/sword/Makefile (working copy) >@@ -8,7 +8,7 @@ > MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ > http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= salvadore@FreeBSD.org > COMMENT= Framework for manipulating Bible texts > > LICENSE= GPLv2 >@@ -15,39 +15,29 @@ > > BUILD_DEPENDS= cppunit-config:devel/cppunit > >+USES= gmake libtool pathfix pkgconfig >+USE_LDCONFIG= yes >+ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-conf --with-zlib > CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 > INSTALL_TARGET= install-strip >-USES= gmake libtool pathfix pkgconfig >-USE_LDCONFIG= yes >+ > SUB_FILES= pkg-message >- > PLIST_SUB= PORTVERSION=${PORTVERSION} > > OPTIONS_DEFINE= CURL CLUCENE >+OPTIONS_DEFAULT=CURL CLUCENE > CLUCENE_DESC= Include indexing capability >-OPTIONS_DEFAULT=CURL CLUCENE > >-.include <bsd.port.options.mk> >+CURL_LIB_DEPENDS= libcurl.so:ftp/curl >+CURL_CONFIGURE_WITH= curl > >-.if ${PORT_OPTIONS:MCURL} >-LIB_DEPENDS= libcurl.so:ftp/curl >-CONFIGURE_ARGS+= --with-curl >-.else >-CONFIGURE_ARGS+= --without-curl >-.endif >+CLUCENE_USES= compiler:c++11-lib >+CLCUENE_LIB_DEPENDS= libclucene-core.so:textproc/clucene \ >+ libicudata.so:devel/icu >+CLUCENE_CONFIGURE_WITH= --with-clucene=${LOCALBASE} --with-icu > >-.if ${PORT_OPTIONS:MCLUCENE} >-USES+= compiler:c++11-lib >-USE_CXXSTD= gnu++11 >-LIB_DEPENDS+= libclucene-core.so:textproc/clucene \ >- libicudata.so:devel/icu >-CONFIGURE_ARGS+= --with-clucene=${LOCALBASE} --with-icu >-.else >-CONFIGURE_ARGS+= --without-clucene --without-icu >-.endif >- > post-patch: > @${REINPLACE_CMD} 's|-O3||' ${WRKSRC}/configure >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
salvadore
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 243905
:
211379
|
211385
|
211407