diff options
author | gerald <gerald@FreeBSD.org> | 2010-02-20 06:44:14 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-02-20 06:44:14 +0800 |
commit | 96df73b02f66c8ce7ff36cbecf45b6e33dc325d7 (patch) | |
tree | b3fb1c44148abac0ed9fc08b6138aa596ba4eea0 /emulators/wine | |
parent | 46b7912ed3597c0764bd515647bbd2d1c265956a (diff) | |
download | freebsd-ports-gnome-96df73b02f66c8ce7ff36cbecf45b6e33dc325d7.tar.gz freebsd-ports-gnome-96df73b02f66c8ce7ff36cbecf45b6e33dc325d7.tar.zst freebsd-ports-gnome-96df73b02f66c8ce7ff36cbecf45b6e33dc325d7.zip |
Update to Wine 1.1.39. Among others, this includes the following changes:
- Support for registry symbolic links.
- Many MSI fixes.
- Build process improvements.
- MSXML cleanups and fixes.
- A number of MSHTML improvements.
- Various bug fixes.
Feature safe: yes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index b2a7e80a1733..f51ae6c8602c 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.38 +DISTVERSION= 1.1.39 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -41,13 +41,13 @@ ONLY_FOR_ARCHS= i386 USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes -USE_GL= glut +USE_GL= glu USE_XORG= xpm xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -OPTIONS= CUPS "Use CUPS (Common UNIX Printing System)" On \ +OPTIONS= CUPS "Use CUPS (Common UNIX Printing System)" Off \ HAL "Use HAL (Hardware Abstraction Layer)" Off \ LDAP "Use LDAP" Off \ LIBXSLT "Use libxslt (only used by msxml3.dll)" Off diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 6a35bc11df3f..b3616f5ff00e 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.38.tar.bz2) = ef5947bcb9667b75b8de4a2ce16d0ec2 -SHA256 (wine-1.1.38.tar.bz2) = 63f1929c47de8be7bcc72d8019628bc8b9ce1269d2e1e10379fb6a66cb45b3be -SIZE (wine-1.1.38.tar.bz2) = 16198816 +MD5 (wine-1.1.39.tar.bz2) = cbde85e50db653f54fe9da34be4a6de5 +SHA256 (wine-1.1.39.tar.bz2) = b7a58eb0ce8f6231cc0f020ae47b8625a63dd56838b487877950133715e03918 +SIZE (wine-1.1.39.tar.bz2) = 16262746 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 7fdccf015aff..a159eaa8fb91 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -134,6 +134,8 @@ include/wine/windows/cpl.h include/wine/windows/crtrow.idl include/wine/windows/cryptdlg.h include/wine/windows/cryptuiapi.h +include/wine/windows/ctfutb.h +include/wine/windows/ctfutb.idl include/wine/windows/ctxtcall.h include/wine/windows/ctxtcall.idl include/wine/windows/custcntl.h |