Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 10:01:41 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179755: [PATCH] japanese/kcode: fix bad RUN_DEPENDENCY
Message-ID:  <201306201001.r5KA1fpR068736@oldred.freebsd.org>
Resent-Message-ID: <201306201010.r5KAA0Vr010170@freefall.freebsd.org>

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

>Number:         179755
>Category:       ports
>Synopsis:       [PATCH] japanese/kcode: fix bad RUN_DEPENDENCY
>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 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The dependency in question has a pkgname of p5-Jcode, not ja-p5-Jcode.  The attached patch will restore the build.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-07-14 13:54:48.000000000 +0000
+++ Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	kcode
-# Date created:		26 October 2004
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD: japanese/kcode/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	kcode
 PORTVERSION=	1.0
@@ -24,7 +20,7 @@ MANLANG=	ja
 MAN1=		kcode.1
 MANCOMPRESSED=	no
 
-RUN_DEPENDS=	ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
+RUN_DEPENDS=	p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
 
 do-extract:
 	${MKDIR} ${WRKSRC}


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



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