Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 19:34:28 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318193 - head/emulators/wine-devel
Message-ID:  <201305141934.r4EJYSeC063112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue May 14 19:34:28 2013
New Revision: 318193
URL: http://svnweb.freebsd.org/changeset/ports/318193

Log:
  Again install libwine.so.1 which unbreaks several binaries installed by
  this port.
  
  (Right now we are doing this with a bit of a sledgehammer, installing
  the missing library manually; I'll work with upstream to get back to
  a proper approach.)
  
  Bump PORTREVISION.
  
  PR:		178638

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine-devel/pkg-plist

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Tue May 14 19:31:05 2013	(r318192)
+++ head/emulators/wine-devel/Makefile	Tue May 14 19:34:28 2013	(r318193)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.5.30
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -150,6 +151,7 @@ post-install:
 	@-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \
 	              ${MAN1PREFIX}/man/fr.UTF-8/man1 \
 	              ${MAN1PREFIX}/man/pl.UTF-8/man1
+	@${INSTALL_LIB} ${WRKSRC}/libs/wine/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1
 .if !defined(NOPORTDOCS)
 	-@${MKDIR} ${DOCSDIR}
 .for i in README ANNOUNCE AUTHORS

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Tue May 14 19:31:05 2013	(r318192)
+++ head/emulators/wine-devel/pkg-plist	Tue May 14 19:34:28 2013	(r318193)
@@ -735,6 +735,7 @@ include/wine/windows/ddk/usbdlib.h
 include/wine/windows/ddk/wdm.h
 include/wine/windows/ddk/winddiui.h
 include/wine/windows/ddk/winsplp.h
+lib/libwine.so.1
 lib/wine/acledit.dll.so
 lib/wine/aclui.dll.so
 lib/wine/activeds.dll.so



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