pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu0



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sat Oct  1 13:20:52 UTC 2016

Modified Files:
        pkgsrc/emulators/qemu0: Makefile distinfo

Log Message:
Fix build of qemu-0.15.1 on CentOS 7

Changes:
 - require -lrt for timer_settime()
 - replace "struct siginfo" with "siginfo_t" (backported from new qemu)

Bump PKGREVISION to 18.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/emulators/qemu0/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/qemu0/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu0/Makefile
diff -u pkgsrc/emulators/qemu0/Makefile:1.18 pkgsrc/emulators/qemu0/Makefile:1.19
--- pkgsrc/emulators/qemu0/Makefile:1.18        Sat Jul  9 13:03:47 2016
+++ pkgsrc/emulators/qemu0/Makefile     Sat Oct  1 13:20:52 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:47 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/10/01 13:20:52 kamil Exp $
 
 DISTNAME=              qemu-0.15.1
-PKGREVISION=           17
+PKGREVISION=           18
 CATEGORIES=            emulators
 MASTER_SITES=          http://wiki.qemu.org/download/
 
@@ -109,6 +109,8 @@ PLIST_VARS+=                ${UE_ARCHS} nbd
 PLIST.${_var_}=                YES
 .endfor
 
+LDFLAGS.Linux+=                -lrt # timer_settime
+
 post-install:
        ${INSTALL_DATA} ${FILESDIR}/Makefile.multinode-NetBSD \
                ${DESTDIR}${PREFIX}/share/doc/qemu/

Index: pkgsrc/emulators/qemu0/distinfo
diff -u pkgsrc/emulators/qemu0/distinfo:1.4 pkgsrc/emulators/qemu0/distinfo:1.5
--- pkgsrc/emulators/qemu0/distinfo:1.4 Tue Nov  3 20:31:01 2015
+++ pkgsrc/emulators/qemu0/distinfo     Sat Oct  1 13:20:52 2016
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 20:31:01 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/10/01 13:20:52 kamil Exp $
 
 SHA1 (qemu-0.15.1.tar.gz) = 30cf3b4dabb4b5d8efadb20f364eb8181f317681
 RMD160 (qemu-0.15.1.tar.gz) = fd1cfde94f96569af671cc96d1c2e4bad524fd61
@@ -21,5 +21,6 @@ SHA1 (patch-hw_ppc__newworld.c) = a0011c
 SHA1 (patch-hw_ppc__oldworld.c) = 790daed4d0bdc51628a6252716480510f8c444c8
 SHA1 (patch-hw_xilinx__axienet.c) = 6f715e4e2241c3c9006bc571084ca5fd12658f13
 SHA1 (patch-ioport.c) = bb0c6671eaf39ef9b846d0ea2633cb1d56edddb1
+SHA1 (patch-linux-user_signal.c) = cad363ccbf43e48e67127dac785606d7169ffa45
 SHA1 (patch-scripts_texi2pod.pl) = 4822f54e16f27b1ba586116e3158e2d3d9b37906
 SHA1 (patch-slirp_tcp__subr.c) = d2aca58ea0726b76b5f644af27fde0598beaf048



Home | Main Index | Thread Index | Old Index