Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2004 09:05:30 +0900
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61557: Update port: lang/gauche (enable iconv)
Message-ID:  <864qusssz9.wl%fuyuki@nigredo.org>
Resent-Message-ID: <200401190010.i0J0AGMr036278@freefall.freebsd.org>

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

>Number:         61557
>Category:       ports
>Synopsis:       Update port: lang/gauche (enable iconv)
>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:   Sun Jan 18 16:10:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2-RELEASE i386

>Description:
Link against the iconv library to enable more CESs in gauche.charconv.

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/lang/gauche/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	17 Dec 2003 11:35:44 -0000	1.20
+++ Makefile	18 Jan 2004 23:40:16 -0000
@@ -16,6 +16,8 @@
 MAINTAINER=	erik@smluc.org
 COMMENT=	Scheme script interpreter with multibyte character handling
 
+LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
+
 # Choices are: "pthreads" and "no", but it seems that FreeBSD does not
 # yet fully support threads with Boehm GC.
 GAUCHE_THREADS?=	no
@@ -32,7 +34,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-threads=${GAUCHE_THREADS} \
 		--enable-multibyte=${GAUCHE_ENCODING} \
-		--with-slib=${PREFIX}/share/slib
+		--with-slib=${LOCALBASE}/share/slib \
+		--with-iconv=${LOCALBASE}
 PLIST_SUB=	VERSION="${PORTVERSION}" \
 		TARGET="${CONFIGURE_TARGET}" \
 		INFOSECTION="${INFOSECTION}"

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864qusssz9.wl%fuyuki>