svn commit: r462530 - in head/emulators: . pipelight

Antoine Brodin antoine at FreeBSD.org
Wed Feb 21 16:07:26 UTC 2018


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:


More information about the svn-ports-all mailing list