Date: Tue, 17 Jul 2012 22:37:35 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301049 - head/emulators/wine-devel Message-ID: <201207172237.q6HMbZeu002729@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Tue Jul 17 22:37:35 2012 New Revision: 301049 URL: http://svn.freebsd.org/changeset/ports/301049 Log: Update to Wine 1.5.9. This includes the following changes: - Support for GPOS font tables in Uniscribe. - Support for XRandr 1.2 and 1.3. - Parser improvements for the HLSL compiler. - Various bug fixes. Remove ABI version numbers for all library dependencies. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Tue Jul 17 22:13:37 2012 (r301048) +++ head/emulators/wine-devel/Makefile Tue Jul 17 22:37:35 2012 (r301049) @@ -6,7 +6,7 @@ # PORTNAME= wine -DISTVERSION= 1.5.8 +DISTVERSION= 1.5.9 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -20,10 +20,10 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - freetype.9:${PORTSDIR}/print/freetype2 \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - lcms.1:${PORTSDIR}/graphics/lcms \ +LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + freetype:${PORTSDIR}/print/freetype2 \ + jpeg:${PORTSDIR}/graphics/jpeg \ + lcms:${PORTSDIR}/graphics/lcms \ png15:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 @@ -74,7 +74,7 @@ PORTDATA= fonts/ generic.ppd l_intl.nls .if ${PORT_OPTIONS:MCUPS} CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client .else CONFIGURE_ARGS+= --without-cups .endif @@ -85,14 +85,14 @@ RUN_DEPENDS+= dosbox:${PORTSDIR}/emulato .if ${PORT_OPTIONS:MGNU_TLS} CONFIGURE_ARGS+= --with-gnutls -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif .if ${PORT_OPTIONS:MHAL} CONFIGURE_ARGS+= --with-hal -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal .else CONFIGURE_ARGS+= --without-hal .endif @@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --without-ldap .if ${PORT_OPTIONS:MLIBXSLT} CONFIGURE_ARGS+= --with-xslt -LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS+= xslt:${PORTSDIR}/textproc/libxslt .else CONFIGURE_ARGS+= --without-xslt .endif Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Tue Jul 17 22:13:37 2012 (r301048) +++ head/emulators/wine-devel/distinfo Tue Jul 17 22:37:35 2012 (r301049) @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.8.tar.bz2) = dff2bb0026dc155c0c8ae4fd4f87d4a9cd40496286af6ed05130c87d514fc543 -SIZE (wine-1.5.8.tar.bz2) = 20383248 +SHA256 (wine-1.5.9.tar.bz2) = 7bc25e7d0d8fec11a41fec89994dd65265b8fd1052ee82d5648232e646899cd3 +SIZE (wine-1.5.9.tar.bz2) = 20413229
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207172237.q6HMbZeu002729>