Index: head/x11-wm/gcompmgr/Makefile =================================================================== --- head/x11-wm/gcompmgr/Makefile (revision 460000) +++ head/x11-wm/gcompmgr/Makefile (revision 460001) @@ -1,40 +1,38 @@ # Created by: UMENO Takashi # $FreeBSD$ PORTNAME= gcompmgr PORTVERSION= 0.21 PORTREVISION= 10 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org 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 DESKTOP_ENTRIES="gcompmgr" \ "Configure window effects" \ "" \ "gcompmgr" \ "DesktopSettings;Settings;GTK;" \ true 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 ||g' \ ${WRKSRC}/src/*.cc .include