From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 14 21:40:08 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 B41E3106568F for ; Mon, 14 Sep 2009 21:40:08 +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 7993B8FC1B for ; Mon, 14 Sep 2009 21:40:08 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8ELe83A008286 for ; Mon, 14 Sep 2009 21:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8ELe81P008283; Mon, 14 Sep 2009 21:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 14 Sep 2009 21:40:08 GMT Resent-Message-Id: <200909142140.n8ELe81P008283@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, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 956D51065694 for ; Mon, 14 Sep 2009 21:39:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 865F68FC1D for ; Mon, 14 Sep 2009 21:39:41 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8ELdf2D004459 for ; Mon, 14 Sep 2009 21:39:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n8ELdfJo004439; Mon, 14 Sep 2009 21:39:41 GMT (envelope-from nobody) Message-Id: <200909142139.n8ELdfJo004439@www.freebsd.org> Date: Mon, 14 Sep 2009 21:39:41 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/138824: graphics/yagf: fix build on 6.x, relax qt4 dependencies 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: Mon, 14 Sep 2009 21:40:08 -0000 >Number: 138824 >Category: ports >Synopsis: graphics/yagf: fix build on 6.x, relax qt4 dependencies >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: Mon Sep 14 21:40:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 8.0-BETA4 i386 >Organization: >Environment: FreeBSD luna.dio.ru 8.0-BETA4 FreeBSD 8.0-BETA4 #0: Thu Sep 10 21:47:33 MSD 2009 root@luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA i386 >Description: - fix build on 6.x - don't depend on qt4 build tools. - bump PORTREVISION >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/yagf/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 14 Sep 2009 16:29:46 -0000 1.1 +++ Makefile 14 Sep 2009 21:28:33 -0000 @@ -7,6 +7,7 @@ PORTNAME= yagf PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://symmetrica.net/cuneiform-linux/ @@ -22,13 +23,14 @@ USE_GNOME= pkgconfig INSTALLS_ICONS= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui imageformats linguist moc qmake rcc uic +QT_COMPONENTS= corelib gui imageformats linguist_build \ + moc_build qmake_build rcc_build uic_build CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include .include -.if ${OSVERSION}<700000 -IGNORE= does not compile at 6.x +.if ${OSVERSION}<700042 +CMAKE_USE_PTHREAD= yes .endif .include >Release-Note: >Audit-Trail: >Unformatted: