diff options
author | gerald <gerald@FreeBSD.org> | 2011-11-19 22:06:48 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-11-19 22:06:48 +0800 |
commit | 099d2ff27c644ae83545db17ac8266f42d555c6d (patch) | |
tree | 301c65543e9c488c38ee2bd4e1ee9ba470711089 /emulators/wine/Makefile | |
parent | bea558a4cd17d0133d003999e3fc684fc176c2fd (diff) | |
download | freebsd-ports-gnome-099d2ff27c644ae83545db17ac8266f42d555c6d.tar.gz freebsd-ports-gnome-099d2ff27c644ae83545db17ac8266f42d555c6d.tar.zst freebsd-ports-gnome-099d2ff27c644ae83545db17ac8266f42d555c6d.zip |
Update to Wine 1.3.33. This includes the following changes:
- Support for text output in the DIB engine.
- Improved support for HTTP proxies.
- New version of the Gecko engine.
- A number of cursor fixes.
- Some fixes in bidirectional text layout.
- Various bug fixes.
Explicitly di$sable TIFF support, configuring --without-tiff, after
we have not had this as a package dependency all the time anyway.
Feature safe: yes
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index be9bb3d98df2..07f63ce02f1e 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.32 +DISTVERSION= 1.3.33 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -34,7 +34,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --with-glu \ --without-gphoto --without-gsm --without-gstreamer \ - --with-opengl --without-mpg123 --with-oss --without-sane \ + --with-opengl --without-mpg123 --with-oss \ + --without-sane --without-tiff \ --without-v4l --without-xcomposite --without-xinerama \ --with-xinput2 --with-xrandr CONFIGURE_ENV= FLEX="${LOCALBASE}/bin/flex" |