aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-05-09 13:52:01 +0800
committermarcus <marcus@FreeBSD.org>2002-05-09 13:52:01 +0800
commit05733ede0e1b78cbb2bbc4cc6732ac22af5ab14e (patch)
treea40ce575b9c7dcaa7d2541285737448e9ece9077 /devel
parent4cacdd23180d16b68a80944c3700b94a4e67830a (diff)
downloadfreebsd-ports-gnome-05733ede0e1b78cbb2bbc4cc6732ac22af5ab14e.tar.gz
freebsd-ports-gnome-05733ede0e1b78cbb2bbc4cc6732ac22af5ab14e.tar.zst
freebsd-ports-gnome-05733ede0e1b78cbb2bbc4cc6732ac22af5ab14e.zip
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
Diffstat (limited to 'devel')
-rw-r--r--devel/libgtop2/Makefile3
-rw-r--r--devel/libgtop2/files/patch-configure13
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