Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 08:45:56 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481329 - head/dns/bundy
Message-ID:  <201810060845.w968jueT074599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Oct  6 08:45:55 2018
New Revision: 481329
URL: https://svnweb.freebsd.org/changeset/ports/481329

Log:
  Apply band-aid to fix build, and cleanup.
  
  Nagged by:	pkg-fallout

Modified:
  head/dns/bundy/Makefile   (contents, props changed)

Modified: head/dns/bundy/Makefile
==============================================================================
--- head/dns/bundy/Makefile	Sat Oct  6 08:35:32 2018	(r481328)
+++ head/dns/bundy/Makefile	Sat Oct  6 08:45:55 2018	(r481329)
@@ -17,8 +17,6 @@ LICENSE_NAME=	ISC License
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN_FreeBSD_12=	error: called object type nullptr_t is not a function or function pointer
-
 BUILD_DEPENDS=	${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \
 		sqlite3>=3.3.9:databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
@@ -32,11 +30,12 @@ BROKEN_armv6 =		fails to build: Child process terminat
 BROKEN_armv7 =		fails to build: Child process terminated abnormally: Segmentation fault
 BROKEN_powerpc64=	fails to configure: checking for botan/botan.h... no
 
+USES=	compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl
+USE_CSTD=	gnu99
+USE_CXXSTD=	gnu++98
 USE_GITHUB=	yes
 GH_ACCOUNT=	bundy-dns
 GH_TAGNAME=	e640032
-
-USES=	compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810060845.w968jueT074599>