From owner-svn-ports-head@freebsd.org Wed Aug 24 16:24:15 2016 Return-Path: Delivered-To: svn-ports-head@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 518D6BC332F; Wed, 24 Aug 2016 16:24:15 +0000 (UTC) (envelope-from woodsb02@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 242681FE3; Wed, 24 Aug 2016 16:24:15 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7OGOErN009841; Wed, 24 Aug 2016 16:24:14 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7OGOEmJ009840; Wed, 24 Aug 2016 16:24:14 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201608241624.u7OGOEmJ009840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Wed, 24 Aug 2016 16:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420805 - head/astro/google-earth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 16:24:15 -0000 Author: woodsb02 Date: Wed Aug 24 16:24:14 2016 New Revision: 420805 URL: https://svnweb.freebsd.org/changeset/ports/420805 Log: astro/google-earth: Fix post-patch related to NVIDIA options post r420803 PR: 201693 Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D7636 Modified: head/astro/google-earth/Makefile Modified: head/astro/google-earth/Makefile ============================================================================== --- head/astro/google-earth/Makefile Wed Aug 24 16:19:39 2016 (r420804) +++ head/astro/google-earth/Makefile Wed Aug 24 16:24:14 2016 (r420805) @@ -60,9 +60,9 @@ post-patch: @${REINPLACE_CMD} -i "" -e 's|\$$SETUP_INSTALLPATH/googleearth |${PREFIX}/bin/googleearth |' ${WRKSRC}/postinstall.sh ${RM} ${WRKSRC}/libcurl.so.4 ${PERL} -i -pe 's|/lib/ld-lsb.so.3\0\0\0|/lib/ld-linux.so.2\0|' ${WRKSRC}/googleearth-bin -post-patch-NVIDIA-on: +post-patch-LINUX_DRI-off: @${REINPLACE_CMD} 's|%%LIBGL_ALWAYS_SOFTWARE%%||' ${WRKSRC}/bin/googleearth -post-patch-NVIDIA-off: +post-patch-LINUX_DRI-on: @${REINPLACE_CMD} 's|%%LIBGL_ALWAYS_SOFTWARE%%|LIBGL_ALWAYS_SOFTWARE=yes|' ${WRKSRC}/bin/googleearth do-build: