From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 15 14:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6059D1065672 for ; Mon, 15 Sep 2008 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7358FC08 for ; Mon, 15 Sep 2008 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8FEA1lJ011650 for ; Mon, 15 Sep 2008 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8FEA1ts011649; Mon, 15 Sep 2008 14:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 15 Sep 2008 14:10:01 GMT Resent-Message-Id: <200809151410.m8FEA1ts011649@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, aZ Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46F211065670 for ; Mon, 15 Sep 2008 14:02:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3680E8FC13 for ; Mon, 15 Sep 2008 14:02:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8FE2V02031537 for ; Mon, 15 Sep 2008 14:02:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8FE2Vh2031536; Mon, 15 Sep 2008 14:02:31 GMT (envelope-from nobody) Message-Id: <200809151402.m8FE2Vh2031536@www.freebsd.org> Date: Mon, 15 Sep 2008 14:02:31 GMT From: aZ To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127399: [UPDATE] security/gnome-keyring: add option to disable HAL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 14:10:01 -0000 >Number: 127399 >Category: ports >Synopsis: [UPDATE] security/gnome-keyring: add option to disable HAL >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 15 14:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: aZ >Release: 7.1-PRERELEASE >Organization: >Environment: FreeBSD localhost 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Sep 14 23:05:22 EEST 2008 az@localhost:/usr/obj/usr/src/sys/localhost i386 >Description: [UPDATE] security/gnome-keyring: add option to disable HAL >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile-old 2008-07-27 23:11:10.000000000 +0300 +++ Makefile-new 2008-09-15 16:48:34.000000000 +0300 @@ -2,13 +2,13 @@ # Date Created: 08 December 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/security/gnome-keyring/Makefile,v 1.36 2008/07/27 20:11:10 marcus Exp $ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.59 2008/03/09 18:30:40 mezz Exp $ +# $FreeBSD: $ +# $MCom: $ # PORTNAME= gnome-keyring PORTVERSION= 2.22.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,8 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - tasn1.3:${PORTSDIR}/security/libtasn1 \ +LIB_DEPENDS= tasn1.3:${PORTSDIR}/security/libtasn1 \ gcrypt.15:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes @@ -31,4 +30,14 @@ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gnome-keyring.schemas -.include +OPTIONS= HAL "Use HAL for keys on removable drives" on + +.include + +.ifdef WITHOUT_HAL +CONFIGURE_ARGS+= --disable-hal +.else +LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal +.endif + +.include >Release-Note: >Audit-Trail: >Unformatted: