From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 10 15:50:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C394106568D for ; Thu, 10 Dec 2009 15:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DF2F8FC1F for ; Thu, 10 Dec 2009 15:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBAFo5Rr070388 for ; Thu, 10 Dec 2009 15:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBAFo5JR070387; Thu, 10 Dec 2009 15:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 10 Dec 2009 15:50:05 GMT Resent-Message-Id: <200912101550.nBAFo5JR070387@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Dima Panov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1926E106566C for ; Thu, 10 Dec 2009 15:47:53 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id 590698FC0A for ; Thu, 10 Dec 2009 15:47:51 +0000 (UTC) Received: from Fluffy.Khv.RU (85.9.168.188.retail.ttk.ru [188.168.9.85] (may be forged)) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id nBAFljnL034166 for ; Fri, 11 Dec 2009 01:47:47 +1000 (VLAT) (envelope-from fluffy@FreeBSD.org) Received: from Fluffy.Khv.RU (localhost [127.0.0.1]) by Fluffy.Khv.RU (8.14.3/8.14.3/Fluffy/5.4.1) with ESMTP id nBAFlL80055079 for ; Fri, 11 Dec 2009 01:47:21 +1000 (VLAT) (envelope-from fluffy@FreeBSD.org) Message-Id: <1260460041.54969@Fluffy.Khv.RU> Date: Fri, 11 Dec 2009 01:47:21 +1000 From: "Dima Panov" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/141347: graphics/poppler: Fix of usage USE_QT= macro X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 15:50:06 -0000 >Number: 141347 >Category: ports >Synopsis: graphics/poppler: Fix of usage USE_QT= macro >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 10 15:50:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 9.0-900002-CURRENT amd64 >Organization: Fluffy.Khv.RU >Environment: System: FreeBSD 9.0-900002-CURRENT #0: Wed Dec 2 05:03:55 VLAT 2009 root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: graphics/poppler: Fix of usage USE_QT= macro. Current state of port is incorrect. Optional USE_QT should be decrared before including of bsd.port.pre.mk but after bsd.port.options.mk >How-To-Repeat: >Fix: --- poppler.diff begins here --- Index: graphics/poppler/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/poppler/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- graphics/poppler/Makefile 28 Nov 2009 20:05:44 -0000 1.53 +++ graphics/poppler/Makefile 10 Dec 2009 13:36:38 -0000 @@ -35,7 +35,7 @@ OPENJPEG "Enable JPEG 2000 support" on .endif -.include +.include .if defined(SLAVEPORT) LIB_DEPENDS+= poppler.5:${PORTSDIR}/graphics/poppler @@ -106,6 +106,8 @@ .endif .endif +.include + post-patch: .if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${LOCALBASE}/include|; \ --- poppler.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: