ports/134354: [patch] Fix to confman port

Chris Cowart ccowart at timesinks.net
Fri May 8 01:10:04 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list