From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 25 21:06:19 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 388FE1065706 for ; Fri, 25 Jul 2008 21:06:19 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7BD8FC1E for ; Fri, 25 Jul 2008 21:06:18 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2753298fgb.35 for ; Fri, 25 Jul 2008 14:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:to:subject:from :cc:x-send-pr-version:x-gnats-notify:sender:message-id; bh=yc/EW1SGUuEtx2cJTjdg97NQlUQk/82lyMLYYPvTPho=; b=MC2DMWPOZF8AfBJYz3GTHabFmjk/hscT2sdrBLchOasjYHdS0iJmRIlUMdfyUvPnjb cc/QfoJi+dWbCNd+4c5REUCwugaeoa8sk/27xtR1ms25MAdCMysIuDvbAYdkD4OCI/2+ yTyr+WpHIxWSldcAGa8axKSx8k58ooD8k0dV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:cc:x-send-pr-version:x-gnats-notify:sender :message-id; b=OZb8QkIrK6QR36jhI3RHmUnKaQ0/SVejycQdJTpZs1oWF20/in471DnaMHagnE7npD bXSCEbapC2jfMDlvGZZofKacFc/7Do8DHk1TP0O4IFM1xBB0IjBsiSaWfA381UEGr7MK UhmNu6B/m40o0UCX/VAmDiWVccbaAWCIf9RS4= Received: by 10.86.23.17 with SMTP id 17mr350358fgw.44.1217019976972; Fri, 25 Jul 2008 14:06:16 -0700 (PDT) Received: from ghost.pnet.one.pl ( [84.40.242.20]) by mx.google.com with ESMTPS id 4sm14249801fge.5.2008.07.25.14.06.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 25 Jul 2008 14:06:15 -0700 (PDT) Received: by ghost.pnet.one.pl (sSMTP sendmail emulation); Fri, 25 Jul 2008 23:06:12 +0200 Date: Fri, 25 Jul 2008 23:06:12 +0200 To: FreeBSD-gnats-submit@freebsd.org From: Marcin Wisnicki X-send-pr-version: 3.113 X-GNATS-Notify: Sender: =?UTF-8?B?TWFyY2luIFdpxZtuaWNraQ==?= Message-ID: <488a4047.0405560a.4272.68dc@mx.google.com> Cc: gnome@FreeBSD.org Subject: [PATCH] security/gnome-keyring: install pam module in better location X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 21:06:19 -0000 >Submitter-Id: current-users >Originator: Marcin Wisnicki >Organization: >Confidential: no >Synopsis: [PATCH] security/gnome-keyring: install pam module in better location >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.0-STABLE i386 >Environment: System: FreeBSD ghost.pnet.one.pl 7.0-STABLE FreeBSD 7.0-STABLE #15: Fri Jul 25 18:16:53 CEST 2008 >Description: FreeBSD doesn't have /lib/security subdirectory for pam modules and instead stores them directly inside /lib. Other ports that install pam modules adapt this convention to $PREFIX and so should gnome-keyring. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gnome-keyring-2.22.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/gnome-keyring.orig/Makefile /usr/ports/security/gnome-keyring/Makefile --- /usr/ports/security/gnome-keyring.orig/Makefile 2008-07-06 04:34:11.000000000 +0200 +++ /usr/ports/security/gnome-keyring/Makefile 2008-07-25 22:40:47.000000000 +0200 @@ -8,6 +8,7 @@ PORTNAME= gnome-keyring PORTVERSION= 2.22.3 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -27,6 +28,7 @@ USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" GCONF_SCHEMAS= gnome-keyring.schemas .include diff -ruN --exclude=CVS /usr/ports/security/gnome-keyring.orig/pkg-plist /usr/ports/security/gnome-keyring/pkg-plist --- /usr/ports/security/gnome-keyring.orig/pkg-plist 2008-03-24 19:43:45.000000000 +0100 +++ /usr/ports/security/gnome-keyring/pkg-plist 2008-07-25 22:41:19.000000000 +0200 @@ -9,9 +9,9 @@ lib/libgnome-keyring.la lib/libgnome-keyring.so lib/libgnome-keyring.so.0 -lib/security/pam_gnome_keyring.a -lib/security/pam_gnome_keyring.la -lib/security/pam_gnome_keyring.so +lib/pam_gnome_keyring.a +lib/pam_gnome_keyring.la +lib/pam_gnome_keyring.so libdata/pkgconfig/gnome-keyring-1.pc libexec/gnome-keyring-ask share/dbus-1/services/org.gnome.keyring.service @@ -113,7 +113,6 @@ share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo @dirrm %%DOCSDIR%% -@dirrmtry lib/security @dirrm lib/gnome-keyring @dirrm include/gnome-keyring-1 @dirrmtry share/locale/zh_HK/LC_MESSAGES --- gnome-keyring-2.22.3_1.patch ends here ---