diff options
author | swills <swills@FreeBSD.org> | 2015-01-14 09:25:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-01-14 09:25:55 +0800 |
commit | c56645aa251a2a832b2fcfdc598509f0730008f2 (patch) | |
tree | 6e18842df830dabc23295a125bbbb3bf414c5111 /emulators | |
parent | 7a10082de071da7cbd1b84c76085a2325b5604a2 (diff) | |
download | freebsd-ports-graphics-c56645aa251a2a832b2fcfdc598509f0730008f2.tar.gz freebsd-ports-graphics-c56645aa251a2a832b2fcfdc598509f0730008f2.tar.zst freebsd-ports-graphics-c56645aa251a2a832b2fcfdc598509f0730008f2.zip |
emulators/pipelight: fix build
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pipelight/Makefile | 2 | ||||
-rw-r--r-- | emulators/pipelight/files/patch-Makefile | 17 | ||||
-rw-r--r-- | emulators/pipelight/pkg-plist | 1 |
3 files changed, 19 insertions, 1 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 6808222ae43..499bb584f62 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -3,7 +3,7 @@ PORTNAME= pipelight DISTVERSION= 0.2.7.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg diff --git a/emulators/pipelight/files/patch-Makefile b/emulators/pipelight/files/patch-Makefile new file mode 100644 index 00000000000..f798e4ac728 --- /dev/null +++ b/emulators/pipelight/files/patch-Makefile @@ -0,0 +1,17 @@ +--- Makefile.orig 2015-01-13 14:39:12 UTC ++++ Makefile +@@ -69,12 +69,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 + + .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 + + .PHONY: pluginloader32 diff --git a/emulators/pipelight/pkg-plist b/emulators/pipelight/pkg-plist index 4aff9db76e3..7657cccebda 100644 --- a/emulators/pipelight/pkg-plist +++ b/emulators/pipelight/pkg-plist @@ -42,3 +42,4 @@ man/man1/pipelight-plugin.1.gz %%DATADIR%%/sig-install-dependency.gpg %%DATADIR%%/wine %%DATADIR%%/winecheck.exe +@dir lib/browser_plugins |