ports/179755: [PATCH] japanese/kcode: fix bad RUN_DEPENDENCY

John Marino draco at marino.st
Thu Jun 20 10:10:00 UTC 2013


>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 at idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu at 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:


More information about the freebsd-ports-bugs mailing list