diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-09 05:52:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-09 05:52:01 +0000 |
commit | b1bebf17e9cbe7e09c8ebc6712b345a325be7f66 (patch) | |
tree | 13ea441b3e2b0a1bdb80ccbc9a13f9793a8667ce /devel | |
parent | 1. Upgrade 2.0.35 --> 2.0.36 (diff) |
Correct the name of libgtop_server2 in some key places, and set the
libgtop_server2 binary setgid to kmem. Bump PORTREVISION.
Brought to light by: gnome-system-monitor
Notes
Notes:
svn path=/head/; revision=58783
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgtop2/Makefile | 3 | ||||
-rw-r--r-- | devel/libgtop2/files/patch-configure | 13 |
2 files changed, 14 insertions, 2 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 32010df1384c..c6a4fae2cbbf 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgtop2 PORTVERSION= 1.90.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta4 @@ -36,5 +37,7 @@ post-install: install-info --section="Programming \& development tools" \ --entry="* libgtop2: (libgtop2). libgtop2 programming manual" \ ${PREFIX}/info/libgtop2.info ${PREFIX}/info/dir + @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 + @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 .include <bsd.port.mk> diff --git a/devel/libgtop2/files/patch-configure b/devel/libgtop2/files/patch-configure index f26f6d731684..d62e2fc92512 100644 --- a/devel/libgtop2/files/patch-configure +++ b/devel/libgtop2/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Mon Apr 29 12:37:16 2002 -+++ configure Mon Apr 29 12:44:17 2002 +--- configure.orig Sun Feb 10 09:30:14 2002 ++++ configure Thu May 9 01:40:00 2002 @@ -1249,10 +1249,10 @@ # The aliases save the names the user supplied, while $host etc. @@ -36,6 +36,15 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -15639,7 +15640,7 @@ + LIBGTOP_GUILE_LIBS="$LIBGTOP_LIBS" + LIBGTOP_GUILE_INCS="$LIBGTOP_INCS" + LIBGTOP_BINDIR='$(bindir)' +-LIBGTOP_SERVER='$(bindir)/libgtop_server' ++LIBGTOP_SERVER='$(bindir)/libgtop_server2' + + sysdeps_dir="$libgtop_sysdeps_dir" + @@ -15688,7 +15689,7 @@ if test x$libgtop_need_server = xyes ; then |