From owner-freebsd-gnome@freebsd.org Sun Sep 6 13:03:29 2015 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB4DE9C5DEB for ; Sun, 6 Sep 2015 13:03:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B00901791 for ; Sun, 6 Sep 2015 13:03:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id ACA389C5DE8; Sun, 6 Sep 2015 13:03:29 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC3D89C5DE7 for ; Sun, 6 Sep 2015 13:03:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C6781790 for ; Sun, 6 Sep 2015 13:03:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t86D3T5W002573 for ; Sun, 6 Sep 2015 13:03:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 202901] games/qqwing configure narrowly searches for gcc or cc and Makefile hard-codes CC CXX CPP plus does not respect CFLAGS Date: Sun, 06 Sep 2015 13:03:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2015 13:03:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202901 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: kwm Date: Sun Sep 6 13:03:08 UTC 2015 New revision: 396213 URL: https://svnweb.freebsd.org/changeset/ports/396213 Log: qqwing doesn't honor CC/CXX/CPP [1], resolve this by doing a major overhaul. Which also simplies the port a bit, and gets rid of using scripts the port supplies. * Even if the old port defined CC/CXX/CPP, it was not actualy used. Due to the reason in the next point. * Instead of using the port supplied script, which call ./configure and make install targets without any arguments and so. Copy the "special" voodoo into pre-configure and pre-build targets. Define GNU_CONFIGURE and use standard do-configure, do-build and do-install, since this ports uses autotools when it matters. * Drag USE_GITHUB macros out the macro mess. Use autoreconf USES instead of having manual BUILD_DEPENDS lines. * No more post-patch to fix the port supplied scripts, and no do-install since we leave that to autotools. * Set PATHFIX_MAKEFILEIN to patch the Makefile.am file instead of the Makefile.in file due to us running autoreconf which overwrites the .in file (if it existed at all). * Wrap lines * USE_GNOME=glib introspection:build are not needed, so remove them. PR: 202901 [1] Reported by: Kenneth Salerno [1] Changes: head/games/qqwing/Makefile -- You are receiving this mail because: You are the assignee for the bug.