Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2009 12:43:47 -0700 (PDT)
From:      Julien Laffaye <kimelto@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@FreeBSD.org
Subject:   ports/133761: [PATCH] devel/rsvndump: disable NLS (in order to fix mtree)
Message-ID:  <49e638f3.1438560a.2de6.ffffe93c@mx.google.com>
Resent-Message-ID: <200904151950.n3FJo1B9050615@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133761
>Category:       ports
>Synopsis:       [PATCH] devel/rsvndump: disable NLS (in order to fix mtree)
>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:   Wed Apr 15 19:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD laptop.kimelto.eu 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC
>Description:
Disable NLS as ${DATADIR}/locale is not listed in the plist.
It may fix the problem pointed out by QAT.

Port maintainer (glarkin@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rsvndump-0.4.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/rsvndump.orig/Makefile /usr/ports/devel/rsvndump/Makefile
--- /usr/ports/devel/rsvndump.orig/Makefile	2009-04-15 21:33:20.000000000 +0200
+++ /usr/ports/devel/rsvndump/Makefile	2009-04-15 21:33:57.000000000 +0200
@@ -15,6 +15,7 @@
 COMMENT=	Remote Subversion repository dumpfile generator

 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=--disable-nls

 MAN1=		rsvndump.1
 PLIST_FILES+=	bin/rsvndump
--- rsvndump-0.4.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49e638f3.1438560a.2de6.ffffe93c>