Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 11:01:33 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379204 - head/devel/libgtop
Message-ID:  <201502181101.t1IB1YlT008311@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502181101.t1IB1YlT008311>