From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 20 09:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 87D96680 for ; Thu, 20 Jun 2013 09:30: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 56D6317AE for ; Thu, 20 Jun 2013 09:30: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 r5K9U0p7075631 for ; Thu, 20 Jun 2013 09:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5K9U0V3075630; Thu, 20 Jun 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jun 2013 09:30:00 GMT Resent-Message-Id: <201306200930.r5K9U0V3075630@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 86D8264F for ; Thu, 20 Jun 2013 09:27:40 +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 7714F1797 for ; Thu, 20 Jun 2013 09:27:40 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5K9RepD016549 for ; Thu, 20 Jun 2013 09:27:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5K9Rexa016548; Thu, 20 Jun 2013 09:27:40 GMT (envelope-from nobody) Message-Id: <201306200927.r5K9Rexa016548@oldred.freebsd.org> Date: Thu, 20 Jun 2013 09:27:40 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179749: [PATCH] textproc/p5-xmltv: Fix BUILD/RUN_DEPENDS bad reference 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 09:30:00 -0000 >Number: 179749 >Category: ports >Synopsis: [PATCH] textproc/p5-xmltv: Fix BUILD/RUN_DEPENDS bad reference >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 09:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: The dependency in question has a pkgname base of p5-Text-Kakasi, not ja-p5-Text-Kakasi. Apparently the bsd.*.mk files are catching these errors now, so the attached patch will allow this port to build again. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-11-17 06:02:14.000000000 +0000 +++ Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmltv -# Date created: Mon Nov 4 02:56:34 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD: ports/textproc/p5-xmltv/Makefile,v 1.43 2012/11/17 06:02:14 svnexp Exp $ -# PORTNAME= xmltv PORTVERSION= 0.5.61 @@ -29,7 +25,7 @@ XMLTV_DEPENDS= \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Tk-TableMatrix>=0:${PORTSDIR}/x11-toolkits/p5-Tk-TableMatrix \ - ja-p5-Text-Kakasi>=0:${PORTSDIR}/japanese/p5-Text-Kakasi \ + p5-Text-Kakasi>=0:${PORTSDIR}/japanese/p5-Text-Kakasi \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ >Release-Note: >Audit-Trail: >Unformatted: