From owner-svn-ports-all@FreeBSD.ORG Fri Sep 19 18:43:16 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 8F1814C1; Fri, 19 Sep 2014 18:43:16 +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 7A10AB1E; Fri, 19 Sep 2014 18:43:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8JIhGM9074842; Fri, 19 Sep 2014 18:43:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8JIhGJn074841; Fri, 19 Sep 2014 18:43:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409191843.s8JIhGJn074841@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 19 Sep 2014 18:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368589 - in head/x11-toolkits/movingmotif: . files 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.18-1 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: Fri, 19 Sep 2014 18:43:16 -0000 Author: tijl Date: Fri Sep 19 18:43:15 2014 New Revision: 368589 URL: http://svnweb.freebsd.org/changeset/ports/368589 QAT: https://qat.redports.org/buildarchive/r368589/ Log: - Remove old libtool patch - Use CFLAGS_sparc64 Deleted: head/x11-toolkits/movingmotif/files/patch-configure Modified: head/x11-toolkits/movingmotif/Makefile Modified: head/x11-toolkits/movingmotif/Makefile ============================================================================== --- head/x11-toolkits/movingmotif/Makefile Fri Sep 19 18:41:06 2014 (r368588) +++ head/x11-toolkits/movingmotif/Makefile Fri Sep 19 18:43:15 2014 (r368589) @@ -16,10 +16,6 @@ USES= motif libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -.include +CFLAGS_sparc64= -O0 -.if ${ARCH} == "sparc64" -CFLAGS+= -O0 -.endif - -.include +.include