From owner-freebsd-ports Tue Apr 9 11:10: 6 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 933AE37B416 for ; Tue, 9 Apr 2002 11:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g39IA2i45040; Tue, 9 Apr 2002 11:10:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Apr 2002 11:10:02 -0700 (PDT) Message-Id: <200204091810.g39IA2i45040@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Ryan T. Dean" Subject: Re: ports/35406: New port submission Reply-To: "Ryan T. Dean" 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 The following reply was made to PR ports/35406; it has been noted by GNATS. From: "Ryan T. Dean" To: freebsd-gnats-submit@FreeBSD.org, Cc: Subject: Re: ports/35406: New port submission Date: Tue, 9 Apr 2002 13:05:40 -0500 (CDT) > This port seems to need Unicode::Map, but that's not in ports right now. > Do you have a port for that? I do, it has been submitted (I managed to overlook the synopsis field, thats what I get for submitted when trying to do other things) and is in ports/36931. Also, I have a small patch attached here to add the Unicode::Map port as a requirement. Sorry about overlooking that; if theres anything else let me know. --- Makefile.old Tue Apr 9 12:38:08 2002 +++ Makefile Tue Apr 9 12:37:16 2002 @@ -13,7 +13,8 @@ MAINTAINER= rtdean@cytherianage.net -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode RUN_DEPENDS= ${BUILD_DEPENDS} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message