svn commit: r379204 - head/devel/libgtop

Koop Mast kwm at FreeBSD.org
Wed Feb 18 11:01:34 UTC 2015


Author: kwm
Date: Wed Feb 18 11:01:33 2015
New Revision: 379204
URL: https://svnweb.freebsd.org/changeset/ports/379204
QAT: https://qat.redports.org/buildarchive/r379204/

Log:
  Remove obsolete post-configure ${TOUCH} [1].
  
  Due to touch switching to nano precision in the timestamp, not all the
    files that where touched in the post-configure step ended up with the
    same timestamp. The result is that the build system tried to
    rerun autotools in the build stage.
  Add makeinfo to USES to fix the build on CURRENT, persumely due the above
    change but I'm not sure..
  
  PR:		197754 [1]
  Reported by:	lattera at gmail.com and on IRC

Modified:
  head/devel/libgtop/Makefile

Modified: head/devel/libgtop/Makefile
==============================================================================
--- head/devel/libgtop/Makefile	Wed Feb 18 08:56:49 2015	(r379203)
+++ head/devel/libgtop/Makefile	Wed Feb 18 11:01:33 2015	(r379204)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgtop
 PORTVERSION=	2.30.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -14,7 +14,7 @@ COMMENT=	GNOME 2 top library
 
 USE_PERL5=	build
 USE_XORG=	xau
-USES=		gettext gmake libtool pathfix perl5 pkgconfig tar:xz
+USES=		gettext gmake libtool makeinfo pathfix perl5 pkgconfig tar:xz
 USE_GNOME=	gnomeprefix glib20 intlhack introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -27,7 +27,4 @@ INFO=		libgtop2
 
 PKGMESSAGE=	${FILESDIR}/pkg-message
 
-post-configure:
-	@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list