Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] correctly set archs in assorted templates
@ 2019-06-10 19:55 voidlinux-github
  2019-06-10 20:08 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidlinux-github @ 2019-06-10 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-power/void-packages archs
https://github.com/void-linux/void-packages/pull/12381

correctly set archs in assorted templates


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-archs-12381.patch --]
[-- Type: application/text/x-diff, Size: 7073 bytes --]

From 6a9deb3cab2801b9d2abbc66bf1a9a85dccbd916 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:31:00 +0200
Subject: [PATCH 1/9] Carla: set archs properly

---
 srcpkgs/Carla/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/Carla/template b/srcpkgs/Carla/template
index c2878250070..d4d36a4923d 100644
--- a/srcpkgs/Carla/template
+++ b/srcpkgs/Carla/template
@@ -2,6 +2,7 @@
 pkgname=Carla
 version=2.0.0
 revision=2
+archs="x86_64* i686* aarch64* arm*"
 build_style=gnu-makefile
 make_build_args="DEFAULT_QT=5"
 make_install_args="DEFAULT_QT=5"

From 6c5e36a0440d452c61e9c18380655fd0c7b5f31f Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:32:32 +0200
Subject: [PATCH 2/9] android-tools: set archs properly

---
 srcpkgs/android-tools/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/android-tools/template b/srcpkgs/android-tools/template
index 46f5dcb372d..7252364919d 100644
--- a/srcpkgs/android-tools/template
+++ b/srcpkgs/android-tools/template
@@ -5,6 +5,7 @@ pkgname=android-tools
 #         curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1
 version=9.0.0r35
 revision=1
+archs="x86_64* i686*"
 _distver=${version/r/_r}
 create_wrksrc=yes
 hostmakedepends="ruby cmake ninja perl go"

From a3c344eb90d824a1fb013d78b93128c27f7f2ef9 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:46:54 +0200
Subject: [PATCH 3/9] vboot-utils: set archs properly

---
 srcpkgs/vboot-utils/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/vboot-utils/template b/srcpkgs/vboot-utils/template
index 97695ea384c..c09bd1a0b42 100644
--- a/srcpkgs/vboot-utils/template
+++ b/srcpkgs/vboot-utils/template
@@ -2,6 +2,7 @@
 pkgname=vboot-utils
 version=45.7262
 revision=11
+archs="x86_64* i686* arm*"
 _githash=0e8c964915fffb58032bb59bdb31949de718ca90
 hostmakedepends="pkg-config git"
 makedepends="libressl-devel libuuid-devel liblzma-devel libyaml-devel"

From 01276fc4e3b5222c0f5f496b19a703b9c82dca57 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:46:32 +0200
Subject: [PATCH 4/9] uftrace: set archs properly

---
 srcpkgs/uftrace/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/uftrace/template b/srcpkgs/uftrace/template
index f234a05a90e..e669722f08d 100644
--- a/srcpkgs/uftrace/template
+++ b/srcpkgs/uftrace/template
@@ -2,6 +2,7 @@
 pkgname=uftrace
 version=0.9.2
 revision=1
+archs="x86_64* i686* aarch64* arm*"
 build_style=gnu-configure
 hostmakedepends="pandoc pkg-config"
 makedepends="elfutils-devel ncurses-devel"

From 7944b5b4e9390138ac1ba1e2ff26fed3f43d4abe Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:42:10 +0200
Subject: [PATCH 5/9] i8kutils: x86 only

---
 srcpkgs/i8kutils/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/i8kutils/template b/srcpkgs/i8kutils/template
index c187d910a63..54f26d6212d 100644
--- a/srcpkgs/i8kutils/template
+++ b/srcpkgs/i8kutils/template
@@ -2,6 +2,7 @@
 pkgname=i8kutils
 version=1.43
 revision=2
+archs="x86_64* i686*"
 wrksrc="$pkgname"
 build_style=gnu-makefile
 short_desc="Fan control for certain Dell laptops"
@@ -12,11 +13,6 @@ distfiles="https://launchpad.net/i8kutils/trunk/${version}/+download/i8kutils_${
 checksum=881a211c64f79be6a08c88864deda45280f0ce925ed9e2af180db2d93d364dcb
 conf_files="/etc/i8kmon.conf"
 
