From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 8 01:10:04 2009 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 1B2291065673 for ; Fri, 8 May 2009 01:10:04 +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 D15EB8FC15 for ; Fri, 8 May 2009 01:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n481A3DQ072968 for ; Fri, 8 May 2009 01:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n481A3gF072967; Fri, 8 May 2009 01:10:03 GMT (envelope-from gnats) Resent-Date: Fri, 8 May 2009 01:10:03 GMT Resent-Message-Id: <200905080110.n481A3gF072967@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, Chris Cowart Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25A9C106564A for ; Fri, 8 May 2009 01:05:36 +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 14B7E8FC16 for ; Fri, 8 May 2009 01:05:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4815Z2P039962 for ; Fri, 8 May 2009 01:05:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4815Zv9039953; Fri, 8 May 2009 01:05:35 GMT (envelope-from nobody) Message-Id: <200905080105.n4815Zv9039953@www.freebsd.org> Date: Fri, 8 May 2009 01:05:35 GMT From: Chris Cowart To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/134354: [patch] Fix to confman port 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: Fri, 08 May 2009 01:10:04 -0000 >Number: 134354 >Category: ports >Synopsis: [patch] Fix to confman port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 08 01:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Cowart >Release: 7.1 >Organization: >Environment: FreeBSD jayne.timesinks.net 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sun Mar 22 12:35:36 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: I missed an important configuration option in the original port submission. Enclosed is the required patch. >How-To-Repeat: >Fix: The attached patch. Patch attached with submission follows: diff -rub /usr/ports/sysutils/confman/Makefile confman/Makefile --- /usr/ports/sysutils/confman/Makefile 2009-05-07 10:40:06.000000000 -0700 +++ confman/Makefile 2009-05-07 17:56:29.000000000 -0700 @@ -2,11 +2,12 @@ # Date created: 6 May 2009 # Whom: ccowart@timesinks.net # -# $FreeBSD: ports/sysutils/confman/Makefile,v 1.1 2009/05/07 17:40:06 garga Exp $ +# $FreeBSD$ # PORTNAME= confman PORTVERSION= 1.9.0b +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.timesinks.net/distfiles/ @@ -19,6 +20,8 @@ GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --localstatedir=/var + MAN5= confman.conf.5 MAN8= confadmin.8 confaudit.8 confexport.8 confman.8 confsync.8 >Release-Note: >Audit-Trail: >Unformatted: