pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdelibs3 kgrantpty permissions are set properly in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d97e113da799
branches:  trunk
changeset: 475180:d97e113da799
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue May 11 12:17:21 2004 +0000

description:
kgrantpty permissions are set properly in the kde Makefile so we dont
need to fix up here.

diffstat:

 x11/kdelibs3/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 34b639c02dc6 -r d97e113da799 x11/kdelibs3/Makefile
--- a/x11/kdelibs3/Makefile     Tue May 11 12:16:42 2004 +0000
+++ b/x11/kdelibs3/Makefile     Tue May 11 12:17:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2004/04/21 13:23:57 markd Exp $
+# $NetBSD: Makefile,v 1.59 2004/05/11 12:17:21 markd Exp $
 
 DISTNAME=      kdelibs-${_KDE_VERSION}
 PKGREVISION=   1
@@ -38,13 +38,6 @@
        kdeui/ksconfig.cpp \
        kio/kssl/kopenssl.cc
 
-# Several programs need to be setuid-root, but due to the way that KDE3
-# finds executables, the files must have their read bit set so that
-# KStandardDir::findResource() will find them.
-#
-_KDE_SETUID_ROOT=      ${ROOT_USER} ${ROOT_GROUP} 4755
-SPECIAL_PERMS+=        ${PREFIX}/bin/kgrantpty ${_KDE_SETUID_ROOT}
-
 pre-configure:
        @for i in ${FIXUP_FILES}; do \
                ${SED} -e 's:@LOCALBASE@:${LOCALBASE}:g' \



Home | Main Index | Thread Index | Old Index