Date: Sun, 06 Sep 2015 13:03:29 +0000 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 Message-ID: <bug-202901-6497-mrgE5NhVqU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202901-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-202901-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <kennethsalerno@yahoo.com> [1] Changes: head/games/qqwing/Makefile -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202901-6497-mrgE5NhVqU>