summaryrefslogtreecommitdiffstats
path: root/devel/libgtop2
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2003-10-22 16:36:28 +0000
committerbland <bland@FreeBSD.org>2003-10-22 16:36:28 +0000
commit542ed13582bc8d3ee5b3629a440c0dabd0d16c8e (patch)
tree3333f03a0ff89bd35063ca9b70920eddbf01d785 /devel/libgtop2
parent15d10433d4105537a9af6f94e158ff88f5d4fcea (diff)
downloadFreeBSD-ports-542ed13582bc8d3ee5b3629a440c0dabd0d16c8e.zip
FreeBSD-ports-542ed13582bc8d3ee5b3629a440c0dabd0d16c8e.tar.gz
Update to 2.0.6
Diffstat (limited to 'devel/libgtop2')
-rw-r--r--devel/libgtop2/Makefile2
-rw-r--r--devel/libgtop2/distinfo2
-rw-r--r--devel/libgtop2/files/patch-ltmain.sh9
-rw-r--r--devel/libgtop2/files/patch-support_Makefile.in2
-rw-r--r--devel/libgtop2/files/patch-sysdeps_freebsd_swap.c13
-rw-r--r--devel/libgtop2/pkg-plist6
6 files changed, 7 insertions, 27 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile
index 470ab89..6b5d31a 100644
--- a/devel/libgtop2/Makefile
+++ b/devel/libgtop2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libgtop2
-PORTVERSION= 2.0.5
+PORTVERSION= 2.0.6
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0
diff --git a/devel/libgtop2/distinfo b/devel/libgtop2/distinfo
index cd77291e6..9200c03 100644
--- a/devel/libgtop2/distinfo
+++ b/devel/libgtop2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/libgtop-2.0.5.tar.bz2) = 6d5222cbd0c8ea7782666c364ce99008
+MD5 (gnome2/libgtop-2.0.6.tar.bz2) = 1b538b919fb3a53a2615f1d3e51deeff
diff --git a/devel/libgtop2/files/patch-ltmain.sh b/devel/libgtop2/files/patch-ltmain.sh
index 01d075b..54bbcbc 100644
--- a/devel/libgtop2/files/patch-ltmain.sh
+++ b/devel/libgtop2/files/patch-ltmain.sh
@@ -1,14 +1,5 @@
--- ltmain.sh.orig Sun Aug 24 18:53:15 2003
+++ ltmain.sh Sun Aug 24 18:57:42 2003
-@@ -1050,7 +1050,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
@@ -1060,8 +1060,16 @@
continue
;;
diff --git a/devel/libgtop2/files/patch-support_Makefile.in b/devel/libgtop2/files/patch-support_Makefile.in
index d86420f..e7cf9ec 100644
--- a/devel/libgtop2/files/patch-support_Makefile.in
+++ b/devel/libgtop2/files/patch-support_Makefile.in
@@ -4,7 +4,7 @@
sysdeps_dir = @sysdeps_dir@
sysdeps_suid_lib = @sysdeps_suid_lib@
--supportexecincludedir = $(pkglibdir)/include
+-supportexecincludedir = $(includedir)/gnome/$(GNOME_INTERFACE_VERSION)
+supportexecincludedir = $(includedir)/libgtop-2.0
INCLUDES = -D_GNU_SOURCE
diff --git a/devel/libgtop2/files/patch-sysdeps_freebsd_swap.c b/devel/libgtop2/files/patch-sysdeps_freebsd_swap.c
deleted file mode 100644
index 4896a16..0000000
--- a/devel/libgtop2/files/patch-sysdeps_freebsd_swap.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- sysdeps/freebsd/swap.c.orig Mon Aug 26 20:18:07 2002
-+++ sysdeps/freebsd/swap.c Mon Aug 26 20:19:18 2002
-@@ -369,8 +369,8 @@
-
- buf->flags = _glibtop_sysdeps_swap;
-
-- buf->used = kvmsw[nswdev].ksw_used;
-- buf->total = kvmsw[nswdev].ksw_total;
-+ buf->used = kvmsw[nswdev].ksw_used * getpagesize();
-+ buf->total = kvmsw[nswdev].ksw_total * getpagesize();
-
- buf->free = buf->total - buf->used;
-
diff --git a/devel/libgtop2/pkg-plist b/devel/libgtop2/pkg-plist
index d3adbb9..e028f67 100644
--- a/devel/libgtop2/pkg-plist
+++ b/devel/libgtop2/pkg-plist
@@ -66,6 +66,7 @@ lib/libgtop_sysdeps-2.0.so.2
lib/libgtop_sysdeps_suid-2.0.a
lib/libgtop_sysdeps_suid-2.0.so
lib/libgtop_sysdeps_suid-2.0.so.2
+libdata/pkgconfig/gnome-support-2.0.pc
libdata/pkgconfig/libgtop-2.0.pc
share/locale/am/LC_MESSAGES/libgtop-2.0.mo
share/locale/ar/LC_MESSAGES/libgtop-2.0.mo
@@ -79,9 +80,8 @@ share/locale/cy/LC_MESSAGES/libgtop-2.0.mo
share/locale/da/LC_MESSAGES/libgtop-2.0.mo
share/locale/de/LC_MESSAGES/libgtop-2.0.mo
share/locale/el/LC_MESSAGES/libgtop-2.0.mo
-share/locale/et/LC_MESSAGES/libgtop-2.0.mo
share/locale/es/LC_MESSAGES/libgtop-2.0.mo
-share/locale/es_ES/LC_MESSAGES/libgtop-2.0.mo
+share/locale/et/LC_MESSAGES/libgtop-2.0.mo
share/locale/fa/LC_MESSAGES/libgtop-2.0.mo
share/locale/fi/LC_MESSAGES/libgtop-2.0.mo
share/locale/fr/LC_MESSAGES/libgtop-2.0.mo
@@ -109,9 +109,11 @@ share/locale/ro/LC_MESSAGES/libgtop-2.0.mo
share/locale/ru/LC_MESSAGES/libgtop-2.0.mo
share/locale/sk/LC_MESSAGES/libgtop-2.0.mo
share/locale/sl/LC_MESSAGES/libgtop-2.0.mo
+share/locale/sq/LC_MESSAGES/libgtop-2.0.mo
share/locale/sr/LC_MESSAGES/libgtop-2.0.mo
share/locale/sr@Latn/LC_MESSAGES/libgtop-2.0.mo
share/locale/sv/LC_MESSAGES/libgtop-2.0.mo
+share/locale/ta/LC_MESSAGES/libgtop-2.0.mo
share/locale/tr/LC_MESSAGES/libgtop-2.0.mo
share/locale/uk/LC_MESSAGES/libgtop-2.0.mo
share/locale/vi/LC_MESSAGES/libgtop-2.0.mo
OpenPOWER on IntegriCloud