pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/bochs



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Dec 22 22:09:53 UTC 2019

Modified Files:
        pkgsrc/emulators/bochs: distinfo
        pkgsrc/emulators/bochs/patches: patch-configure

Log Message:
bochs: allow linux 5.x


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/emulators/bochs/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/bochs/patches/patch-configure

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

Modified files:

Index: pkgsrc/emulators/bochs/distinfo
diff -u pkgsrc/emulators/bochs/distinfo:1.33 pkgsrc/emulators/bochs/distinfo:1.34
--- pkgsrc/emulators/bochs/distinfo:1.33        Mon Jan 21 10:04:45 2019
+++ pkgsrc/emulators/bochs/distinfo     Sun Dec 22 22:09:53 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2019/01/21 10:04:45 markd Exp $
+$NetBSD: distinfo,v 1.34 2019/12/22 22:09:53 markd Exp $
 
 SHA1 (bochs-2.6.9.tar.gz) = 1aec18479c33d9abc7a43c0fbd744eb86199c55d
 RMD160 (bochs-2.6.9.tar.gz) = d437bbaa04b8bb9f3b42a51860459dcc4e308616
@@ -6,7 +6,7 @@ SHA512 (bochs-2.6.9.tar.gz) = dfecf3a1ba
 Size (bochs-2.6.9.tar.gz) = 5169187 bytes
 SHA1 (patch-.bochsrc) = df5b8879ec005fe44bca8bee42c549095012013d
 SHA1 (patch-Makefile.in) = ca8d485a9f4901df15eb3e521105de2ae833cfcb
-SHA1 (patch-configure) = 3c8de4efa55dac9f672ad087e35dd7512ae5db8e
+SHA1 (patch-configure) = 47774947feb4ddbdeb9f3df68f345cd42ab76a7b
 SHA1 (patch-iodev_network_eth__socket.cc) = 37c4ab50da3f646ffc541001e8a8b7c93a7995c4
 SHA1 (patch-iodev_network_slirp_compat_cc) = a48d112daac6049c0ee8076eb012ab2f44740889
 SHA1 (patch-iodev_network_slirp_slirp.h) = c0920978ca5f004be603950240e4a988bee6d4f9

Index: pkgsrc/emulators/bochs/patches/patch-configure
diff -u pkgsrc/emulators/bochs/patches/patch-configure:1.6 pkgsrc/emulators/bochs/patches/patch-configure:1.7
--- pkgsrc/emulators/bochs/patches/patch-configure:1.6  Mon Jan 21 10:04:45 2019
+++ pkgsrc/emulators/bochs/patches/patch-configure      Sun Dec 22 22:09:53 2019
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.6 2019/01/21 10:04:45 markd Exp $
+$NetBSD: patch-configure,v 1.7 2019/12/22 22:09:53 markd Exp $
 
-Deal with Linux 4.x
+Deal with Linux 4.x and 5.x
 
 --- configure.orig     2015-05-03 06:37:18.754341000 +0000
 +++ configure
@@ -9,7 +9,7 @@ Deal with Linux 4.x
                KERNEL_MODULE_SUFFIX="o"
                ;;
 -            2.6*|3.*)
-+            2.6*|3.*|4.*)
++            2.6*|3.*|4.*|5.*)
                PCIDEV_MODULE_MAKE_ALL="all-kernel26"
                KERNEL_MODULE_SUFFIX="ko"
                ;;



Home | Main Index | Thread Index | Old Index