From nobody@FreeBSD.org  Thu Jun 20 10:01:41 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 829EE752
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 10:01:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 7680E197F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 10:01:41 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KA1fY6068737
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 10:01:41 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KA1fpR068736;
	Thu, 20 Jun 2013 10:01:41 GMT
	(envelope-from nobody)
Message-Id: <201306201001.r5KA1fpR068736@oldred.freebsd.org>
Date: Thu, 20 Jun 2013 10:01:41 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] japanese/kcode: fix bad RUN_DEPENDENCY
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179755
>Category:       ports
>Synopsis:       [PATCH] japanese/kcode: fix bad RUN_DEPENDENCY
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 10:10:00 UTC 2013
>Closed-Date:    Sat Jun 22 09:13:12 UTC 2013
>Last-Modified:  Sat Jun 22 09:13:12 UTC 2013
>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:

From: John Marino <draco@marino.st>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179755: [PATCH] japanese/kcode: fix bad RUN_DEPENDENCY
Date: Thu, 20 Jun 2013 15:15:18 +0200

 Please withdraw the PR.
 This was caused by a missing japanese/Makefile.inc.
 It is a dports problem, not a FreeBSD problem.
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Sat Jun 22 09:13:12 UTC 2013 
State-Changed-Why:  
Closed per submitter request 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179755 
>Unformatted:
