From owner-svn-ports-head@FreeBSD.ORG Tue Jun 10 22:09:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06A84C02; Tue, 10 Jun 2014 22:09:54 +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 E7F912860; Tue, 10 Jun 2014 22:09:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AM9rw4048733; Tue, 10 Jun 2014 22:09:53 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AM9rLU048730; Tue, 10 Jun 2014 22:09:53 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406102209.s5AM9rLU048730@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 10 Jun 2014 22:09:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357394 - in head/security/libgnomesu: . files 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 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, 10 Jun 2014 22:09:54 -0000 Author: amdmi3 Date: Tue Jun 10 22:09:53 2014 New Revision: 357394 URL: http://svnweb.freebsd.org/changeset/ports/357394 QAT: https://qat.redports.org/buildarchive/r357394/ Log: - Support staging - Switch to USES=libtool, drop .la files Added: head/security/libgnomesu/files/pkg-message.in - copied unchanged from r356240, head/security/libgnomesu/pkg-message Deleted: head/security/libgnomesu/pkg-message Modified: head/security/libgnomesu/Makefile head/security/libgnomesu/pkg-plist Modified: head/security/libgnomesu/Makefile ============================================================================== --- head/security/libgnomesu/Makefile Tue Jun 10 22:08:00 2014 (r357393) +++ head/security/libgnomesu/Makefile Tue Jun 10 22:09:53 2014 (r357394) @@ -4,33 +4,33 @@ PORTNAME= libgnomesu PORTVERSION= 1.0.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security gnome MASTER_SITES= http://members.chello.nl/~h.lai/libgnomesu/ MAINTAINER= ports@FreeBSD.org COMMENT= Library and frontend for running commands as root -USE_AUTOTOOLS= libtool -USES= pathfix gmake pkgconfig +USES= pathfix gmake pkgconfig libtool +GNU_CONFIGURE= yes USE_GNOME= gnomeprefix libgnomeui CONFIGURE_ARGS+=--disable-install-pam CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes +SUB_FILES= pkg-message + +OPTIONS_DEFINE= DOCS EXAMPLES + post-patch: @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/src/Makefile.in post-install: - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.sample ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/api.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/libgnomesu.css ${DOCSDIR} -.endif - @${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g" ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.sample ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/api.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/libgnomesu.css ${STAGEDIR}${DOCSDIR} .include Copied: head/security/libgnomesu/files/pkg-message.in (from r356240, head/security/libgnomesu/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgnomesu/files/pkg-message.in Tue Jun 10 22:09:53 2014 (r357394, copy of r356240, head/security/libgnomesu/pkg-message) @@ -0,0 +1,12 @@ + +#################################################### + +The gnomesu part of libgnomesu will use su(1) without +any further work. To utilize the PAM support, however, +you must perform the following: + + cp %%EXAMPLESDIR%%/gnomesu-pam.sample \ + /etc/pam.d/gnomesu-pam + +#################################################### + Modified: head/security/libgnomesu/pkg-plist ============================================================================== --- head/security/libgnomesu/pkg-plist Tue Jun 10 22:08:00 2014 (r357393) +++ head/security/libgnomesu/pkg-plist Tue Jun 10 22:09:53 2014 (r357394) @@ -1,10 +1,9 @@ bin/gnomesu include/libgnomesu-1.0/libgnomesu/gnomesu-auth-dialog.h include/libgnomesu-1.0/libgnomesu/libgnomesu.h -lib/libgnomesu.a -lib/libgnomesu.la lib/libgnomesu.so -lib/libgnomesu.so.2 +lib/libgnomesu.so.0 +lib/libgnomesu.so.0.2.0 libdata/pkgconfig/libgnomesu-1.0.pc libexec/gnomesu-backend libexec/gnomesu-pam-backend