Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 12:01:39 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179762: [PATCH] converters/p5-Unicode-MapUTF8: correct bad dependency callout
Message-ID:  <201306201201.r5KC1dA9044472@oldred.freebsd.org>
Resent-Message-ID: <201306201210.r5KCA0RD019727@freefall.freebsd.org>

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

>Number:         179762
>Category:       ports
>Synopsis:       [PATCH] converters/p5-Unicode-MapUTF8: correct bad dependency callout
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 12:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The p5-Jcode dependency is referred to as ja-p5-Jcode in this port.  The attached patch will restore the build.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-17 05:55:04.000000000 +0000
+++ Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	p5-Unicode-MapUTF8
-# Date created:				28 February 2002
-# Whom:					Ryan T. Dean <rtdean@cytherianage.net>
-#
+# Created by: Ryan T. Dean <rtdean@cytherianage.net>
 # $FreeBSD: ports/converters/p5-Unicode-MapUTF8/Makefile,v 1.12 2012/11/17 05:55:04 svnexp Exp $
 
 PORTNAME=	Unicode-MapUTF8
@@ -16,7 +13,7 @@ COMMENT=	Perl class that implements conv
 BUILD_DEPENDS=	p5-Unicode-Map>=0:${PORTSDIR}/converters/p5-Unicode-Map \
 		p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String \
 		p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 \
-		ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
+		p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201201.r5KC1dA9044472>