ports/99123: finance/p5-PFProAPI

Alexandr Kovalenko never at nevermind.kiev.ua
Sun Jun 18 21:20:22 UTC 2006


>Number:         99123
>Category:       ports
>Synopsis:       finance/p5-PFProAPI
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 18 21:20:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexandr Kovalenko
>Release:        FreeBSD 6.1-RELEASE-p1 i386
>Organization:
PortaOne, Inc., http://portaone.com/
>Environment:
System: FreeBSD mile.zukabuka.com 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #0: Mon Jun 12 19:58:45 EEST 2006 root at mile.zukabuka.com:/usr/obj/usr/src/sys/mile i386
>Description:
	Latest commit by sem@ breaks build unconditionally. Even if distfile exist in ${DISTDIR}.
	Fix this by folding code into bsd.port.pre.mk and bsd.port.post.mk.
>How-To-Repeat:
	cd /usr/ports/finance/p5-PFProAPI && make
>Fix:

Please apply following patch:

Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/finance/p5-PFProAPI/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	18 Jun 2006 17:39:31 -0000	1.5
+++ Makefile	18 Jun 2006 21:04:41 -0000
@@ -24,6 +24,8 @@
 
 MAN3=		PFProAPI.3
 
+.include <bsd.port.pre.mk>
+
 RESTRICTED=	Only for VeriSign PayFlow Pro customers
 .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
 IGNORE=		${RESTRICTED}. See ${PORTSDIR}/finance/pfpro for instructions
@@ -32,4 +34,4 @@
 post-patch:
 	${REINPLACE_CMD} -e "s|%%PREFIX%%|${LOCALBASE}|" ${WRKSRC}/PFProAPI.pm
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list