aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgtop
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-02-18 19:01:33 +0800
committerkwm <kwm@FreeBSD.org>2015-02-18 19:01:33 +0800
commit82b0733f66cb8b638a7b94b19ac2cbd80c37ce22 (patch)
tree01277bfcaf1d051608961d2649a3c09ce4f45c8d /devel/libgtop
parent34261421824e6eae78dbda04658e7e6c22b05c1e (diff)
downloadfreebsd-ports-gnome-82b0733f66cb8b638a7b94b19ac2cbd80c37ce22.tar.gz
freebsd-ports-gnome-82b0733f66cb8b638a7b94b19ac2cbd80c37ce22.tar.zst
freebsd-ports-gnome-82b0733f66cb8b638a7b94b19ac2cbd80c37ce22.zip
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
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 58d6abffc700..c78ecd2b685e 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -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>