Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2018 16:07:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462530 - in head/emulators: . pipelight
Message-ID:  <201802211607.w1LG7PvJ048615@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 21 16:07:25 2018
New Revision: 462530
URL: https://svnweb.freebsd.org/changeset/ports/462530

Log:
  pipelight builds fine with wine (not run tested)

Modified:
  head/emulators/Makefile
  head/emulators/pipelight/Makefile

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Wed Feb 21 15:44:01 2018	(r462529)
+++ head/emulators/Makefile	Wed Feb 21 16:07:25 2018	(r462530)
@@ -108,7 +108,7 @@
     SUBDIR += pcemu
     SUBDIR += pcsxr
     SUBDIR += pearpc
-#    SUBDIR += pipelight
+    SUBDIR += pipelight
     SUBDIR += playonbsd
     SUBDIR += ppsspp
     SUBDIR += ppsspp-qt5

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Wed Feb 21 15:44:01 2018	(r462529)
+++ head/emulators/pipelight/Makefile	Wed Feb 21 16:07:25 2018	(r462530)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pipelight
 PORTVERSION=	0.2.8.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	emulators
 MASTER_SITES=	https://bitbucket.org/mmueller2012/pipelight/get/ \
 		http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg
@@ -46,11 +46,11 @@ SUB_FILES=	pipelight-mkufs
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"
-BUILD_DEPENDS+=	${LOCALBASE}/bin/wine:emulators/wine-staging
-RUN_DEPENDS+=	${LOCALBASE}/bin/wine:emulators/wine-staging
+BUILD_DEPENDS+=	${LOCALBASE}/bin/wine:emulators/wine
+RUN_DEPENDS+=	${LOCALBASE}/bin/wine:emulators/wine
 .elif ${ARCH} == "amd64"
-BUILD_DEPENDS+=	${LOCALBASE}/bin/wine:emulators/i386-wine-staging
-RUN_DEPENDS+=	${LOCALBASE}/bin/wine:emulators/i386-wine-staging
+BUILD_DEPENDS+=	${LOCALBASE}/bin/wine:emulators/i386-wine
+RUN_DEPENDS+=	${LOCALBASE}/bin/wine:emulators/i386-wine
 .endif
 
 pre-configure:



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