[Bug 197828] [update] emulators/pipelight to 2.8

2015-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828

--- Comment #9 from sasamotik...@gmail.com ---
Comment on attachment 153184
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153184
Makefile

>--- Makefile   2015-02-19 20:51:04.0 +
>+++ Makefile   2015-02-19 18:56:56.0 +
>@@ -1,9 +1,8 @@
> # Created by: Kris Moore 
>-# $FreeBSD$
>+# $FreeBSD: head/emulators/pipelight/Makefile 376990 2015-01-14 01:25:55Z 
>swills $
> 
> PORTNAME= pipelight
>-DISTVERSION=  0.2.7.3
>-PORTREVISION= 7
>+DISTVERSION=  0.2.8
> CATEGORIES=   emulators
> MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \
>   http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg
>@@ -28,7 +27,7 @@
>   ${LOCALBASE}/bin/flock:${PORTSDIR}/sysutils/flock \
>   ${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg
> 
>-WRKSRC=   ${WRKDIR}/mmueller2012-pipelight-79b1b7ba0032
>+WRKSRC=   ${WRKDIR}/mmueller2012-pipelight-b7b5e5471d52
> USE_GCC=  yes
> USE_LDCONFIG= yes
> CPPFLAGS+=-I${LOCALBASE}/include

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 197828] [update] emulators/pipelight to 2.8

2015-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828

--- Comment #11 from sasamotik...@gmail.com ---
Comment on attachment 153186
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153186
patch-Makefile

>--- patch-Makefile 2015-02-19 20:52:43.0 +
>+++ patch-Makefile 2015-02-19 20:10:53.0 +
>@@ -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.0 +
> Makefile  2015-02-19 20:05:50.0 +
>+@@ -71,12 +71,12 @@
>  
>  .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-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig"
> + $(gpg_exec) --batch --no-default-keyring --keyring 
> "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" 
> pluginloader-$(git_commit).tar.gz
>-  tar -xvf "pluginloader-$(git_commit).tar.gz" 
>src/windows/pluginloader.exe src/winecheck/winecheck.exe
>+  tar -xvf "pluginloader-$(git_commit).tar.gz" 
>src/windows/pluginloader/pluginloader.exe src/windows/winecheck/winecheck.exe
>  
>  .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-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig"
> + $(gpg_exec) --batch --no-default-keyring --keyring 
> "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" 
> pluginloader-$(git_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/pluginloader64.exe 
>src/windows/winecheck/winecheck64.exe
>  
>- .PHONY: pluginloader32
>+ .PHONY: windows32

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 197828] [update] emulators/pipelight to 2.8

2015-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828

--- Comment #10 from sasamotik...@gmail.com ---
Comment on attachment 153185
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153185
distinfo

>--- distinfo   2015-02-19 20:51:47.0 +
>+++ distinfo   2015-02-19 19:09:25.0 +
>@@ -1,6 +1,6 @@
>-SHA256 (pipelight/v0.2.7.3.tar.gz) = 
>db4585f44874c0b647e7cf611b5bf8efe308fe11573891cd74dd4fa5867e2e52
>-SIZE (pipelight/v0.2.7.3.tar.gz) = 161967
>-SHA256 (pipelight/pluginloader.tar.gz) = 
>015c6b73accb5319b5006b208dfea9b7c768f84faf40bb80676312a650967e6a
>-SIZE (pipelight/pluginloader.tar.gz) = 423396
>-SHA256 (pipelight/pluginloader.tar.gz.sig) = 
>66c08ab5b6105e8fe2fb1f604d0958e264e2796ac2310dd19827736c1aa8e816
>+SHA256 (pipelight/v0.2.8.tar.gz) = 
>ae543d6eb95b3f681bf5807de63208e42c3be2ada1d2661017ad3a215c0684c4
>+SIZE (pipelight/v0.2.8.tar.gz) = 153492
>+SHA256 (pipelight/pluginloader.tar.gz) = 
>d693e544149a29444ca10629bf00dc65cbfe671327d7518799cdda1e157cf775
>+SIZE (pipelight/pluginloader.tar.gz) = 808906
>+SHA256 (pipelight/pluginloader.tar.gz.sig) = 
>9e9283c711d83b9c205b685ccf330c85bbfd55c117503e1c2f978ae5be47102c
> SIZE (pipelight/pluginloader.tar.gz.sig) = 543

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 197828] [update] emulators/pipelight to 2.8

2015-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828

--- Comment #12 from sasamotik...@gmail.com ---
(In reply to philippe972 from comment #8)
It's because my originally file located in /tmp you need remove prefix or use
updated diff, also you forgot distinfo.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"