aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgtop2
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2004-07-14 22:09:43 +0800
committerbland <bland@FreeBSD.org>2004-07-14 22:09:43 +0800
commite87a37e622f251671fb039174d3de2456f0d8316 (patch)
tree75e0116caa00e7baa59a8c5c6d7ed70591f60b46 /devel/libgtop2
parent6515e13de6b93027faf32e2ede7a2b494a0ce3f2 (diff)
downloadfreebsd-ports-gnome-e87a37e622f251671fb039174d3de2456f0d8316.tar.gz
freebsd-ports-gnome-e87a37e622f251671fb039174d3de2456f0d8316.tar.zst
freebsd-ports-gnome-e87a37e622f251671fb039174d3de2456f0d8316.zip
Finalize incomplete glib 64bit types migration which triggered build
failures in dependent ports. Reported by: Franz Klammer <klammer@webonaut.com>
Diffstat (limited to 'devel/libgtop2')
-rw-r--r--devel/libgtop2/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile
index 7f3e435d7184..53854f7d9a69 100644
--- a/devel/libgtop2/Makefile
+++ b/devel/libgtop2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgtop2
PORTVERSION= 2.6.0
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6
@@ -31,6 +32,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
INFO= libgtop2
+post-patch:
+ @${REINPLACE_CMD} -e 's|int64_t|gint64|g' \
+ ${WRKSRC}/include/glibtop/command.h \
+ ${WRKSRC}/include/glibtop/proclist.h \
+ ${WRKSRC}/lib/lib.pl
+
post-install:
@${CHGRP} kmem ${PREFIX}/bin/libgtop_server2
@${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2