From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 1 10:00:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51CC6362 for ; Sat, 1 Mar 2014 10:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 125691FC3 for ; Sat, 1 Mar 2014 10:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21A01Wl045633 for ; Sat, 1 Mar 2014 10:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21A01Ff045632; Sat, 1 Mar 2014 10:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 1 Mar 2014 10:00:01 GMT Resent-Message-Id: <201403011000.s21A01Ff045632@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, Carl Makin Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB6F854A for ; Sat, 1 Mar 2014 09:53:50 +0000 (UTC) Received: from brain.stagecraft.cx (brain.stagecraft.cx [59.167.142.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4071D1DB2 for ; Sat, 1 Mar 2014 09:53:49 +0000 (UTC) Received: from ferb.stagecraft.cx (ferb.stagecraft.cx [172.30.0.20]) by brain.stagecraft.cx (8.14.7/8.14.7) with ESMTP id s219lFB2030751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 1 Mar 2014 20:47:15 +1100 (EST) (envelope-from carl@stagecraft.cx) Received: (from carl@localhost) by ferb.stagecraft.cx (8.14.7/8.14.7/Submit) id s219lFXV012255; Sat, 1 Mar 2014 20:47:15 +1100 (EST) (envelope-from carl) Message-Id: <201403010947.s219lFXV012255@ferb.stagecraft.cx> Date: Sat, 1 Mar 2014 20:47:15 +1100 (EST) From: Carl Makin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/187164: MAINTAINER-UPDATE comms/gmfsk - fix compile with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Carl Makin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 10:00:02 -0000 >Number: 187164 >Category: ports >Synopsis: MAINTAINER-UPDATE comms/gmfsk - fix compile with clang >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 01 10:00:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Carl Makin >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD ferb 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: comms/gmfsk fails to compile with clang. This is due to it using C89 extensions without declaring them. This just adds the workaround recommended in the porters handbook. >How-To-Repeat: >Fix: --- Makefile.diff begins here --- --- Makefile.orig 2014-03-01 20:43:55.000000000 +1100 +++ Makefile 2014-03-01 19:41:58.000000000 +1100 @@ -19,6 +19,7 @@ # preprocessor include tests. The following line is a work around. CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +USE_CSTD= gnu89 USES= gmake pkgconfig USE_GNOME= libgnomeui gnomehack gnomeprefix INSTALLS_OMF= yes --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: