Github messages for voidlinux
 help / color / mirror / Atom feed
From: jadynbrammer <jadynbrammer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork)
Date: Wed, 15 May 2024 20:11:43 +0200	[thread overview]
Message-ID: <20240515181143.A902A26929@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49312@inbox.vuxu.org>

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

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

https://github.com/jadynbrammer/void-packages update-vpcs-to-GNS3-patched-version
https://github.com/void-linux/void-packages/pull/49312

vpcs: update to 0.8.3 (GNS3's continuation fork)
Fixes #43766 

#### 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-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (xbuild)
  - i686-musl (xbuild)
  - i686-libc (xbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-vpcs-to-GNS3-patched-version-49312.patch --]
[-- Type: text/x-diff, Size: 2848 bytes --]

From 58442f857118f0e4075cc774b7fe564bbaed9568 Mon Sep 17 00:00:00 2001
From: Jadyn Brammer <jadyn@brammer.social>
Date: Fri, 15 Mar 2024 22:35:47 -0500
Subject: [PATCH 1/2] vpcs: update to 0.8.3 (GNS3's continuation fork)

fixes #43766
---
 srcpkgs/vpcs/patches/ldflags.patch |  4 ++--
 srcpkgs/vpcs/template              | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vpcs/patches/ldflags.patch b/srcpkgs/vpcs/patches/ldflags.patch
index 5b92deed6da42d..6ff59e5ca9879e 100644
--- a/srcpkgs/vpcs/patches/ldflags.patch
+++ b/srcpkgs/vpcs/patches/ldflags.patch
@@ -4,8 +4,8 @@
  CPUTYPE=i386
  HVOPT=-DHV
  
--CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
--LDFLAGS=-lpthread -lutil -s -static
+-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -DTAP
+-LDFLAGS=-lpthread -lutil
 +override CFLAGS+=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
 +override LDFLAGS+=-lpthread -lutil -s -static
  OBJS=vpcs.o \
diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template
index 34b4c0ddd86bcc..fc58d114081009 100644
--- a/srcpkgs/vpcs/template
+++ b/srcpkgs/vpcs/template
@@ -1,16 +1,17 @@
 # Template file for 'vpcs'
 pkgname=vpcs
-version=0.8
-revision=2
+version=0.8.3
+revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
 make_cmd="make -f Makefile.linux"
 short_desc="Virtual PC Simulator"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="https://sourceforge.net/projects/vpcs"
-distfiles="${SOURCEFORGE_SITE}/project/vpcs/${version}/${pkgname}-${version}-src.tbz"
-checksum=dca602d0571ba852c916632c4c0060aa9557dd744059c0f7368860cfa8b3c993
+homepage="https://github.com/GNS3/vpcs/"
+distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
+checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
+make_check=no #checks unavailable in source makefiles
 
 archs="i686* x86_64*"
 

From 1af1da15827d046302c15f4884ee59d19159e848 Mon Sep 17 00:00:00 2001
From: Jadyn Brammer <jadyn@brammer.social>
Date: Fri, 15 Mar 2024 22:35:47 -0500
Subject: [PATCH 2/2] vpcs: update to 0.8.3 (GNS3's continuation fork)

fixes #43766
---
 srcpkgs/vpcs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template
index fc58d114081009..096a8101c20055 100644
--- a/srcpkgs/vpcs/template
+++ b/srcpkgs/vpcs/template
@@ -2,6 +2,7 @@
 pkgname=vpcs
 version=0.8.3
 revision=1
+archs="i686* x86_64*"
 build_wrksrc="src"
 build_style=gnu-makefile
 make_cmd="make -f Makefile.linux"
@@ -13,8 +14,6 @@ distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
 checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
 make_check=no #checks unavailable in source makefiles
 
-archs="i686* x86_64*"
-
 CFLAGS="-fcommon"
 
 pre_build() {

  parent reply	other threads:[~2024-05-15 18:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16  3:41 [PR PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility… jadynbrammer
2024-03-16  4:06 ` [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork) jadynbrammer
2024-03-16  4:12 ` jadynbrammer
2024-03-16  4:20 ` jadynbrammer
2024-05-15 18:11 ` jadynbrammer [this message]
2024-05-15 18:15 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240515181143.A902A26929@inbox.vuxu.org \
    --to=jadynbrammer@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).