Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bochs: update to 2.7.
@ 2023-06-25 16:26 AnErrupTion
  2023-06-25 20:22 ` [PR REVIEW] " Duncaen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: AnErrupTion @ 2023-06-25 16:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

There is a new pull request by AnErrupTion against master on the void-packages repository

https://github.com/AnErrupTion/void-packages bochs-2.7
https://github.com/void-linux/void-packages/pull/44632

bochs: update to 2.7.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

Alongside this, I made bochs compile with more stuff like x86_64, SMP, GUI debugger, etc...

A patch file from https://github.com/void-linux/void-packages/pull/44632.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bochs-2.7-44632.patch --]
[-- Type: text/x-diff, Size: 1586 bytes --]

From bca136f3820fab6fb038692c4bb88d0d491f005f Mon Sep 17 00:00:00 2001
From: AnErrupTion <anerruption@disroot.org>
Date: Sun, 25 Jun 2023 18:23:34 +0200
Subject: [PATCH] bochs: update to 2.7.

---
 srcpkgs/bochs/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/bochs/template b/srcpkgs/bochs/template
index da32042567aa..175426653f3a 100644
--- a/srcpkgs/bochs/template
+++ b/srcpkgs/bochs/template
@@ -1,17 +1,17 @@
 # Template file for 'bochs'
 pkgname=bochs
-version=2.6.11
+version=2.7
 revision=1
 build_style=gnu-configure
-configure_args="--enable-debugger --enable-disasm --disable-readline"
+configure_args="--with-sdl2 --enable-all-optimizations --enable-x86-64 --enable-smp --enable-debugger --enable-debugger-gui --enable-avx --enable-evex --enable-x86-debugger --enable-usb --enable-usb-ohci --enable-usb-ehci --enable-usb-xhci --enable-e1000 --disable-readline"
 hostmakedepends="pkg-config"
-makedepends="libX11-devel libXrandr-devel gtk+-devel"
-short_desc="Highly portable open source IA-32 (x86) PC emulator"
+makedepends="libX11-devel libXrandr-devel SDL2-devel"
+short_desc="Highly portable open source x86(_64) PC emulator"
 maintainer="mid-kid <esteve.varela@gmail.com>"
 license="LGPL-2.1-only"
 homepage="http://bochs.sourceforge.net/"
 distfiles="$SOURCEFORGE_SITE/bochs/bochs-${version}.tar.gz"
-checksum=63897b41fbbbdfb1c492d3c4dee1edb4224282a07bbdf442a4a68c19bcc18862
+checksum=a010ab1bfdc72ac5a08d2e2412cd471c0febd66af1d9349bc0d796879de5b17a
 
 pre_build() {
 	vsed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] bochs: update to 2.7.
  2023-06-25 16:26 [PR PATCH] bochs: update to 2.7 AnErrupTion
  2023-06-25 20:22 ` [PR REVIEW] " Duncaen
@ 2023-06-25 20:22 ` Duncaen
  2023-06-25 20:22 ` Duncaen
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-25 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/44632#discussion_r1241280783

Comment:
Please change the maintainer to `Orphaned <orphan@voidlinux.org>` since they haven't contributed since 2015.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] bochs: update to 2.7.
  2023-06-25 16:26 [PR PATCH] bochs: update to 2.7 AnErrupTion
@ 2023-06-25 20:22 ` Duncaen
  2023-06-25 20:22 ` Duncaen
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-25 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/44632#discussion_r1241280708

Comment:
can you please split the lines like:
```
configure_args="--with-sdl2 --enable-all-optimizations --enable-x86-64 --enable-smp --enable-debugger
  --enable-debugger-gui --enable-avx --enable-evex --enable-x86-debugger --enable-usb --enable-usb-ohci 
 ..."
```

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] bochs: update to 2.7.
  2023-06-25 16:26 [PR PATCH] bochs: update to 2.7 AnErrupTion
  2023-06-25 20:22 ` [PR REVIEW] " Duncaen
  2023-06-25 20:22 ` Duncaen
@ 2023-06-25 20:22 ` Duncaen
  2023-06-25 20:23 ` Duncaen
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-25 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/44632#discussion_r1241280708

Comment:
can you please split the lines like:
```
configure_args="--with-sdl2 --enable-all-optimizations --enable-x86-64 --enable-smp --enable-debugger
 --enable-debugger-gui --enable-avx --enable-evex --enable-x86-debugger --enable-usb --enable-usb-ohci 
 ..."
```

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] bochs: update to 2.7.
  2023-06-25 16:26 [PR PATCH] bochs: update to 2.7 AnErrupTion
                   ` (2 preceding siblings ...)
  2023-06-25 20:22 ` Duncaen
@ 2023-06-25 20:23 ` Duncaen
  2023-06-25 21:11 ` [PR PATCH] [Updated] " AnErrupTion
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-25 20:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/44632#discussion_r1241280708

Comment:
can you please split the lines like:
```
configure_args="--with-sdl2 --enable-all-optimizations --enable-x86-64 --enable-smp --enable-debugger
 --enable-debugger-gui --enable-avx --enable-evex --enable-x86-debugger --enable-usb --enable-usb-ohci 
 --enable-usb-ehci --enable-usb-xhci --enable-e1000 --disable-readline"
```

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] bochs: update to 2.7.
  2023-06-25 16:26 [PR PATCH] bochs: update to 2.7 AnErrupTion
                   ` (3 preceding siblings ...)
  2023-06-25 20:23 ` Duncaen
@ 2023-06-25 21:11 ` AnErrupTion
  2023-06-25 21:20 ` AnErrupTion
  2023-06-25 21:48 ` [PR PATCH] [Closed]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: AnErrupTion @ 2023-06-25 21:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

There is an updated pull request by AnErrupTion against master on the void-packages repository

https://github.com/AnErrupTion/void-packages bochs-2.7
https://github.com/void-linux/void-packages/pull/44632

bochs: update to 2.7.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

Alongside this, I made bochs compile with more stuff like x86_64, SMP, GUI debugger, etc...

A patch file from https://github.com/void-linux/void-packages/pull/44632.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bochs-2.7-44632.patch --]
[-- Type: text/x-diff, Size: 3046 bytes --]

From bca136f3820fab6fb038692c4bb88d0d491f005f Mon Sep 17 00:00:00 2001
From: AnErrupTion <anerruption@disroot.org>
Date: Sun, 25 Jun 2023 18:23:34 +0200
Subject: [PATCH 1/2] bochs: update to 2.7.

---
 srcpkgs/bochs/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/bochs/template b/srcpkgs/bochs/template
index da32042567aa..175426653f3a 100644
--- a/srcpkgs/bochs/template
+++ b/srcpkgs/bochs/template
@@ -1,17 +1,17 @@
 # Template file for 'bochs'
 pkgname=bochs
-version=2.6.11
+version=2.7
 revision=1
 build_style=gnu-configure
-configure_args="--enable-debugger --enable-disasm --disable-readline"
+configure_args="--with-sdl2 --enable-all-optimizations --enable-x86-64 --enable-smp --enable-debugger --enable-debugger-gui --enable-avx --enable-evex --enable-x86-debugger --enable-usb --enable-usb-ohci --enable-usb-ehci --enable-usb-xhci --enable-e1000 --disable-readline"
 hostmakedepends="pkg-config"
-makedepends="libX11-devel libXrandr-devel gtk+-devel"
-short_desc="Highly portable open source IA-32 (x86) PC emulator"
+makedepends="libX11-devel libXrandr-devel SDL2-devel"
+short_desc="Highly portable open source x86(_64) PC emulator"
 maintainer="mid-kid <esteve.varela@gmail.com>"
 license="LGPL-2.1-only"
 homepage="http://bochs.sourceforge.net/"
 distfiles="$SOURCEFORGE_SITE/bochs/bochs-${version}.tar.gz"
-checksum=63897b41fbbbdfb1c492d3c4dee1edb4224282a07bbdf442a4a68c19bcc18862
+checksum=a010ab1bfdc72ac5a08d2e2412cd471c0febd66af1d9349bc0d796879de5b17a
 
 pre_build() {
 	vsed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile

From 290d8894ebb0ff250fd0944a5fa3105f6e72004e Mon Sep 17 00:00:00 2001
From: AnErrupTion <anerruption@disroot.org>
Date: Sun, 25 Jun 2023 23:10:07 +0200
Subject: [PATCH 2/2] bochs: update to 2.7.

---
 srcpkgs/bochs/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bochs/template b/srcpkgs/bochs/template
index 175426653f3a..67274c81007e 100644
--- a/srcpkgs/bochs/template
+++ b/srcpkgs/bochs/template
@@ -3,11 +3,14 @@ pkgname=bochs
 version=2.7
 revision=1
 build_style=gnu-configure
-configure_args="--with-sdl2 --enable-all-optimizations --enable-x86-64 --enable-smp --enable-debugger --enable-debugger-gui --enable-avx --enable-evex --enable-x86-debugger --enable-usb --enable-usb-ohci --enable-usb-ehci --enable-usb-xhci --enable-e1000 --disable-readline"
+configure_args="--with-sdl2 --enable-all-optimizations --enable-e1000 --disable-readline
+--enable-x86-64 --enable-smp --enable-avx --enable-evex --enable-x86-debugger
+--enable-usb --enable-usb-ohci --enable-usb-ehci --enable-usb-xhci
+--enable-debugger --enable-debugger-gui"
 hostmakedepends="pkg-config"
 makedepends="libX11-devel libXrandr-devel SDL2-devel"
 short_desc="Highly portable open source x86(_64) PC emulator"
-maintainer="mid-kid <esteve.varela@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="http://bochs.sourceforge.net/"
 distfiles="$SOURCEFORGE_SITE/bochs/bochs-${version}.tar.gz"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] bochs: update to 2.7.
  2023-06-25 16:26 [PR PATCH] bochs: update to 2.7 AnErrupTion
                   ` (4 preceding siblings ...)
  2023-06-25 21:11 ` [PR PATCH] [Updated] " AnErrupTion
@ 2023-06-25 21:20 ` AnErrupTion
  2023-06-25 21:48 ` [PR PATCH] [Closed]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: AnErrupTion @ 2023-06-25 21:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

There is an updated pull request by AnErrupTion against master on the void-packages repository

https://github.com/AnErrupTion/void-packages bochs-2.7
https://github.com/void-linux/void-packages/pull/44632

bochs: update to 2.7.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

Alongside this, I made bochs compile with more stuff like x86_64, SMP, GUI debugger, etc...

A patch file from https://github.com/void-linux/void-packages/pull/44632.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bochs-2.7-44632.patch --]
[-- Type: text/x-diff, Size: 1640 bytes --]

From 73c3a61f08eb3f33f223dbec30bb91eb094d2804 Mon Sep 17 00:00:00 2001
From: AnErrupTion <anerruption@disroot.org>
Date: Sun, 25 Jun 2023 23:18:03 +0200
Subject: [PATCH] bochs: update to 2.7.

---
 srcpkgs/bochs/template | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/bochs/template b/srcpkgs/bochs/template
index da32042567aa..67274c81007e 100644
--- a/srcpkgs/bochs/template
+++ b/srcpkgs/bochs/template
@@ -1,17 +1,20 @@
 # Template file for 'bochs'
 pkgname=bochs
-version=2.6.11
+version=2.7
 revision=1
 build_style=gnu-configure
-configure_args="--enable-debugger --enable-disasm --disable-readline"
+configure_args="--with-sdl2 --enable-all-optimizations --enable-e1000 --disable-readline
+--enable-x86-64 --enable-smp --enable-avx --enable-evex --enable-x86-debugger
+--enable-usb --enable-usb-ohci --enable-usb-ehci --enable-usb-xhci
+--enable-debugger --enable-debugger-gui"
 hostmakedepends="pkg-config"
-makedepends="libX11-devel libXrandr-devel gtk+-devel"
-short_desc="Highly portable open source IA-32 (x86) PC emulator"
-maintainer="mid-kid <esteve.varela@gmail.com>"
+makedepends="libX11-devel libXrandr-devel SDL2-devel"
+short_desc="Highly portable open source x86(_64) PC emulator"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="http://bochs.sourceforge.net/"
 distfiles="$SOURCEFORGE_SITE/bochs/bochs-${version}.tar.gz"
-checksum=63897b41fbbbdfb1c492d3c4dee1edb4224282a07bbdf442a4a68c19bcc18862
+checksum=a010ab1bfdc72ac5a08d2e2412cd471c0febd66af1d9349bc0d796879de5b17a
 
 pre_build() {
 	vsed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: bochs: update to 2.7.
  2023-06-25 16:26 [PR PATCH] bochs: update to 2.7 AnErrupTion
                   ` (5 preceding siblings ...)
  2023-06-25 21:20 ` AnErrupTion
@ 2023-06-25 21:48 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-25 21:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

There's a closed pull request on the void-packages repository

bochs: update to 2.7.
https://github.com/void-linux/void-packages/pull/44632

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

Alongside this, I made bochs compile with more stuff like x86_64, SMP, GUI debugger, etc...

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-25 21:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-25 16:26 [PR PATCH] bochs: update to 2.7 AnErrupTion
2023-06-25 20:22 ` [PR REVIEW] " Duncaen
2023-06-25 20:22 ` Duncaen
2023-06-25 20:22 ` Duncaen
2023-06-25 20:23 ` Duncaen
2023-06-25 21:11 ` [PR PATCH] [Updated] " AnErrupTion
2023-06-25 21:20 ` AnErrupTion
2023-06-25 21:48 ` [PR PATCH] [Closed]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).