ports/95885: [PATCH] fix finance/ktoblzcheck for 4.x

Aleksander Fafula alex at fafula.com
Sun Apr 16 16:10:16 UTC 2006


>Number:         95885
>Category:       ports
>Synopsis:       [PATCH] fix finance/ktoblzcheck for 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 16 16:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list