Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2007 03:17:31 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        x11@FreeBSD.org
Subject:   ports/113263: [PATCH] x11/luit: fix path for locale.alias
Message-ID:  <200706021917.l52JHVda070899@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200706021920.l52JK2c1037689@freefall.freebsd.org>

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

>Number:         113263
>Category:       ports
>Synopsis:       [PATCH] x11/luit: fix path for locale.alias
>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:   Sat Jun 02 19:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- After recent commit to libX11, locale.alias is in the default path
  (lib/X11/...), remove the unnecessary --with-localealiasfile, which
  breaks luit
- pet portlint about COMMENT

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

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

--- luit-1.0.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/x11/luit/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	19 May 2007 20:27:04 -0000	1.1
+++ Makefile	2 Jun 2007 19:16:14 -0000
@@ -7,19 +7,17 @@
 
 PORTNAME=	luit
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
-COMMENT=	Locale and ISO 2022 support for Unicode terminals.
+COMMENT=	Locale and ISO 2022 support for Unicode terminals
 
 XORG_CAT=	app
 USE_XORG=	x11 fontenc
 
 PLIST_FILES=	bin/luit
 
-CONFIGURE_ARGS=	--with-localealiasfile=${LOCALBASE}/share/X11/locale/locale.alias
-
 MAN1=		luit.1
 
 .if !defined(WITH_SETUID_LUIT)
--- luit-1.0.2_2.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?200706021917.l52JHVda070899>