Date: Tue, 9 Apr 2002 11:10:02 -0700 (PDT) From: "Ryan T. Dean" <rtdean@cytherianage.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/35406: New port submission Message-ID: <200204091810.g39IA2i45040@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/35406; it has been noted by GNATS. From: "Ryan T. Dean" <rtdean@cytherianage.net> To: freebsd-gnats-submit@FreeBSD.org, <rtdean@cytherianage.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204091810.g39IA2i45040>