From owner-svn-ports-branches@freebsd.org Sun Jul 31 14:53:09 2016 Return-Path: Delivered-To: svn-ports-branches@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 AE11DBA9307; Sun, 31 Jul 2016 14:53:09 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7E2B81486; Sun, 31 Jul 2016 14:53:09 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VEr8jl008200; Sun, 31 Jul 2016 14:53:08 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VEr8XX008199; Sun, 31 Jul 2016 14:53:08 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201607311453.u6VEr8XX008199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 31 Jul 2016 14:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419386 - branches/2016Q3/devel/boehm-gc X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 14:53:09 -0000 Author: cpm Date: Sun Jul 31 14:53:08 2016 New Revision: 419386 URL: https://svnweb.freebsd.org/changeset/ports/419386 Log: MFH: r419384 - Fix build on sparc64 Remove unneeded symbolic link because the asm machine-dependent files were moved back to base folder. libtool: compile: cc -DHAVE_CONFIG_H -I./include -I./include -I/usr/local/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c fnlz_mlc.c -fPIC -DPIC -o .libs/fnlz_mlc.o make[3]: don't know how to make sparc_mach_dep.S. Stop Reported by: Gordon Zaft Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7320 Approved by: ports-secteam (build fix blanket) Modified: branches/2016Q3/devel/boehm-gc/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/boehm-gc/Makefile ============================================================================== --- branches/2016Q3/devel/boehm-gc/Makefile Sun Jul 31 14:48:49 2016 (r419385) +++ branches/2016Q3/devel/boehm-gc/Makefile Sun Jul 31 14:53:08 2016 (r419386) @@ -57,10 +57,6 @@ PORTDOCS= * NOT_FOR_ARCHS= ia64 -# no rule to get .lo from .S in subdirectory -pre-build: - ${LN} -sf ${WRKSRC}/src/sparc_mach_dep.S ${WRKSRC} - .include .if ${PORT_OPTIONS:MDEBUG}