FreeBSD Bugzilla – Attachment 156441 Details for
Bug 197828
[update] emulators/pipelight to 2.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update to 2.8.1
pipelight.diff (text/plain), 4.95 KB, created by
Kurt Jaeger
on 2015-05-06 19:41:01 UTC
(
hide
)
Description:
update to 2.8.1
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2015-05-06 19:41:01 UTC
Size:
4.95 KB
patch
obsolete
>diff -r -u -N emulators/pipelight/Makefile /usr/home/pi/myp/emulators/pipelight/Makefile >--- emulators/pipelight/Makefile 2015-01-14 07:04:42.000000000 +0100 >+++ /usr/home/pi/myp/emulators/pipelight/Makefile 2015-05-06 07:30:51.000000000 +0200 >@@ -2,8 +2,7 @@ > # $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.1 > 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-8a1bdc6c254f > USE_GCC= yes > USE_LDCONFIG= yes > CPPFLAGS+= -I${LOCALBASE}/include >@@ -36,7 +35,8 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \ > --win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \ >- --cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash >+ --cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash \ >+ --gpg-exec=${LOCALBASE}/bin/gpg2 > USE_XORG= x11 > USES= compiler:gcc-c++11-lib gmake shebangfix > MAKE_JOBS_UNSAFE=yes >@@ -60,6 +60,9 @@ > ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/pluginloader.tar.gz ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz > ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/pluginloader.tar.gz.sig ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz.sig > >+post-stage: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pipelight/libpipelight.so >+ > post-install: > @${INSTALL_SCRIPT} ${WRKDIR}/pipelight-mkufs ${STAGEDIR}${PREFIX}/bin/ > >diff -r -u -N emulators/pipelight/distinfo /usr/home/pi/myp/emulators/pipelight/distinfo >--- emulators/pipelight/distinfo 2014-07-25 05:29:03.000000000 +0200 >+++ /usr/home/pi/myp/emulators/pipelight/distinfo 2015-05-06 06:10:09.000000000 +0200 >@@ -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.1.tar.gz) = 06d6c9c2b1c9b71d1298fc7be0cf7b8fdb85b61f04243187eb59742630b92029 >+SIZE (pipelight/v0.2.8.1.tar.gz) = 153678 >+SHA256 (pipelight/pluginloader.tar.gz) = eba80a1afe6b9a4de34070dfec27d358036326c7dbd487830d0616dd33f37c4d >+SIZE (pipelight/pluginloader.tar.gz) = 809672 >+SHA256 (pipelight/pluginloader.tar.gz.sig) = ef5346c698c0889d28c2d28358461bfa95f7b343bd0c6c00e4ea73db07c90625 > SIZE (pipelight/pluginloader.tar.gz.sig) = 543 >diff -r -u -N emulators/pipelight/files/patch-Makefile /usr/home/pi/myp/emulators/pipelight/files/patch-Makefile >--- emulators/pipelight/files/patch-Makefile 2015-01-14 07:04:42.000000000 +0100 >+++ /usr/home/pi/myp/emulators/pipelight/files/patch-Makefile 2015-05-06 06:17:56.000000000 +0200 >@@ -1,17 +1,17 @@ >---- Makefile.orig 2015-01-13 14:39:12 UTC >+--- Makefile.orig 2015-05-06 04:16:57 UTC > +++ Makefile >-@@ -69,12 +69,12 @@ linux: config.make >+@@ -71,12 +71,12 @@ linux: config.make > > .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 >diff -r -u -N emulators/pipelight/pkg-descr /usr/home/pi/myp/emulators/pipelight/pkg-descr >--- emulators/pipelight/pkg-descr 2015-05-06 06:38:30.000000000 +0200 >+++ /usr/home/pi/myp/emulators/pipelight/pkg-descr 2015-05-06 06:38:37.000000000 +0200 >@@ -3,5 +3,3 @@ > are otherwise not available for FreeBSD users. > > WWW: http://www.pipelight.net/ >- >-Kris Moore <kmoore@FreeBSD.org>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197828
:
153184
|
153185
|
153186
| 156441