From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 9 11:20:01 2010 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 6EA5B10656F2 for ; Thu, 9 Sep 2010 11:20:01 +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 472138FC1B for ; Thu, 9 Sep 2010 11:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o89BK12S015388 for ; Thu, 9 Sep 2010 11:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o89BK1j0015387; Thu, 9 Sep 2010 11:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 9 Sep 2010 11:20:01 GMT Resent-Message-Id: <201009091120.o89BK1j0015387@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, Joel Ray Holveck Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 229F910656BB for ; Thu, 9 Sep 2010 11:17: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 11A2F8FC1E for ; Thu, 9 Sep 2010 11:17: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 o89BHe3I023998 for ; Thu, 9 Sep 2010 11:17:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o89BHewd023997; Thu, 9 Sep 2010 11:17:40 GMT (envelope-from nobody) Message-Id: <201009091117.o89BHewd023997@www.freebsd.org> Date: Thu, 9 Sep 2010 11:17:40 GMT From: Joel Ray Holveck To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150432: [FIX] x11/libcapplet does not build on OSVERSION >= 800071 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, 09 Sep 2010 11:20:01 -0000 >Number: 150432 >Category: ports >Synopsis: [FIX] x11/libcapplet does not build on OSVERSION >= 800071 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 09 11:20:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Joel Ray Holveck >Release: 8.0-STABLE >Organization: >Environment: FreeBSD thor.piquan.org 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Dec 6 17:38:18 PST 2009 root@thor.piquan.org:/usr/local/src/freebsd/obj/usr/local/src/freebsd/src/sys/THOR i386 >Description: The Makefile for x11/libcapplet inhibits building if OSVERSION >= 800071; it has a conditional BROKEN= defined. However, the solution to get it to build is pretty simple. >How-To-Repeat: >Fix: If you add -fgnu89-inline to the CFLAGS in work/libcapplet-1.4.0.5/Makefile, it'll build just fine. I'm afraid I don't know how to have the ports Makefile conditionally patch something (we only want to add the flag if OSVERSION >= 800071), so I'm afraid I can't put a patch in this PR. >Release-Note: >Audit-Trail: >Unformatted: