freebsd-ports/emulators
Gerald Pfeifer e3e23c3e52 Update from the Wine 2.0 release series to Wine 3.0.
This represents a year of development effort with over 6,000 individual
changes.  Due to regular syncing from the wine-devel port to this one
changes mostly relate to pkg-plist and the two ports mostly differ by
wine-devel featuring a STAGING option to support the Wine Staging
patchset.

Highlights of this new release include Direct3D 10 and 11 support,
Direct3D command stream, and improved DirectWrite and Direct2D support.
The following is a more detailed list:

== Direct3D

- A significant number of Direct3D 10 and 11 features are implemented
  in this release, including:
  - Compute shaders.
  - Hull and domain (tessellation) shaders.
  - Stream output.
  - Format capability queries.
  - A large number of shader model 4 and 5 shader instructions.
  - Shader model 4 and 5 interpolation modifiers.
  - Shader model 4 and 5 clip and cull distances.
  - Indirect draws and indirect compute dispatch.
  - Structured buffers.
  - Byte addressable buffers.
  - Append and consume buffers.
  - Unordered access view counters.
  - Cube-map arrays.
  - Layered rendering to 3-dimensional textures and texture arrays.
  - Mip-map generation.
  - Conservative depth output.
  - Type-less (sub)resource copies.
  - Depth bias.
- Support for OpenGL core contexts in Direct3D is improved, to the
  point that core contexts are used by default for Direct3D 10 and 11
  applications on AMD and Intel graphics cards. As a result, users of
  those graphics cards in combination with Mesa OpenGL drivers should
  no longer need to set the "MaxVersionGL" registry key to enable
  Direct3D 10 and 11 support.
- The Direct3D graphics card database recognizes more graphics cards.
- New HKCU\Software\Wine\Direct3D registry key:
  - "csmt" (REG_DWORD)
    Enable (0x1) or disable (0x0, default) the multi-threaded command
    stream feature described above.
- Deprecated HKCU\Software\Wine\Direct3D registry keys:
  - "StrictDrawOrdering"
    This has been superseded by the multi-threaded command stream feature.
  - "OffscreenRenderingMode"
    The "fbo" setting is the only remaining supported value. The
    "backbuffer" setting, while still available, is no longer supported.
- Removed HKCU\Software\Wine\Direct3D registry keys:
  - "AlwaysOffscreen"
    This is always enabled in this release.
  - "MultiSampling"
    Use the "SampleCount" (REG_DWORD) setting to force a specific
    multi-sample anti-aliasing sample count for swapchain render
    targets instead.

== Graphics

- Drawing outlines of Direct2D geometry objects.
- Direct2D linear and radial gradient brushes.
- Direct2D compatibility with GDI.
- Bounds computation of Direct2D geometry objects.
- Simplification of Direct2D geometry objects.
- The OpenGL extension list is updated to OpenGL version 4.6.
- The system GLU library is only needed when the Nurbs renderer is
  used, all other GLU functions are implemented internally.
- Metafile playback in GdiPlus supports most of the GdiPlus-specific
  metafile record types, in addition to the standard metafile records.
- GdiPlus graphics operations take the GDI transform into account.
- Encoding image formats with a palette is supported in WindowsCodecs.

== Kernel

- The default Windows version is set to Windows 7.
- The full semantics of named pipes are implemented, including
  message-mode pipes.
- Position Independent Executables are supported, both for the Wine binary
  itself and also when starting external binaries.
- Serial and parallel port devices are created automatically, with the
  corresponding symlinks in the dosdevices directory. The detected ports
  can be overridden through the HKLM\Software\Wine\Ports key.
- Safe DLL search mode is implemented. It is enabled by default, and
  can be disabled by setting the "SafeDllSearchMode" value to 0 under
  HKLM\System\CurrentControlSet\Control\Session Manager.
- Safe process search mode is implemented. It is disabled by default
  but can be requested by the application, and it can be forced by
  setting the "SafeProcessSearchMode" value to 1 under
  HKLM\System\CurrentControlSet\Control\Session Manager.
- Asynchronous I/O performance is improved by reducing the number of
  server calls.
- Memory write watches work correctly when used concurrently with file
  I/O on the same buffers.
- Virtual memory allocations can be arbitrarily large on 64-bit platforms.

== User interface

- The built-in mouse cursors are redesigned, and available in higher
  resolution for high DPI screens.
- The Shell Explorer, the common dialogs, and the RichEdit control
  properly scale on high DPI screens.
- The screen DPI value can be overridden by setting the "LogPixels"
  value under HKEY_CURRENT_USER\Control Panel\Desktop.
- In desktop mode, higher display resolutions with various aspect
  ratios are supported.
- Task Dialog common control.
- The Internal User Interface is supported in MSI.
- Double-buffered theme painting.
- The TWAIN library supports a user dialog for selecting the scanner
  source.
- Device-independent bitmaps and metafiles can be stored into the OLE
  Data Cache.

== Desktop integration

- The StartupWMClass field is set in generated desktop files so that
  they can be matched to their respective Windows binary.
- Clipboard changes from other X11 applications are detected through
  the Xfixes library instead of polling.
- The RichEdit control supports pasting metafiles.
- The Program Manager DDE protocol for manipulating program entries
  and groups is implemented.
- The HID service for detecting Plug & Play devices is active by default.

== Text and fonts

- Contextual glyph substitution is supported in UniScribe.
- Character tables are based on version 10.0.0 of the Unicode Standard.
- The Nepali and Bangla (India) locales are supported.
- Font support is compatible with the new behaviors introduced in
  FreeType version 2.8.1.

== DirectWrite

- Trailing line trimming signs in both character and word modes is
  supported.
- Cluster wrapping mode.
- Uniform and proportional line spacing methods.
- Oblique and bold simulation is also supported in bitmap rendering mode.
- Per-factory cache is thread safe.
- Overhang metrics evaluation for layouts.
- In-memory font file loader is implemented and is available to
  applications.

== D3DX

- Support for D3DX 9 preshaders is improved.
- Support for D3DX 9 application defined effect state managers
  (ID3DXEffectStateManager).
- Using effect pools to share effect parameters between D3DX 9 effects.

== Internet and networking

- UDP/TCP listeners are implemented in Web Services.
- Web Services supports the .NET Binary Format, including the string
  table extension.
- Web Services supports the .NET Message Framing Protocol.
- Asynchronous support is enabled for receiving messages in Web Services.
- HTML event handling is rewritten to support standard-compliant mode.
- Multiple new standard-compliant HTML APIs are supported. HTML document
  mode support is improved to preserve compatibility with documents
  expecting legacy behavior.
- The WebBrowser control supports MHTML files.
- Embedding HTML documents in .NET applications is better supported.
- WinHTTP correctly parses cookie attributes.

== Cryptography

- Cryptographic hashes are implemented internally instead of relying
  on GnuTLS.
- AES encryption is supported.
- The Microsoft Root Certificate 2011 is added to the list of known
  Microsoft certificates.
- The Mono and Gecko add-on packages are verified with SHA256 checksums.

== Built-in applications

- Registry importing and exporting in RegEdit is reimplemented for
  better compatibility. Windows 3.1 registry files can also be imported.
  Registry files are exported to Unicode format by default.
- RegEdit always shows the 64-bit view of the registry on 64-bit prefixes.
- The Reg.exe registry manipulation tool supports importing and exporting
  registry files.
- The command interpreter implements the MKLINK command.
- The command interpreter supports escape characters in the prompt string.
- WineMine shows a confirmation dialog before resetting the best scores.

== Tools

- The IDL compiler (widl) handles C++ aggregate returns in an
  MSVC-compatible way.
- The resource compiler (wrc) supports translating version resources
  through the po files.
- The Wine debugger (winedbg) supports printing floating point and SSE
  register state.
- All Perl scripts that parse XML use the standard XML::LibXML module.
- The obsolete wineinstall tool is removed.

== Miscellaneous

- XAudio supports float audio formats with more than 2 channels.
- The Scheduler and related classes are supported in the C++ runtime.
- SQL driver installation is supported in ODBC.
- The ProgramData well known directory is supported.
- The Mono engine is updated with upstream Mono fixes, and supports
  the Mono profiler API version 2.
