diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 09:39:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 09:39:45 +0000 |
commit | fe09ae9f1cc07a0ae504b60366ca0e7b3d909a31 (patch) | |
tree | e16b8d89bd778531fe2b0bb25d7f7a7bfda9e29f /devel/libstatgrab | |
parent | 0428d161b2fec40632781dd104e1b9365be71317 (diff) | |
download | ports-fe09ae9f1cc07a0ae504b60366ca0e7b3d909a31.tar.gz ports-fe09ae9f1cc07a0ae504b60366ca0e7b3d909a31.zip |
Notes
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 9 | ||||
-rw-r--r-- | devel/libstatgrab/distinfo | 4 | ||||
-rw-r--r-- | devel/libstatgrab/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libstatgrab/pkg-plist | 2 |
4 files changed, 8 insertions, 17 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 6449942ec8f9..53291bfafe39 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libstatgrab -PORTVERSION= 0.8.2 +PORTVERSION= 0.9 CATEGORIES= devel MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ @@ -21,12 +21,12 @@ DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack pkgconfig lthack MAN3= cpu_percent_usage.3 get_cpu_diff.3 get_cpu_totals.3 \ get_diskio_stats.3 get_diskio_stats_diff.3 get_general_stats.3 \ - get_load_stats.3 get_memory_stats.3 get_network_stats.3 \ - get_network_stats_diff.3 get_page_stats.3 \ + get_load_stats.3 get_memory_stats.3 get_network_iface_stats.3 \ + get_network_stats.3 get_network_stats_diff.3 get_page_stats.3 \ get_page_stats_diff.3 get_process_stats.3 get_swap_stats.3 \ get_user_stats.3 statgrab.3 @@ -46,6 +46,7 @@ PLIST_SUB+= SAIDAR="@comment " PLIST_SUB+= SAIDAR="" .endif +# setgid kmem binaries needed on FreeBSD 4 only .if defined(WITHOUT_SETGID_BINARIES) CONFIGURE_ARGS+= --disable-setgid-binaries .endif diff --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo index 19c5fa11ec0e..b311a23e3280 100644 --- a/devel/libstatgrab/distinfo +++ b/devel/libstatgrab/distinfo @@ -1,2 +1,2 @@ -MD5 (i-scream/libstatgrab-0.8.2.tar.gz) = 41ebe054a2579090e1e25ab998b08ed0 -SIZE (i-scream/libstatgrab-0.8.2.tar.gz) = 384775 +MD5 (i-scream/libstatgrab-0.9.tar.gz) = e543d38bcdd2c2dfe71321ed91a0ab94 +SIZE (i-scream/libstatgrab-0.9.tar.gz) = 396709 diff --git a/devel/libstatgrab/files/patch-configure b/devel/libstatgrab/files/patch-configure deleted file mode 100644 index 01bd30fa8747..000000000000 --- a/devel/libstatgrab/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue Aug 26 08:10:39 2003 -+++ configure Tue Aug 26 08:10:54 2003 -@@ -7856,6 +7856,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/libstatgrab/pkg-plist b/devel/libstatgrab/pkg-plist index 782ed063e0a2..8278bdc39dc4 100644 --- a/devel/libstatgrab/pkg-plist +++ b/devel/libstatgrab/pkg-plist @@ -5,6 +5,6 @@ include/statgrab.h lib/libstatgrab.a lib/libstatgrab.so -lib/libstatgrab.so.3 +lib/libstatgrab.so.4 libdata/pkgconfig/libstatgrab.pc @unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true |