Index: head/x11-wm/gcompmgr/Makefile =================================================================== --- head/x11-wm/gcompmgr/Makefile (revision 390427) +++ head/x11-wm/gcompmgr/Makefile (revision 390428) @@ -1,39 +1,36 @@ # Created by: UMENO Takashi # $FreeBSD$ PORTNAME= gcompmgr PORTVERSION= 0.21 PORTREVISION= 9 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME interface to xcompmgr RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lX11 -USES= libtool pkgconfig -USE_AUTOTOOLS= automake:env +USES= autoreconf libtool pkgconfig USE_GNOME= gtkmm24 USE_XORG= x11 DESKTOP_ENTRIES="gcompmgr" \ "Configure window effects" \ "" \ "gcompmgr" \ "DesktopSettings;Settings;GTK;" \ true OPTIONS_DEFINE= DOCS post-patch: -.for file in depcomp install-sh missing - @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC} -.endfor + @${RM} -f ${WRKSRC}/INSTALL @${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-Makefile.in =================================================================== --- head/x11-wm/gcompmgr/files/patch-Makefile.in (revision 390427) +++ head/x11-wm/gcompmgr/files/patch-Makefile.in (nonexistent) @@ -1,17 +0,0 @@ ---- Makefile.in.orig Mon Jun 20 17:49:43 2005 -+++ Makefile.in Sat Feb 11 21:07:59 2006 -@@ -193,13 +193,11 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - SUBDIRS = src --gcompmgrdocdir = ${prefix}/doc/gcompmgr -+gcompmgrdocdir = ${prefix}/share/doc/gcompmgr - gcompmgrdoc_DATA = \ - README\ -- COPYING\ - AUTHORS\ - ChangeLog\ -- INSTALL\ - NEWS\ - TODO - Property changes on: head/x11-wm/gcompmgr/files/patch-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-wm/gcompmgr/files/patch-Makefile.am =================================================================== --- head/x11-wm/gcompmgr/files/patch-Makefile.am (nonexistent) +++ head/x11-wm/gcompmgr/files/patch-Makefile.am (revision 390428) @@ -0,0 +1,17 @@ +--- Makefile.am.orig 2005-06-20 15:46:44 UTC ++++ Makefile.am +@@ -5,13 +5,11 @@ + + SUBDIRS = src + +-gcompmgrdocdir = ${prefix}/doc/gcompmgr ++gcompmgrdocdir = ${prefix}/share/doc/gcompmgr + gcompmgrdoc_DATA = \ + README\ +- COPYING\ + AUTHORS\ + ChangeLog\ +- INSTALL\ + NEWS\ + TODO + Property changes on: head/x11-wm/gcompmgr/files/patch-Makefile.am ___________________________________________________________________ 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