From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 20:36:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC37090C; Tue, 3 Feb 2015 20:36:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E233AB6; Tue, 3 Feb 2015 20:36:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13KaX4v060125; Tue, 3 Feb 2015 20:36:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13KaX11060123; Tue, 3 Feb 2015 20:36:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032036.t13KaX11060123@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 20:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378374 - head/security/libgnomesu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 20:36:33 -0000 Author: amdmi3 Date: Tue Feb 3 20:36:32 2015 New Revision: 378374 URL: https://svnweb.freebsd.org/changeset/ports/378374 QAT: https://qat.redports.org/buildarchive/r378374/ Log: - Fix install by plain user (properly handle suid files in plist) - Drop @dirrm* from plist Modified: head/security/libgnomesu/Makefile head/security/libgnomesu/pkg-plist Modified: head/security/libgnomesu/Makefile ============================================================================== --- head/security/libgnomesu/Makefile Tue Feb 3 20:14:39 2015 (r378373) +++ head/security/libgnomesu/Makefile Tue Feb 3 20:36:32 2015 (r378374) @@ -14,7 +14,8 @@ COMMENT= Library and frontend for runnin USES= gmake gettext-tools libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix libgnomeui -CONFIGURE_ARGS+=--disable-install-pam +CONFIGURE_ARGS+=--disable-install-pam \ + --disable-setuid-error CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib Modified: head/security/libgnomesu/pkg-plist ============================================================================== --- head/security/libgnomesu/pkg-plist Tue Feb 3 20:14:39 2015 (r378373) +++ head/security/libgnomesu/pkg-plist Tue Feb 3 20:36:32 2015 (r378374) @@ -5,8 +5,8 @@ lib/libgnomesu.so lib/libgnomesu.so.0 lib/libgnomesu.so.0.2.0 libdata/pkgconfig/libgnomesu-1.0.pc -libexec/gnomesu-backend -libexec/gnomesu-pam-backend +@(,,6111) libexec/gnomesu-backend +@(,,6111) libexec/gnomesu-pam-backend %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/libgnomesu.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnomesu-pam.sample @@ -49,7 +49,3 @@ share/locale/sv/LC_MESSAGES/libgnomesu-1 share/locale/tr/LC_MESSAGES/libgnomesu-1.0.mo share/locale/zh_CN/LC_MESSAGES/libgnomesu-1.0.mo share/locale/zh_TW/LC_MESSAGES/libgnomesu-1.0.mo -@dirrm include/libgnomesu-1.0/libgnomesu -@dirrm include/libgnomesu-1.0 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%