Index: head/x11-wm/gcompmgr/Makefile =================================================================== --- head/x11-wm/gcompmgr/Makefile (revision 505632) +++ head/x11-wm/gcompmgr/Makefile (revision 505633) @@ -1,40 +1,38 @@ # Created by: UMENO Takashi # $FreeBSD$ PORTNAME= gcompmgr PORTVERSION= 0.21 PORTREVISION= 12 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME interface to xcompmgr -BROKEN_powerpc64= fails to compile: params.cc:135:37: 'memset' was not declared in this scope - RUN_DEPENDS= xcompmgr:x11-wm/xcompmgr GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lX11 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 Index: head/x11-wm/gcompmgr/files/patch-src_params.cc =================================================================== --- head/x11-wm/gcompmgr/files/patch-src_params.cc (nonexistent) +++ head/x11-wm/gcompmgr/files/patch-src_params.cc (revision 505633) @@ -0,0 +1,10 @@ +--- src/params.cc.orig 2019-07-01 08:27:28 UTC ++++ src/params.cc +@@ -22,6 +22,7 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #include "params.h" ++#include + #define BUFSIZE 1000 + + params::params() Property changes on: head/x11-wm/gcompmgr/files/patch-src_params.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/gcompmgr/files/patch-src_stdxinc.cc =================================================================== --- head/x11-wm/gcompmgr/files/patch-src_stdxinc.cc (nonexistent) +++ head/x11-wm/gcompmgr/files/patch-src_stdxinc.cc (revision 505633) @@ -0,0 +1,10 @@ +--- src/stdxinc.cc.orig 2019-07-01 08:18:45 UTC ++++ src/stdxinc.cc +@@ -7,6 +7,7 @@ + ****************************************************************************/ + + #include "stdxinc.h" ++#include + #define XC_pirate 88 + + char *Get_Display_Name(int *pargc, char **argv) Property changes on: head/x11-wm/gcompmgr/files/patch-src_stdxinc.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property