Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 18:08:24 +0200 (CEST)
From:      Jean-Yves Lefort <jylefort@brutele.be>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68148: Update port: audio/streamtuner (fix localedir)
Message-ID:  <20040620160824.5680922E28@jsite.lefort.net>
Resent-Message-ID: <200406201610.i5KGALbB040323@freefall.freebsd.org>

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

>Number:         68148
>Category:       ports
>Synopsis:       Update port: audio/streamtuner (fix localedir)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 20 16:10:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu May 27 14:42:30 CEST 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
Now points the compiled-in LOCALEDIR to the correct location.
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/audio/streamtuner/Makefile streamtuner/Makefile
--- /usr/ports/audio/streamtuner/Makefile	Thu May 13 04:24:23 2004
+++ streamtuner/Makefile	Sun Jun 20 18:01:46 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=		streamtuner
 PORTVERSION=		0.12.3
+PORTREVISION=		1
 CATEGORIES=		audio www
 MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN /usr/ports/audio/streamtuner/files/patch-configure streamtuner/files/patch-configure
--- /usr/ports/audio/streamtuner/files/patch-configure	Thu Jan  1 01:00:00 1970
+++ streamtuner/files/patch-configure	Sun Jun 20 18:01:30 2004
@@ -0,0 +1,11 @@
+--- configure.orig	Sun Jun 20 18:00:57 2004
++++ configure	Sun Jun 20 18:01:19 2004
+@@ -20531,7 +20531,7 @@
+ if test "x$CATOBJEXT" = "x.mo" ; then
+   localedir=`eval echo "${libdir}/locale"`
+ else
+-  localedir=`eval echo "${datadir}/locale"`
++  localedir=`eval echo "${prefix}/share/locale"`
+ fi
+ prefix="$glib_save_prefix"
+ exec_prefix="$glib_save_exec_prefix"
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040620160824.5680922E28>