From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 20 10:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FA08B3D for ; Thu, 20 Jun 2013 10:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2D519EF for ; Thu, 20 Jun 2013 10:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KAA08q010173 for ; Thu, 20 Jun 2013 10:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5KAA0Vr010170; Thu, 20 Jun 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jun 2013 10:10:00 GMT Resent-Message-Id: <201306201010.r5KAA0Vr010170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 829EE752 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179755: [PATCH] japanese/kcode: fix bad RUN_DEPENDENCY X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 10:10:00 -0000 >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 -# +# Created by: Akinori MUSHA aka knu # $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: