lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
27 lines
654 B
Makefile
27 lines
654 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ipdbtools
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://cyclaero.com/public/ipdbtools/
|
|
|
|
MAINTAINER= cyclaero@gmail.com
|
|
COMMENT= Tools for IP based Geo-blocking and Geo-routing
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= tar:bzip2 compiler:c11
|
|
|
|
PLIST_FILES= bin/ipup \
|
|
bin/ipdb \
|
|
bin/ipdb-update.sh \
|
|
man/man1/ipdbtools.1.gz \
|
|
man/man1/ipup.1.gz \
|
|
man/man1/ipdb.1.gz \
|
|
man/man1/ipdb-update.sh.1.gz
|
|
|
|
BROKEN_aarch64= Fails to compile: error: invalid conversion between vector type and integer type
|
|
BROKEN_sparc64= Fails to compile: error: unrecognized command line option -mssse3
|
|
|
|
.include <bsd.port.mk>
|