Date: Fri, 8 May 2009 01:05:35 GMT From: Chris Cowart <ccowart@timesinks.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134354: [patch] Fix to confman port Message-ID: <200905080105.n4815Zv9039953@www.freebsd.org> Resent-Message-ID: <200905080110.n481A3gF072967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905080105.n4815Zv9039953>