From owner-freebsd-ports Sat Apr 20 19: 0: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67B6B37B405 for ; Sat, 20 Apr 2002 19:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3L202f17381; Sat, 20 Apr 2002 19:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB1F337B41A for ; Sat, 20 Apr 2002 18:59:34 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3L1xYh17254; Sat, 20 Apr 2002 18:59:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200204210159.g3L1xYh17254@freefall.freebsd.org> Date: Sat, 20 Apr 2002 18:59:34 -0700 (PDT) From: Fuyuhiko Maruyama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/37302: ruby-xmlparser doesn't read encodings from p5-XML-Parser. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37302 >Category: ports >Synopsis: ruby-xmlparser doesn't read encodings from p5-XML-Parser. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 20 19:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Fuyuhiko Maruyama >Release: FreeBSD 5.0-CURRENT >Organization: Tokyo Institute of Technology >Environment: FreeBSD guns.private 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Apr 21 01:22:20 JST 2002 maruyama@guns.private:/usr/obj/usr/src/sys/GUNS i386 >Description: textproc/ruby-xmlparser doesn't read any encodings installed with textproc/p5-XML-Parser because of misconfiguration of ruby-xmlparser port. `misconfiguration' means that current port of ruby-xmlparser don't specify the path to p5-XML-Parser's encodings explicitly, therefore, ruby-xmlparser is configured to search them under /usr/libdata/perl/... >How-To-Repeat: install textproc/ruby-xmlparser. Write some ruby script and XML text specifying an encoding supported by p5-XML-Parser. >Fix: Specify the path to perl-enc-map as CONFIGURE_ARGS like: --- Makefile 25 Sep 2001 16:36:56 -0000 1.14 +++ Makefile 21 Apr 2002 01:37:17 -0000 @@ -30,7 +30,7 @@ PERL_ARCHLIB= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} WRKSRC= ${WRKDIR}/${PORTNAME} -CONFIGURE_ARGS= --with-perl-enc-map +CONFIGURE_ARGS= --with-perl-enc-map=${PERL_ARCHLIB}/XML/Parser/Encodings INSTALL_TARGET= site-install >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message