pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators
Module Name: pkgsrc
Committed By: joerg
Date: Sat Aug 27 20:56:29 UTC 2016
Modified Files:
pkgsrc/emulators/wine: Makefile
pkgsrc/emulators/wine-devel: Makefile
Log Message:
Fix host name resolution on NetBSD. Bump revision.
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 pkgsrc/emulators/wine/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/emulators/wine-devel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/wine/Makefile
diff -u pkgsrc/emulators/wine/Makefile:1.192 pkgsrc/emulators/wine/Makefile:1.193
--- pkgsrc/emulators/wine/Makefile:1.192 Thu Jun 9 15:26:35 2016
+++ pkgsrc/emulators/wine/Makefile Sat Aug 27 20:56:29 2016
@@ -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+= --disable-win16
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"
Index: pkgsrc/emulators/wine-devel/Makefile
diff -u pkgsrc/emulators/wine-devel/Makefile:1.56 pkgsrc/emulators/wine-devel/Makefile:1.57
--- pkgsrc/emulators/wine-devel/Makefile:1.56 Sat Mar 5 11:28:29 2016
+++ pkgsrc/emulators/wine-devel/Makefile Sat Aug 27 20:56:29 2016
@@ -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 @@ CONFIGURE_ARGS+= --enable-win64
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"
Home |
Main Index |
Thread Index |
Old Index