svn commit: r390428 - in head/x11-wm/gcompmgr: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 23 16:33:12 UTC 2015


Author: amdmi3
Date: Tue Jun 23 16:33:11 2015
New Revision: 390428
URL: https://svnweb.freebsd.org/changeset/ports/390428

Log:
  - Switch to USES=autoreconf

Added:
  head/x11-wm/gcompmgr/files/patch-Makefile.am   (contents, props changed)
Deleted:
  head/x11-wm/gcompmgr/files/patch-Makefile.in
Modified:
  head/x11-wm/gcompmgr/Makefile

Modified: head/x11-wm/gcompmgr/Makefile
==============================================================================
--- head/x11-wm/gcompmgr/Makefile	Tue Jun 23 16:32:16 2015	(r390427)
+++ head/x11-wm/gcompmgr/Makefile	Tue Jun 23 16:33:11 2015	(r390428)
@@ -14,8 +14,7 @@ RUN_DEPENDS=	xcompmgr:${PORTSDIR}/x11-wm
 
 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
 
@@ -29,9 +28,7 @@ DESKTOP_ENTRIES="gcompmgr" \
 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 <sigc++\/compatibility\.h>||g' \
 			${WRKSRC}/src/*.cc

Added: head/x11-wm/gcompmgr/files/patch-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/gcompmgr/files/patch-Makefile.am	Tue Jun 23 16:33:11 2015	(r390428)
@@ -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
+ 


More information about the svn-ports-head mailing list