From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 4 07:00:06 2007 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 8065916A46D for ; Thu, 4 Oct 2007 07:00: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 54B4B13C45B for ; Thu, 4 Oct 2007 07:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l94706DD023289 for ; Thu, 4 Oct 2007 07:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l94706cL023288; Thu, 4 Oct 2007 07:00:06 GMT (envelope-from gnats) Resent-Date: Thu, 4 Oct 2007 07:00:06 GMT Resent-Message-Id: <200710040700.l94706cL023288@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, Edwin Groothuis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF24D16A420 for ; Thu, 4 Oct 2007 06:52:33 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 7C7B713C480 for ; Thu, 4 Oct 2007 06:52:33 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id D4D862219D33; Thu, 4 Oct 2007 16:52:32 +1000 (EST) Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail5.barnet.com.au (Postfix) with ESMTP id 90CE621B11BC for ; Thu, 4 Oct 2007 16:52:32 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 49DEF2219D2C for ; Thu, 4 Oct 2007 16:52:32 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 9FC9E1C1; Thu, 4 Oct 2007 16:52:30 +1000 (EST) Message-Id: <20071004065230.9FC9E1C1@k7.mavetju> Date: Thu, 4 Oct 2007 16:52:30 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116891: [patch] bsd.wx.mk - remove always false statement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 07:00:06 -0000 >Number: 116891 >Category: ports >Synopsis: [patch] bsd.wx.mk - remove always false statement >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 07:00:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386 >Description: The following statements are always true and false. >How-To-Repeat: >Fix: Index: bsd.wx.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.wx.mk,v retrieving revision 1.11 diff -u -r1.11 bsd.wx.mk --- bsd.wx.mk 29 Sep 2007 17:54:38 -0000 1.11 +++ bsd.wx.mk 4 Oct 2007 06:49:21 -0000 @@ -204,7 +204,7 @@ # Check if the user/port wants Unicode. # -.if ${OSVERSION} >= 500000 && (!defined(WITHOUT_UNICODE) && \ +.if (!defined(WITHOUT_UNICODE) && \ (defined(WITH_UNICODE) || defined(WANT_UNICODE))) _WX_UC_AVAILABLE= yes .else @@ -441,9 +441,7 @@ # Requested by the port (mandatory). .if defined(WX_UNICODE) -. if ${OSVERSION} < 500000 -IGNORE?= requires FreeBSD versions >= 5.X (because of Unicode) -. elif empty(_WX_VER_UC) +. if empty(_WX_VER_UC) IGNORE?= selected a wxWidgets version which does not support Unicode: ${_WX_VER_MERGED} . endif .endif >Release-Note: >Audit-Trail: >Unformatted: