diff --git a/converters/enca/Makefile b/converters/enca/Makefile index 0c86e948a96f..1d7ab09cfd28 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -1,30 +1,30 @@ PORTNAME= enca PORTVERSION= 1.19 PORTREVISION= 1 CATEGORIES= converters textproc russian ukrainian MASTER_SITES= http://dl.cihar.com/enca/ MAINTAINER= never@nevermind.kiev.ua COMMENT= Detect encoding of text files WWW= http://gitorious.org/enca LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= umap:converters/p5-Unicode-Map8 LIB_DEPENDS= librecode.so:converters/recode RUN_DEPENDS= umap:converters/p5-Unicode-Map8 -USES= gmake iconv libtool localbase pathfix pkgconfig tar:xz +USES= gmake iconv libtool localbase pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} '/SUBDIRS =/s/test//' ${WRKSRC}/src/Makefile.in .include diff --git a/converters/simdutf/Makefile b/converters/simdutf/Makefile index 1afb66706828..2f4ccd2431e3 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -1,39 +1,39 @@ PORTNAME= simdutf DISTVERSIONPREFIX= v DISTVERSION= 7.3.3 CATEGORIES= converters textproc MAINTAINER= fuz@FreeBSD.org COMMENT= Unicode validation and transcoding with SIMD WWW= https://simdutf.github.io/simdutf/ LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -USES= cmake:testing compiler:c++17-lang pathfix python:build,test +USES= cmake:testing compiler:c++17-lang python:build,test USE_GITHUB= yes USE_LDCONFIG= yes # test suite fails on armv7 with -fno-strict-aliasing # see https://github.com/simdutf/simdutf/issues/581 WITHOUT_NO_STRICT_ALIASING= yes CMAKE_TESTING_ON= SIMDUTF_TESTS CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= SIMDUTF_TESTS OPTIONS_DEFINE= ICONV TOOLS OPTIONS_DEFAULT= ICONV TOOLS OPTIONS_SUB= yes TOOLS_DESC= Build tools ICONV_USES= iconv ICONV_CMAKE_BOOL= SIMDUTF_ICONV TOOLS_CMAKE_BOOL= SIMDUTF_TOOLS .include diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile index 43a2e3ea8191..c13f0e30d67e 100644 --- a/converters/ytnef/Makefile +++ b/converters/ytnef/Makefile @@ -1,39 +1,39 @@ PORTNAME= ytnef DISTVERSIONPREFIX= v DISTVERSION= 2.1.2 PORTEPOCH= 1 CATEGORIES= converters mail MAINTAINER= eduardo@FreeBSD.org COMMENT= Unpack data in MS Outlook TNEF format WWW= https://github.com/Yeraze/ytnef LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools -USES= autoreconf cpe libtool pathfix perl5 shebangfix +USES= autoreconf cpe libtool perl5 shebangfix CPE_VENDOR= ytnef_project USE_GITHUB= yes GH_ACCOUNT= Yeraze USE_LDCONFIG= yes USE_PERL5= run SHEBANG_FILES= ytnef/ytnefprocess GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \ ${WRKSRC}/ytnef/ytnefprocess post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include