-case "${XBPS_TARGET_MACHINE}" in
-	i686*|x86_64*) ;;
-	*) broken="this hardware is not available on other architectures" ;;
-esac
-
 do_install() {
 	vbin i8kfan
 	vbin i8kmon

From 444ed98d71e722856e4054cf4becdeec4d75131b Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:41:23 +0200
Subject: [PATCH 6/9] edb-debugger: x86 only

---
 srcpkgs/edb-debugger/template | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/srcpkgs/edb-debugger/template b/srcpkgs/edb-debugger/template
index 135a8c230a5..0b6e87e903e 100644
--- a/srcpkgs/edb-debugger/template
+++ b/srcpkgs/edb-debugger/template
@@ -2,6 +2,7 @@
 pkgname=edb-debugger
 version=1.0.0
 revision=2
+archs="x86_64* i686*"
 build_style=cmake
 configure_args="-DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_INSTALL_LIBDIR=/usr/lib/"
 hostmakedepends='pkg-config'
@@ -12,12 +13,3 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/eteran/edb-debugger"
 distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tgz"
 checksum=fab87541042df79ea63254e371d81b84d6b72f78141a6ab92512610ed2b7dfac
-
-case "${XBPS_TARGET_MACHINE}" in
-	arm*|aarch64*)
-		broken="${XBPS_TARGET_MACHINE} not supported yet"
-	;;
-	mips*|ppc64*)
-		broken="${XBPS_TARGET_MACHINE} unsuported target"
-	;;
-esac

From fa3f65edc9f5fcce174ff17635386c5df2fc6ca5 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:37:51 +0200
Subject: [PATCH 7/9] crystal: only for x86/ARM

---
 srcpkgs/crystal/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template
index b0c1e00458c..bc774aced12 100644
--- a/srcpkgs/crystal/template
+++ b/srcpkgs/crystal/template
@@ -2,6 +2,7 @@
 pkgname=crystal
 version=0.29.0
 revision=1
+archs="x86_64* i686* aarch64* arm*"
 _shardsversion=0.8.1
 _bootstrapversion=0.29.0
 _bootstraprevision=1

From b6e8173680466c15068c41c297d039276d30f126 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:36:47 +0200
Subject: [PATCH 8/9] clockspeed: only for x86, broken elsewhere

---
 srcpkgs/clockspeed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/clockspeed/template b/srcpkgs/clockspeed/template
index 26417d23a16..04477817415 100644
--- a/srcpkgs/clockspeed/template
+++ b/srcpkgs/clockspeed/template
@@ -2,6 +2,7 @@
 pkgname=clockspeed
 version=0.62
 revision=4
+archs="x86_64* i686*"
 build_style=gnu-makefile
 hostmakedepends="groff"
 depends="sv-helper"
@@ -13,8 +14,6 @@ homepage="http://cr.yp.to/clockspeed.html"
 distfiles="http://cr.yp.to/clockspeed/clockspeed-${version}.tar.gz"
 checksum=43539964c4b554794b2da760d138c5975cbc850f1c8ec2ee96f5dba66e0d9eed
 
-nocross="musl is fine, I did not recognize the errors cross compiling to arm"
-
 system_accounts="clocksd"
 clocksd_groups="nogroup"
 clocksd_homedir="/var/lib/${pkgname}"

From 59b5284f8b6d3539fdd769c9d08d7506e998ed23 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:33:17 +0200
Subject: [PATCH 9/9] arduino: only for x86/ARM

[ci skip]
---
 srcpkgs/arduino/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/arduino/template b/srcpkgs/arduino/template
index 04ce0d37b79..ed5954c9195 100644
--- a/srcpkgs/arduino/template
+++ b/srcpkgs/arduino/template
@@ -2,6 +2,7 @@
 pkgname=arduino
 version=1.8.9
 revision=1
+archs="x86_64* i686* aarch64* arm*"
 wrksrc=Arduino-$version
 hostmakedepends="apache-ant unzip ImageMagick openjdk"
 depends="virtual?java-runtime avr-binutils avr-gcc avr-libc avrdude"

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

end of thread, other threads:[~2019-06-25 19:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 19:55 [PR PATCH] correctly set archs in assorted templates voidlinux-github
2019-06-10 20:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-10 20:08 ` voidlinux-github
2019-06-11 12:38 ` voidlinux-github
2019-06-11 12:38 ` voidlinux-github
2019-06-17 14:59 ` voidlinux-github
2019-06-17 15:04 ` voidlinux-github
2019-06-17 21:24 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-17 21:24 ` voidlinux-github
2019-06-17 21:24 ` voidlinux-github
2019-06-25 19:54 ` [PR PATCH] [Merged]: " voidlinux-github

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).