Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2018 14:41:44 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460001 - head/x11-wm/gcompmgr
Message-ID:  <201801261441.w0QEfixq007810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Jan 26 14:41:43 2018
New Revision: 460001
URL: https://svnweb.freebsd.org/changeset/ports/460001

Log:
  - Respect CXXFLAGS
  - Unbreak and undeprecate (chase libsigc++20 update)

Modified:
  head/x11-wm/gcompmgr/Makefile

Modified: head/x11-wm/gcompmgr/Makefile
==============================================================================
--- head/x11-wm/gcompmgr/Makefile	Fri Jan 26 14:40:05 2018	(r460000)
+++ head/x11-wm/gcompmgr/Makefile	Fri Jan 26 14:41:43 2018	(r460001)
@@ -12,13 +12,10 @@ COMMENT=	GNOME interface to xcompmgr
 
 RUN_DEPENDS=	xcompmgr:x11-wm/xcompmgr
 
-BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2018-01-27
-
 GNU_CONFIGURE=	yes
 LIBS+=		-L${LOCALBASE}/lib -lX11
-USES=		autoreconf libtool pkgconfig
+USES=		compiler:c++11-lang autoreconf libtool pkgconfig
+USE_CXXSTD=	c++11
 USE_GNOME=	gtkmm24
 USE_XORG=	x11
 
@@ -33,6 +30,7 @@ OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${RM} ${WRKSRC}/INSTALL
+	@${REINPLACE_CMD} -e '/^CXXFLAGS=""/d' ${WRKSRC}/configure.in
 	@${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \
 		s|#include <sigc++\/compatibility\.h>||g' \
 			${WRKSRC}/src/*.cc



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