summaryrefslogtreecommitdiff
path: root/x11-toolkits/libzvt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-03 04:22:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-03 04:22:41 +0000
commitf8345466c36ddd807eb69d7ad41ba7d42af90c8e (patch)
tree61b1071aad9375e70c9b46a1cc60c66f54d66330 /x11-toolkits/libzvt
parentUpdate to 0.5.6 which fixes some persistent crashes. (diff)
Make sure that gnome-pty-helper is installed setuid to root. This fixes
a bug where commands like mesg would fail in gnome-terminal. Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=71334
Diffstat (limited to 'x11-toolkits/libzvt')
-rw-r--r--x11-toolkits/libzvt/Makefile1
-rw-r--r--x11-toolkits/libzvt/files/patch-configure19
2 files changed, 14 insertions, 6 deletions
diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile
index d201a61d9cf9..93c78b596bad 100644
--- a/x11-toolkits/libzvt/Makefile
+++ b/x11-toolkits/libzvt/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libzvt
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
diff --git a/x11-toolkits/libzvt/files/patch-configure b/x11-toolkits/libzvt/files/patch-configure
index e2e4f4b47992..4ad2981352da 100644
--- a/x11-toolkits/libzvt/files/patch-configure
+++ b/x11-toolkits/libzvt/files/patch-configure
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- configure 2002/04/26 13:00:17 1.1
-+++ configure 2002/04/26 13:01:55
-@@ -6884,6 +6884,7 @@
+--- configure.orig Sat Nov 30 21:07:06 2002
++++ configure Sat Nov 30 21:07:31 2002
+@@ -7115,6 +7115,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -11,3 +8,13 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -8339,6 +8340,9 @@
+ case "$host" in
+ *-*-darwin*)
+ PTY_HELPER_GID=admin
++ ;;
++ *-*-freebsd*)
++ PTY_HELPER_GID=wheel
+ ;;
+ esac
+