From owner-svn-ports-all@FreeBSD.ORG Wed Apr 9 18:17:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D50C6D0B; Wed, 9 Apr 2014 18:17:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 C1D061BA6; Wed, 9 Apr 2014 18:17:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s39IHX86067768; Wed, 9 Apr 2014 18:17:33 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s39IHXPx067767; Wed, 9 Apr 2014 18:17:33 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201404091817.s39IHXPx067767@svn.freebsd.org> From: Bryan Drewery Date: Wed, 9 Apr 2014 18:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350732 - head/devel/gdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 18:17:33 -0000 Author: bdrewery Date: Wed Apr 9 18:17:33 2014 New Revision: 350732 URL: http://svnweb.freebsd.org/changeset/ports/350732 QAT: https://qat.redports.org/buildarchive/r350732/ Log: - Fix build with clang34 This has many unused functions and variables and uses -Werror. Don't consider those as warnings for now. Discussed with: jhb Approved by: maintainer (they approved -no-werror, let's keep other warnings) Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Wed Apr 9 17:56:03 2014 (r350731) +++ head/devel/gdb/Makefile Wed Apr 9 18:17:33 2014 (r350732) @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --program-suffix=${PORTV --without-libunwind-ia64 \ --enable-targets=all CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes -CFLAGS+= -DRL_NO_COMPAT +CFLAGS+= -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable EXCLUDE= dejagnu expect sim texinfo intl EXTRACT_AFTER_ARGS= ${EXCLUDE:S/^/--exclude /}