Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2017 11:37:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437615 - in head: audio/paprefs japanese/xdtp textproc/stardict3
Message-ID:  <201704031137.v33Bbd0K048127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr  3 11:37:39 2017
New Revision: 437615
URL: https://svnweb.freebsd.org/changeset/ports/437615

Log:
  Fix build with newer sigc++20

Modified:
  head/audio/paprefs/Makefile
  head/japanese/xdtp/Makefile
  head/textproc/stardict3/Makefile

Modified: head/audio/paprefs/Makefile
==============================================================================
--- head/audio/paprefs/Makefile	Mon Apr  3 11:14:39 2017	(r437614)
+++ head/audio/paprefs/Makefile	Mon Apr  3 11:37:39 2017	(r437615)
@@ -13,9 +13,8 @@ LIB_DEPENDS=	libglademm-2.4.so:devel/lib
 		libpulse.so:audio/pulseaudio
 
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-USES=		gmake pkgconfig
+USES=		compiler:c++11-lang localbase gmake pkgconfig
+USE_CXXSTD=	c++11
 USE_GNOME=	gconfmm26 gnomeprefix intltool
 
 CONFIGURE_ARGS=	--disable-lynx

Modified: head/japanese/xdtp/Makefile
==============================================================================
--- head/japanese/xdtp/Makefile	Mon Apr  3 11:14:39 2017	(r437614)
+++ head/japanese/xdtp/Makefile	Mon Apr  3 11:37:39 2017	(r437615)
@@ -13,7 +13,8 @@ COMMENT=	XML document transfer program
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		pkgconfig tar:tgz
+USES=		compiler:c++11-lang pkgconfig tar:tgz
+USE_CXXSTD=	c++11
 USE_GNOME=	glibmm libxml2 libxslt
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/textproc/stardict3/Makefile
==============================================================================
--- head/textproc/stardict3/Makefile	Mon Apr  3 11:14:39 2017	(r437614)
+++ head/textproc/stardict3/Makefile	Mon Apr  3 11:37:39 2017	(r437615)
@@ -22,9 +22,9 @@ CONFIGURE_ARGS=	--disable-festival \
 		--disable-updateinfo \
 		--disable-advertisement
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
+USES=		compiler:c++11-lang gettext gmake libtool localbase pathfix \
+		pkgconfig tar:bzip2
+USE_CXXSTD=	c++11
 USE_GNOME=	intltool
 
 OPTIONS_DEFINE=	GNOME



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