Date: Fri, 27 Dec 2019 12:44:47 +0000 (UTC) From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520985 - head/misc/libpostal Message-ID: <201912271244.xBRCilsS060563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dmgk Date: Fri Dec 27 12:44:47 2019 New Revision: 520985 URL: https://svnweb.freebsd.org/changeset/ports/520985 Log: misc/libpostal: Unbreak on aarch64 - Unbreak build: test_expand.c:105:118: error: passing 'void *' to parameter of incompatible type 'va_list' (aka '__builtin_va_list') CHECK_CALL(test_expansion_contains_phrase_option_with_languages(input, output, options, root, num_languages, NULL)); - Pet portclippy while here Modified: head/misc/libpostal/Makefile head/misc/libpostal/distinfo Modified: head/misc/libpostal/Makefile ============================================================================== --- head/misc/libpostal/Makefile Fri Dec 27 12:38:31 2019 (r520984) +++ head/misc/libpostal/Makefile Fri Dec 27 12:44:47 2019 (r520985) @@ -4,8 +4,12 @@ PORTNAME= libpostal DISTVERSIONPREFIX= v DISTVERSION= 1.1 DISTVERSIONSUFFIX= -alpha +PORTREVISION= 1 CATEGORIES= misc geography +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= 21601eb4b8941b8d6d9b795b1d6db4bd376f5b28.patch:-p1 + MAINTAINER= dmgk@FreeBSD.org COMMENT= Library for parsing/normalizing street addresses around the world @@ -19,33 +23,37 @@ RUN_DEPENDS= curl:ftp/curl USES= autoreconf libtool localbase -GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= openvenues + USE_LDCONFIG= yes + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${LIBPOSTAL_DATADIR} \ --disable-data-download \ --disable-static -USE_GITHUB= yes -GH_ACCOUNT= openvenues TEST_TARGET= check -LIBPOSTAL_DATADIR?= /var/db/${PORTNAME} - SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} \ LIBPOSTAL_DATADIR=${LIBPOSTAL_DATADIR} PORTDOCS= README.md + OPTIONS_DEFINE= CBLAS DOCS SSE2 +OPTIONS_SUB= yes + CBLAS_DESC= Build with CBLAS/OPENBLAS SSE2_DESC= Enable SSE2 optimization -OPTIONS_SUB= yes CBLAS_BUILD_DEPENDS= ${LOCALBASE}/include/cblas.h:math/cblas CBLAS_LIB_DEPENDS= libopenblas.so:math/openblas CBLAS_CONFIGURE_WITH= cblas=${LOCALBASE}/lib/libopenblas.so SSE2_CONFIGURE_ENABLE= sse2 + +LIBPOSTAL_DATADIR?= /var/db/${PORTNAME} pre-configure: @cd ${WRKSRC} && ${SH} bootstrap.sh Modified: head/misc/libpostal/distinfo ============================================================================== --- head/misc/libpostal/distinfo Fri Dec 27 12:38:31 2019 (r520984) +++ head/misc/libpostal/distinfo Fri Dec 27 12:44:47 2019 (r520985) @@ -1,3 +1,5 @@ -TIMESTAMP = 1554382755 +TIMESTAMP = 1577449742 SHA256 (openvenues-libpostal-v1.1-alpha_GH0.tar.gz) = c8a88eed70d8c09f68e1e69bcad35cb397e6ef11b3314e18a87b314c0a5b4e3a SIZE (openvenues-libpostal-v1.1-alpha_GH0.tar.gz) = 5602195 +SHA256 (21601eb4b8941b8d6d9b795b1d6db4bd376f5b28.patch) = 523539ca2f537b3eacbb339998d08633c47153ccba3c4b8cdfe9662c0f910830 +SIZE (21601eb4b8941b8d6d9b795b1d6db4bd376f5b28.patch) = 2593
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912271244.xBRCilsS060563>