diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-01 10:04:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-01 10:04:43 +0800 |
commit | 47d38eb88b47721fac1431472b507581d3f0bc3f (patch) | |
tree | d85068cb5c8ff3e0a583b6e9c38ab06480d82898 /x11-toolkits/libzvt | |
parent | 14cbd246972fe574f54e58f10e49378454936992 (diff) | |
download | marcuscom-ports-47d38eb88b47721fac1431472b507581d3f0bc3f.tar marcuscom-ports-47d38eb88b47721fac1431472b507581d3f0bc3f.tar.gz marcuscom-ports-47d38eb88b47721fac1431472b507581d3f0bc3f.tar.bz2 marcuscom-ports-47d38eb88b47721fac1431472b507581d3f0bc3f.tar.lz marcuscom-ports-47d38eb88b47721fac1431472b507581d3f0bc3f.tar.xz marcuscom-ports-47d38eb88b47721fac1431472b507581d3f0bc3f.tar.zst marcuscom-ports-47d38eb88b47721fac1431472b507581d3f0bc3f.zip |
Make sure gnome-pty-helper is installed with setuid permissions.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@214 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libzvt')
-rw-r--r-- | x11-toolkits/libzvt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libzvt/files/patch-configure | 19 |
2 files changed, 14 insertions, 7 deletions
diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile index cde771153..dc5a39d2a 100644 --- a/x11-toolkits/libzvt/Makefile +++ b/x11-toolkits/libzvt/Makefile @@ -7,7 +7,7 @@ PORTNAME= libzvt PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTREVISION= 4 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 d12986f77..c4ddc9ef7 100644 --- a/x11-toolkits/libzvt/files/patch-configure +++ b/x11-toolkits/libzvt/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD: ports/x11-toolkits/libzvt/files/patch-configure,v 1.1 2002/04/26 13:52:08 sobomax Exp $ - ---- configure 2002/04/26 13:00:17 1.1 -+++ configure 2002/04/26 13:01:55 -@@ -6884,6 +6884,7 @@ +--- configure.orig Mon Jun 24 11:41:40 2002 ++++ configure Sat Nov 30 21:02:28 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: ports/x11-toolkits/libzvt/files/patch-configure,v 1.1 2002/04/26 13:52 # 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 + |