diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-05-14 19:34:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-05-14 19:34:28 +0000 |
commit | 4bf88a38fba4bd0ed1c849d3a4ecac3a29f6fa6c (patch) | |
tree | 62a869322066e57d56db9d8794afc61c1c545462 | |
parent | 6fde8e96ce1223889fce4e774334e0bf42d5382e (diff) | |
download | ports-4bf88a38fba4bd0ed1c849d3a4ecac3a29f6fa6c.tar.gz ports-4bf88a38fba4bd0ed1c849d3a4ecac3a29f6fa6c.zip |
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
Notes
Notes:
svn path=/head/; revision=318193
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 101c76ef7c21..3f910fcffc85 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -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 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index a0c38f56b9a6..6ccc0e4dae09 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -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 |