Date: Tue, 12 May 2009 14:19:09 +1100 From: "Dima Panov" <fluffy@fluffy.khv.ru> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/134478: deskutils/kdepimlibs4: fix PLIST_SUB handling Message-ID: <1242098349.10765@Fluffy.Khv.RU> Resent-Message-ID: <200905120320.n4C3K1Jr003433@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134478 >Category: ports >Synopsis: deskutils/kdepimlibs4: fix PLIST_SUB handling >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: Tue May 12 03:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 8.0-800084-CURRENT i386 >Organization: Fluffy.Khv.RU >Environment: System: FreeBSD 8.0-800084-CURRENT #0: Fri May 1 12:24:51 VLAST 2009 root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: deskutils/kdepimlibs4: fix PLIST_SUB handling for PTH-depended extra library >How-To-Repeat: >Fix: --- kdepimlibs.diff begins here --- Index: deskutils/kdepimlibs4/Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/kdepimlibs4/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- deskutils/kdepimlibs4/Makefile 17 Apr 2009 13:10:38 -0000 1.10 +++ deskutils/kdepimlibs4/Makefile 9 May 2009 07:48:02 -0000 @@ -30,6 +30,8 @@ USE_OPENLDAP= yes MAKE_JOBS_UNSAFE= yes +.include <bsd.port.pre.mk> + .if exists(${LOCALBASE}/lib/libgpgme-pth.so) PLIST_SUB+= WITH_PTH='' .else @@ -41,4 +43,4 @@ ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/../cmake/modules/*.cmake -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- kdepimlibs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1242098349.10765>