1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/misc/hashdb/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

41 lines
961 B
Makefile

# $FreeBSD$
PORTNAME= hashdb
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.0-8
PORTREVISION= 1
DISTVERSIONSUFFIX= -g1da1b9f
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Block hash database tool and API
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libewf.so:devel/libewf
USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags \
python ssl
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= NPS-DEEP
CONFIGURE_ARGS= ac_cv_lib_ssl_SSL_library_init=yes \
--disable-static --enable-shared # enable-shared fails: https://github.com/NPS-DEEP/hashdb/issues/9
INSTALL_TARGET= install-strip
CONFIGURE_ENV= PYTHON=${PYTHON_CMD}
BINARY_ALIAS= swig=${LOCALBASE}/bin/swig3.0
CFLAGS+= -fPIC
CXXFLAGS+= -fPIC
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
post-configure:
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} 's| -lstdc++ | |'
.include <bsd.port.mk>