Date: Mon, 19 Jun 2006 00:10:49 +0300 (EEST) From: Alexandr Kovalenko <never@nevermind.kiev.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99123: finance/p5-PFProAPI Message-ID: <200606182110.k5ILAnLZ050306@mile.portaone.com> Resent-Message-ID: <200606182120.k5ILKK6o005409@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606182110.k5ILAnLZ050306>