diff options
author | gerald <gerald@FreeBSD.org> | 2010-09-06 08:07:36 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-09-06 08:07:36 +0800 |
commit | c9f33bc8b7c310e71f7a1b4f52de5b7d0a953ec5 (patch) | |
tree | e8d1db07e6d0862dab0f03a5daad7c2bfd6c6e79 /emulators/wine | |
parent | f96e8dc74e83b70606afed297e3b14e903d9c1dc (diff) | |
download | freebsd-ports-gnome-c9f33bc8b7c310e71f7a1b4f52de5b7d0a953ec5.tar.gz freebsd-ports-gnome-c9f33bc8b7c310e71f7a1b4f52de5b7d0a953ec5.tar.zst freebsd-ports-gnome-c9f33bc8b7c310e71f7a1b4f52de5b7d0a953ec5.zip |
Fix package list around OpenGL.[1] Make the port more resilient by
explicitly configuring with OpenGL and GLU support, forcing failure
in case there is any problem.
Bump PORTREVISION since some users of the latest version will have an
incorrect package list.
Reported by: erwin [1]
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f560fbd1d1a5..8725bd34850d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -26,6 +27,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ + --with-opengl --with-glu \ --without-capi --without-gphoto \ --without-gsm --without-mpg123 --without-openal \ --without-sane diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index e5b517a0ed2b..2eaa206bb48f 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -924,6 +924,7 @@ lib/wine/fakedlls/gameux.dll lib/wine/fakedlls/gdi.exe16 lib/wine/fakedlls/gdi32.dll lib/wine/fakedlls/gdiplus.dll +lib/wine/fakedlls/glu32.dll lib/wine/fakedlls/gphoto2.ds lib/wine/fakedlls/gpkcsp.dll lib/wine/fakedlls/hal.dll @@ -1056,6 +1057,7 @@ lib/wine/fakedlls/olesvr.dll16 lib/wine/fakedlls/olesvr32.dll lib/wine/fakedlls/olethk32.dll lib/wine/fakedlls/oleview.exe +lib/wine/fakedlls/opengl32.dll lib/wine/fakedlls/pdh.dll lib/wine/fakedlls/pidgen.dll lib/wine/fakedlls/ping.exe @@ -1234,6 +1236,7 @@ lib/wine/gameux.dll.so lib/wine/gdi.exe16.so lib/wine/gdi32.dll.so lib/wine/gdiplus.dll.so +lib/wine/glu32.dll.so lib/wine/gphoto2.ds.so lib/wine/gpkcsp.dll.so lib/wine/hal.dll.so @@ -1318,6 +1321,7 @@ lib/wine/libdxgi.def lib/wine/libdxguid.a lib/wine/libgdi32.def lib/wine/libgdiplus.def +lib/wine/libglu32.def lib/wine/libhid.def lib/wine/libhlink.def lib/wine/libimagehlp.def @@ -1361,6 +1365,7 @@ lib/wine/libolecli32.def lib/wine/liboledlg.def lib/wine/libolepro32.def lib/wine/libolesvr32.def +lib/wine/libopengl32.def lib/wine/libpdh.def lib/wine/libpowrprof.def lib/wine/libpropsys.def @@ -1518,6 +1523,7 @@ lib/wine/olesvr.dll16.so lib/wine/olesvr32.dll.so lib/wine/olethk32.dll.so lib/wine/oleview.exe.so +lib/wine/opengl32.dll.so lib/wine/pdh.dll.so lib/wine/pidgen.dll.so lib/wine/ping.exe.so |