Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 09:27:40 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179749: [PATCH] textproc/p5-xmltv: Fix BUILD/RUN_DEPENDS bad reference
Message-ID:  <201306200927.r5K9Rexa016548@oldred.freebsd.org>
Resent-Message-ID: <201306200930.r5K9U0V3075630@freefall.freebsd.org>

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

>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 <lioux@FreeBSD.org>
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
 # $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:



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