From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 24 09:23:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95DE86D6 for ; Fri, 24 Apr 2015 09:23:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 653911E5B for ; Fri, 24 Apr 2015 09:23:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3O9NnHf025559 for ; Fri, 24 Apr 2015 09:23:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197828] [update] emulators/pipelight to 2.8 Date: Fri, 24 Apr 2015 09:23:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 09:23:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197828 --- Comment #11 from sasamotikomi@gmail.com --- Comment on attachment 153186 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D153186 patch-Makefile >--- patch-Makefile 2015-02-19 20:52:43.000000000 +0000 >+++ patch-Makefile 2015-02-19 20:10:53.000000000 +0000 >@@ -1,17 +1,17 @@ >---- Makefile.orig 2015-01-13 14:39:12 UTC >-+++ Makefile >-@@ -69,12 +69,12 @@ linux: config.make >+--- Makefile.orig 2015-02-19 20:04:44.000000000 +0000 >++++ Makefile 2015-02-19 20:05:50.000000000 +0000 >+@@ -71,12 +71,12 @@ >=20=20 > .PHONY: prebuilt32 > prebuilt32: config.make pluginloader-$(git_commit).tar.gz pluginloader-$= (git_commit).tar.gz.sig > - $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloa= der.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" > + $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloa= der.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" pluginloader-$(gi= t_commit).tar.gz >- tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader.e= xe src/winecheck/winecheck.exe >+ tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader/p= luginloader.exe src/windows/winecheck/winecheck.exe >=20=20 > .PHONY: prebuilt64 > prebuilt64: config.make pluginloader-$(git_commit).tar.gz pluginloader-$= (git_commit).tar.gz.sig > - $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloa= der.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" > + $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloa= der.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" pluginloader-$(gi= t_commit).tar.gz >- tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader64= .exe src/winecheck/winecheck64.exe >+ tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader/p= luginloader64.exe src/windows/winecheck/winecheck64.exe >=20=20 >- .PHONY: pluginloader32 >+ .PHONY: windows32 --=20 You are receiving this mail because: You are the assignee for the bug.=