- The thread id is always displayed in debug traces.
2018-01-27 09:37:41 +00:00
..
adamem For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
advancemame Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL 2018-01-05 02:57:35 +00:00
advancemenu - Fix LICENSE 2017-03-01 09:01:42 +00:00
advancemess Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
aftp - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
almostti Add a port of AlmostTI, simple emulator for Z80-based series of Texas 2017-04-26 09:10:00 +00:00
aqemu emulators/aqemu: updating to version 0.9.2 2018-01-13 01:18:32 +00:00
atari800 - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
bfe Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
bochs emulators/bochs: Update the port to the latest release 2017-11-27 17:33:28 +00:00
bsvc Cleanup $() variables in ports Makefiles. 2016-07-20 15:33:20 +00:00
catapult - Those ports fail to build with python3 2017-12-12 18:35:32 +00:00
cinc Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
cingb
citra emulators/citra: update to s20180127 2018-01-27 00:54:31 +00:00
citra-qt5 emulators/citra: update to s20180119 2018-01-20 00:22:37 +00:00
cpmemu
cpmtools
cpmtools2 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
darcnes - COMMENT should start wit capital letter 2017-07-16 18:06:45 +00:00
dboxfe Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility 2016-12-08 15:38:24 +00:00
desmume Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
dgen-sdl - Fix build with nasm 2.13.01 2017-07-12 21:56:58 +00:00
dolphin-emu Make portlint happier with my ports (reorder variables) 2018-01-25 11:07:50 +00:00
dosbox Fix build on FreeBSD-current with Clang 4.0. 2017-03-07 03:13:33 +00:00
dtcyber For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
dynagen Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
dynagui Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
dynamips-community emulators/dynamips-community: Update version 0.2.16=>0.2.17 2017-09-22 11:43:13 +00:00
e-uae - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
fceux - Fix LICENSE 2017-12-04 13:56:49 +00:00
fmsx
frodo - set BROKEN for FreeBSD-12 2018-01-18 09:48:48 +00:00
fs-uae Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd 2018-01-07 19:49:15 +00:00
fs-uae-launcher Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time 2016-10-09 22:01:34 +00:00
fuse emulators/fuse: update to version 1.5.0 2017-12-14 19:21:03 +00:00
fuse-roms emulators/fuse-roms: use RPM from Fedora 26 2017-08-13 16:27:54 +00:00
fuse-utils emulators/fuse-utils: update to version 1.4.0 2017-12-14 19:21:31 +00:00
gbe
gem5 Switch from swig 2.0 to swig 3.0 2017-12-20 19:34:11 +00:00
generator Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
generator-cbiere Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
gens Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
gngb Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
gngeo Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB. 2017-06-06 16:18:16 +00:00
gns3 Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
gnuboy Fix up Makefiles for ports that used to fetch from www.sourcefiles.org. 2018-01-02 01:51:11 +00:00
gxemul Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
hatari - hatari is not compatible with python3 2017-12-09 09:40:04 +00:00
hercules Update to 3.13. 2017-10-11 08:47:23 +00:00
higan Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
hugo Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
i386-wine emulators/i386-wine: update to 2.0.4 2018-01-16 04:04:10 +00:00
i386-wine-devel emulators/i386-wine-devel: update to 3.0.r6 2018-01-16 04:04:59 +00:00
i386-wine-staging emulators/i386-wine-devel: update to 3.0.r4 2018-01-06 05:31:43 +00:00
ia64sim Hopeless on anything other than x86. 2016-11-08 03:31:49 +00:00
ines Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
javatari - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
joytran
jzintv
kcemu multimedia/ffmpeg: update to 3.4 2017-10-21 06:50:49 +00:00
klh10 - Switch to options helpers 2016-06-24 15:14:47 +00:00
lib765 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
libdsk
libspectrum Update libspectrum and fuse to version 1.4.1 2017-10-24 19:33:22 +00:00
linux-c6 Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs. 2017-11-01 13:21:11 +00:00
linux-c7 Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs. 2017-11-01 13:21:11 +00:00
linux_base-c6 Update util-linux-ng to 2.17.2-12.28.el6_9.1. 2017-12-11 14:28:26 +00:00
linux_base-c7 - Update gcc to 4.8.5-16.el7_4.1. 2018-01-10 20:04:04 +00:00
lisaem Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
loemu Add explicit FLAVOR to dependencies (useful when using 2017-12-09 10:12:29 +00:00
m2000 - Remove archivers/zip build dependency 2017-11-06 16:45:29 +00:00
mame Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
mastergear - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
mednafen Re-try ports affected by bug 193528 on powerpc* after r449590 2017-12-12 04:35:49 +00:00
mess
mgba Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
mtools Remove libiconv.so.3 compatibility link that was added in r374303 to 2016-12-08 19:23:24 +00:00
mupen64plus - Fix trailing whitespace in pkg-messages 2016-05-19 11:09:14 +00:00
mupen64plus-audio-sdl
mupen64plus-core Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
mupen64plus-input-sdl
mupen64plus-plugins Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
mupen64plus-qt Fix WWW 2017-12-30 00:14:51 +00:00
mupen64plus-rsp-cxd4 Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
mupen64plus-rsp-hle
mupen64plus-rsp-z64 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
mupen64plus-ui-console
mupen64plus-video-arachnoid Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
mupen64plus-video-glide64 Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
mupen64plus-video-glide64mk2 devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
mupen64plus-video-rice Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
mupen64plus-video-z64 Bump portrevision to chase graphics/glew shard library version update. 2017-11-18 19:32:38 +00:00
nestopia emulators/nestopia: Update to 1.4.8 2017-09-05 17:13:08 +00:00
nonpareil Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
o2em When there is a do-install target, do not use a post-install target, do 2016-07-19 11:04:13 +00:00
ods2reader
open-vm-tools - Update name of autoreconf WRKSRC variable in comment 2018-01-24 09:41:04 +00:00
open-vm-tools-nox11 emulators/open-vm-tools: Update to 10.1.0 2017-03-22 14:52:00 +00:00
openmsx - Those ports fail to build with python3 2017-12-11 16:54:20 +00:00
p5-Acme-6502 Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
parallels-tools
pcemu With the power of USES=dos2unix, get rid of most patches and files 2016-06-20 16:23:28 +00:00
pcsxr Make portlint happier with my ports (reorder variables) 2018-01-25 11:07:50 +00:00
pearpc Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
pipelight Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
playonbsd Add run-time dependencies required by the scipts installed by this port. 2016-06-15 15:07:56 +00:00
ppsspp Improve CMake style in my ports 2018-01-01 13:42:54 +00:00
ppsspp-qt5 emulators/ppsspp: update to 1.5.1 2017-11-29 17:35:46 +00:00
py-gns3-converter Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-nova Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-unicorn Update to 1.0.1 2017-04-30 10:45:06 +00:00
q4wine Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
qemu Change default version of samba from 4.4 to 4.6 2017-12-23 07:03:21 +00:00
qemu-cheri Update to a new snapshot correcting 128-bit support. 2017-10-31 10:05:23 +00:00
qemu-cheri128 Update to a fresh snapshot. 2017-03-29 20:10:08 +00:00
qemu-cheri128m Update to a fresh snapshot. 2017-03-29 20:10:08 +00:00
qemu-devel Change default version of samba from 4.4 to 4.6 2017-12-23 07:03:21 +00:00
qemu-launcher Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
qemu-ppcnv Add port for QEMU fork for experimental PowerNV work (powerpc64, Non-Virtualized). 2017-07-26 20:55:14 +00:00
qemu-riscv - Update to 20180105 snapshot 2018-01-05 06:34:59 +00:00
qemu-sbruno Change default version of samba from 4.4 to 4.6 2017-12-23 07:03:21 +00:00
qemu-user-static Mark some ports failing on power64. In cases where the error message 2017-05-22 13:17:38 +00:00
qemu-utils emulators/qemu-utils: Update to 2.9.0 2017-08-07 18:26:53 +00:00
qmc2 - Update to 0.192 2018-01-01 02:47:20 +00:00
qtemu - Add LICENSE 2016-11-08 11:23:32 +00:00
quasi88
raine Deprecate ports broken for more than 6 months 2017-12-27 09:30:47 +00:00
riscv-fesvr - Update to 20180103 snapshot 2018-01-07 16:34:37 +00:00
riscv-isa-sim - Update to 20180103 snapshot 2018-01-07 16:34:56 +00:00
rpcs3 emulators/rpcs3: update to 0.0.4.283 2018-01-27 00:54:18 +00:00
rtc Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
rubygem-fission Fix gemspec for rubygem-CFPropertyList 3.0.0 update 2018-01-14 14:14:38 +00:00
simh emulators/simh: fix name clash with other ports and tidy compilations 2017-10-13 11:38:04 +00:00
skyeye Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
snes9express - Add LICENSE_FILE 2017-12-05 18:27:31 +00:00
snes9x Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
snes9x-gtk Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
spim - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
stella Mark more recently failing ports broken on aarch64. 2017-12-19 14:41:29 +00:00
stonx - use FONTNAME 2016-12-16 07:26:44 +00:00
swine - Those ports fail to build with python3 2017-12-10 20:48:45 +00:00
tiemu3 Register dependency on groff 2017-05-25 14:35:49 +00:00
tilem Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
tme The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
tpm-emulator emulators/tpm-emulator: fail to run in arm64 due to improper getopt(3) use 2017-06-03 21:56:25 +00:00
tuxnes - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
uae Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
ucon64 - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
unicorn For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
vba Begin deorbit burn of ia64. We have not attempted to build packages for 2017-06-25 00:29:09 +00:00
vboxtool - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
vgb-bin Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
vgba-bin Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
vice multimedia/ffmpeg: update to 3.4 2017-10-21 06:50:49 +00:00
virtio-kmod ${RM} already has -f. 2016-10-21 12:51:40 +00:00
virtualbox-ose multimedia/libvpx: update 1.7.0 2018-01-25 21:20:12 +00:00
virtualbox-ose-additions Add a missing run-time dependency, x11/xrandr. 2018-01-25 23:07:53 +00:00
virtualbox-ose-additions-nox11 Exclude DEBUG and OPENGL from options for -nox11. 2016-10-05 21:09:51 +00:00
virtualbox-ose-kmod Update to 5.2.6. 2018-01-17 04:37:09 +00:00
virtualbox-ose-nox11 Update to 5.2.0. 2017-10-23 16:49:37 +00:00
visualboyadvance-m For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
vmips
vmsbackup - Remove dead MASTER_SITES 2017-11-06 15:35:22 +00:00
vmw
vpcs - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
vxtools
wine Update from the Wine 2.0 release series to Wine 3.0. 2018-01-27 09:37:41 +00:00
wine-devel Configure --without-krb5 aka Kerberos support. This should not make a 2018-01-21 21:17:11 +00:00
wine-gecko Update license of ports using MPL (without version) 2017-11-04 11:43:35 +00:00
wine-gecko-devel Update license of ports using MPL (without version) 2017-11-04 11:43:35 +00:00
wine-mono Update emulators/wine-mono to version 4.6.4 and switch to new MASTER_SITES. 2017-03-21 20:48:59 +00:00
wine-mono-devel Update wine-mono-devel from upstream 4.7.0 to 4.7.1 with minor fixes. 2017-08-08 06:32:26 +00:00
wine-staging OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles. 2016-10-24 10:18:50 +00:00
winetricks update emulators/winetricks to 20171222 2017-12-27 20:08:23 +00:00
wxmupen64plus Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
x48 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
x49gp For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so 2017-11-30 05:55:17 +00:00
xbraitenberg
xcpc Track used or drop unused devel/icu dependency 2016-11-11 11:59:55 +00:00
xen xen: update to final 4.7.0 2016-07-04 15:29:45 +00:00
xen-kernel xen-kernel: add prerequisites for XSA-254 bandaid 2018-01-24 08:51:37 +00:00
xhomer - Switch to options helpers 2016-06-24 14:03:43 +00:00
xsystem35 Drop default directory from _DEPENDS in my ports 2016-03-16 12:58:16 +00:00
xzx Remove libjpeg.so.11 compatibility link that was added in r374303 to 2016-12-08 16:39:11 +00:00
yabause Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd 2018-01-07 20:16:07 +00:00
yape When there is a do-install target, do not use a post-install target, do 2016-07-19 11:04:13 +00:00
zsnes Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01 14:00:51 +00:00
Makefile emulators/ppsspp-devel: remove until enough upstream changes accumulate 2017-11-29 17:37:44 +00:00