mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to Wine 1.7.5. This includes the following changes:
- Rewrite of the BiDi algorithm for full Unicode 6.3 support. - Support for Video Mixing Renderer version 7. - Various bug fixes. Replace USE_GCC by USES=compiler:c11. [1] Suggested by: dbn [1]
This commit is contained in:
parent
c664f17245
commit
b11bc2267f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333295
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.7.5
|
||||
DISTVERSION= 1.7.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -23,7 +23,6 @@ CONFLICTS_INSTALL= i386-wine-* wine-1.4* wine-1.6*
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_GCC= any
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--verbose --disable-tests \
|
||||
--without-alsa --without-capi --without-dbus \
|
||||
@ -37,7 +36,7 @@ WINELIBDIR?= ${PREFIX}/lib
|
||||
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
|
||||
.endif
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USES= bison gmake
|
||||
USES= bison compiler:c11 gmake
|
||||
USE_BZIP2= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wine-1.7.5.tar.bz2) = 355c2980c457f7d714132fcf7008fcb9ad185295bdd9f0681e9123d839952823
|
||||
SIZE (wine-1.7.5.tar.bz2) = 21514302
|
||||
SHA256 (wine-1.7.6.tar.bz2) = ea26fa5b7f24069c4e44b8ef24e1c6d2d2ec3aac99adc1fecdf14dcbe357be86
|
||||
SIZE (wine-1.7.6.tar.bz2) = 21521738
|
||||
|
Loading…
Reference in New Issue
Block a user