From dikshie@cpu.sfc.wide.ad.jp  Tue Apr  3 10:00:46 2007
Return-Path: <dikshie@cpu.sfc.wide.ad.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 80B1B16A402
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Apr 2007 10:00:46 +0000 (UTC)
	(envelope-from dikshie@cpu.sfc.wide.ad.jp)
Received: from cpu.sfc.wide.ad.jp (cpu.sfc.wide.ad.jp [203.178.142.143])
	by mx1.freebsd.org (Postfix) with ESMTP id 29AF113C468
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Apr 2007 10:00:45 +0000 (UTC)
	(envelope-from dikshie@cpu.sfc.wide.ad.jp)
Received: from cpu.sfc.wide.ad.jp (localhost [127.0.0.1])
	by cpu.sfc.wide.ad.jp (8.13.8/8.13.1) with ESMTP id l339Xsr0096755
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 3 Apr 2007 18:33:54 +0900 (JST)
	(envelope-from dikshie@cpu.sfc.wide.ad.jp)
Received: (from dikshie@localhost)
	by cpu.sfc.wide.ad.jp (8.13.8/8.13.1/Submit) id l339XsOS096754;
	Tue, 3 Apr 2007 18:33:54 +0900 (JST)
	(envelope-from dikshie)
Message-Id: <200704030933.l339XsOS096754@cpu.sfc.wide.ad.jp>
Date: Tue, 3 Apr 2007 18:33:54 +0900 (JST)
From: Dikshie <dikshie@lapi.itb.ac.id>
Reply-To: Dikshie <dikshie@lapi.itb.ac.id>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net/p5-IP-Country missing dependencies
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111183
>Category:       ports
>Synopsis:       net/p5-IP-Country missing dependencies
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 03 10:10:03 GMT 2007
>Closed-Date:    Wed Apr 04 02:55:19 GMT 2007
>Last-Modified:  Wed Apr  4 03:00:16 GMT 2007
>Originator:     Dikshie
>Release:        FreeBSD 5.5-STABLE i386
>Organization:
Institute of Technology Bandung, Indonesia	
>Environment:
System: FreeBSD cpu.sfc.wide.ad.jp 5.5-STABLE FreeBSD 5.5-STABLE #12: Fri Nov 24 15:04:05 JST 2006 root@cpu.sfc.wide.ad.jp:/usr/obj/usr/src/sys/CPU i386


>Description:
	ports/net/p5-IP-Country is successful to compile but fail to run because of missing dependencies

>How-To-Repeat:
	fresh install ports/net/p5-IP-Country:
	cd /usr/ports/net/p5-IP-Country
	make install clean
	rehash
	ip2cc



>Fix:


--- Makefile.diff begins here ---
--- Makefile.bak	Tue Apr  3 18:13:22 2007
+++ Makefile	Tue Apr  3 18:17:07 2007
@@ -15,6 +15,9 @@
 MAINTAINER=	dikshie@lapi.itb.ac.id
 COMMENT=	Fast lookup of country codes from IP addresses
 
+BUILD_DEPENDS=${SITE_PERL}/geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN1=		ip2cc.1
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Tue Apr 3 10:10:14 UTC 2007 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111183 
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Tue Apr 3 14:30:09 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111183 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Apr 4 02:55:17 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111183 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111183: commit references a PR
Date: Wed,  4 Apr 2007 02:55:13 +0000 (UTC)

 clsung      2007-04-04 02:55:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-IP-Country    Makefile 
   Log:
   - installed script (ip2cc) needs p5-Geography-Countries
   - bump PORTREVISION
   
   PR:             ports/111183
   Submitted by:   maintainer (Dikshie)
   
   Revision  Changes    Path
   1.5       +4 -0      ports/net/p5-IP-Country/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
