svn commit: r369779 - in head/emulators: i386-wine i386-wine-devel

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 1 22:25:03 UTC 2014


Author: bapt
Date: Wed Oct  1 22:25:01 2014
New Revision: 369779
URL: https://svnweb.freebsd.org/changeset/ports/369779
QAT: https://qat.redports.org/buildarchive/r369779/

Log:
  Partially revert previous commits

Modified:
  head/emulators/i386-wine-devel/Makefile.inc
  head/emulators/i386-wine/Makefile.inc

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Wed Oct  1 22:21:20 2014	(r369778)
+++ head/emulators/i386-wine-devel/Makefile.inc	Wed Oct  1 22:25:01 2014	(r369779)
@@ -3,7 +3,6 @@
 
 PORTNAME=	wine
 PORTVERSION=	1.7.27
-PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
@@ -40,7 +39,6 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
 USES=		tar:xz
-BUNDLE_LIBS=	yes
 
 GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.24-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Wed Oct  1 22:21:20 2014	(r369778)
+++ head/emulators/i386-wine/Makefile.inc	Wed Oct  1 22:25:01 2014	(r369779)
@@ -3,7 +3,6 @@
 
 PORTNAME=	wine
 PORTVERSION=	1.6.2
-PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
@@ -38,7 +37,6 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
 USES=		tar:xz
-BUNDLE_LIBS=	yes
 
 GECKO_RUN_DEPENDS=   ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko
 MONO_RUN_DEPENDS=   ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono


More information about the svn-ports-all mailing list