Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2015 01:25:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376990 - in head/emulators/pipelight: . files
Message-ID:  <201501140125.t0E1Pu8V050164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jan 14 01:25:55 2015
New Revision: 376990
URL: https://svnweb.freebsd.org/changeset/ports/376990
QAT: https://qat.redports.org/buildarchive/r376990/

Log:
  emulators/pipelight: fix build

Added:
  head/emulators/pipelight/files/patch-Makefile   (contents, props changed)
Modified:
  head/emulators/pipelight/Makefile
  head/emulators/pipelight/pkg-plist

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Tue Jan 13 22:30:22 2015	(r376989)
+++ head/emulators/pipelight/Makefile	Wed Jan 14 01:25:55 2015	(r376990)
@@ -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

Added: head/emulators/pipelight/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/pipelight/files/patch-Makefile	Wed Jan 14 01:25:55 2015	(r376990)
@@ -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

Modified: head/emulators/pipelight/pkg-plist
==============================================================================
--- head/emulators/pipelight/pkg-plist	Tue Jan 13 22:30:22 2015	(r376989)
+++ head/emulators/pipelight/pkg-plist	Wed Jan 14 01:25:55 2015	(r376990)
@@ -42,3 +42,4 @@ man/man1/pipelight-plugin.1.gz
 %%DATADIR%%/sig-install-dependency.gpg
 %%DATADIR%%/wine
 %%DATADIR%%/winecheck.exe
+@dir lib/browser_plugins



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501140125.t0E1Pu8V050164>