From alex@fafula.com  Sun Apr 16 16:05:47 2006
Return-Path: <alex@fafula.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 56CDA16A404;
	Sun, 16 Apr 2006 16:05:47 +0000 (UTC)
	(envelope-from alex@fafula.com)
Received: from fafula.com (wj118.internetdsl.tpnet.pl [80.55.191.118])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D87A943D46;
	Sun, 16 Apr 2006 16:05:46 +0000 (GMT)
	(envelope-from alex@fafula.com)
Received: from localhost (unknown [127.0.0.1])
	by fafula.com (Postfix) with ESMTP id D75AB8A138;
	Sun, 16 Apr 2006 18:05:49 +0200 (CEST)
Received: from fafula.com ([127.0.0.1])
 by localhost (fafula.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 10842-05; Sun, 16 Apr 2006 18:05:46 +0200 (CEST)
Received: by fafula.com (Postfix, from userid 1001)
	id 8EE278A126; Sun, 16 Apr 2006 18:05:46 +0200 (CEST)
Message-Id: <20060416160546.8EE278A126@fafula.com>
Date: Sun, 16 Apr 2006 18:05:46 +0200 (CEST)
From: Aleksander Fafula <alex@fafula.com>
Reply-To: Aleksander Fafula <alex@bsdguru.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: pav@FreeBSD.org
Subject: [PATCH] fix finance/ktoblzcheck for 4.x 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95885
>Category:       ports
>Synopsis:       [PATCH] fix finance/ktoblzcheck for 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 16 16:10:14 GMT 2006
>Closed-Date:    Sat Apr 29 21:42:04 GMT 2006
>Last-Modified:  Sat Apr 29 21:42:04 GMT 2006
>Originator:     Aleksander Fafula
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
bsdguru.org, fafula.com
>Environment:
System: FreeBSD fafula.com


	
>Description:

This patch fixes configure problem on 4.x.

	
>How-To-Repeat:
	
>Fix:

	


diff -ruN ktoblzcheck.orig/Makefile ktoblzcheck/Makefile
--- ktoblzcheck.orig/Makefile	Sun Apr 16 03:00:26 2006
+++ ktoblzcheck/Makefile	Sun Apr 16 17:50:01 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	ktoblzcheck
 PORTVERSION=	1.10
+PORTREVISION=	1
 CATEGORIES=	finance german
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -21,5 +22,8 @@
 INSTALLS_SHLIB=	yes
 
 MAN1=		ktoblzcheck.1
+
+pre-configure:
+	@${REINPLACE_CMD}=	-e 's,\$$LIBKTOBLZCHECK_CURRENT-LIBKTOBLZCHECK_AGE,\$$LIBKTOBLZCHECK_CURRENT-\$$LIBKTOBLZCHECK_AGE,' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:

From: Aleksander Fafula <alex@fafula.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/95885 : [PATCH] fix finance/ktoblzcheck for 4.x
Date: Tue, 25 Apr 2006 18:30:06 +0200

 I have received information from the author this variable wasn't used this time.
 So this patch is 100% safe. Typo fixed in their CVS, will be fixed 
 in next release.
 
 Best regards,
 o.
 
 -- 
 http://www.BSDGuru.org/ alex at bsdguru dot org (oleczek)
 http://www.Fafula.com/  alex at fafula dot com (Aleksander Fafula)
 
 Still looking for the last digit of pi...
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Apr 29 21:41:57 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95885 
>Unformatted:
