diff options
author | gerald <gerald@FreeBSD.org> | 2013-05-15 03:34:28 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-05-15 03:34:28 +0800 |
commit | 251b8ea7969e53afd1c2befaef412bc08af1b7d3 (patch) | |
tree | 62a869322066e57d56db9d8794afc61c1c545462 /emulators | |
parent | e911e9078dae80011a5e0190d9e9587985899bd6 (diff) | |
download | freebsd-ports-gnome-251b8ea7969e53afd1c2befaef412bc08af1b7d3.tar.gz freebsd-ports-gnome-251b8ea7969e53afd1c2befaef412bc08af1b7d3.tar.zst freebsd-ports-gnome-251b8ea7969e53afd1c2befaef412bc08af1b7d3.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
Diffstat (limited to 'emulators')
-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 |