pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators Fix host name resolution on NetBSD. Bump rev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a1fbd565ebb
branches:  trunk
changeset: 351788:1a1fbd565ebb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Aug 27 20:56:29 2016 +0000

description:
Fix host name resolution on NetBSD. Bump revision.

diffstat:

 emulators/wine-devel/Makefile |  9 +++++++--
 emulators/wine/Makefile       |  9 +++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diffs (50 lines):

diff -r d3a48bc1ab5c -r 1a1fbd565ebb emulators/wine-devel/Makefile
--- a/emulators/wine-devel/Makefile     Sat Aug 27 20:42:47 2016 +0000
+++ b/emulators/wine-devel/Makefile     Sat Aug 27 20:56:29 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2016/03/05 11:28:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.57 2016/08/27 20:56:29 joerg Exp $
 
 DISTNAME=      wine-1.7.36
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    emulators
 MASTER_SITES=  http://ibiblio.org/pub/linux/system/emulators/wine/ \
                ${MASTER_SITE_SOURCEFORGE:=wine/}
@@ -57,6 +57,11 @@
 PLIST.wine64=          yes
 .endif
 
+.if ${OPSYS} == "NetBSD"
+# gethostbyname_r is in libc, but has a different calling convention
+CONFIGURE_ARGS+=       wine_cv_linux_gethostbyname_r_6=no
+.endif
+
 .if ${OPSYS} != "Darwin"
 PLIST.oss=             yes
 .include "../../fonts/fontconfig/buildlink3.mk"
diff -r d3a48bc1ab5c -r 1a1fbd565ebb emulators/wine/Makefile
--- a/emulators/wine/Makefile   Sat Aug 27 20:42:47 2016 +0000
+++ b/emulators/wine/Makefile   Sat Aug 27 20:56:29 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.192 2016/06/09 15:26:35 fhajny Exp $
+# $NetBSD: Makefile,v 1.193 2016/08/27 20:56:29 joerg Exp $
 
 DISTNAME=      wine-1.6.2
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    emulators
 MASTER_SITES=  http://ibiblio.org/pub/linux/system/emulators/wine/ \
                ${MASTER_SITE_SOURCEFORGE:=wine/}
@@ -52,6 +52,11 @@
 CONFIGURE_ARGS+=       --enable-win64
 .endif
 
+.if ${OPSYS} == "NetBSD"
+# gethostbyname_r is in libc, but has a different calling convention
+CONFIGURE_ARGS+=       wine_cv_linux_gethostbyname_r_6=no
+.endif
+
 .include "options.mk"
 
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index