Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gc: Update to 8.2.2
@ 2022-08-31 21:33 ivmai
  2022-08-31 21:35 ` ivmai
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: ivmai @ 2022-08-31 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ivmai/void-linux-packages patch-4
https://github.com/void-linux/void-packages/pull/39014

gc: Update to 8.2.2
Other cleanups:
* Remove --enable-mmap (which is the default configure option now)
* No longer depends on libatomic_ops (provided the compiler is gcc or clang)
* Fix license (it is MIT, not GPL)
* Remove unneeded CFLAGS
* Set maintainer

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x64)


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

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

From f0c3adb7a78a39e66c14aa3c0bc66db32416716f Mon Sep 17 00:00:00 2001
From: Ivan Maidanski <ivmai@mail.ru>
Date: Thu, 1 Sep 2022 00:31:44 +0300
Subject: [PATCH] gc: Update to 8.2.2

Other cleanups:
* Remove --enable-mmap (which is the default configure option now)
* No longer depends on libatomic_ops (provided the compiler is gcc or clang)
* Fix license (it is MIT, not GPL)
* Remove unneeded CFLAGS
* Set maintainer
---
 srcpkgs/gc/template | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/gc/template b/srcpkgs/gc/template
index 3e00fa2ab468..34dd2dab690e 100644
--- a/srcpkgs/gc/template
+++ b/srcpkgs/gc/template
@@ -1,22 +1,16 @@
 # Template file for 'gc'
 pkgname=gc
-version=8.0.6
+version=8.2.2
 revision=1
 build_style=gnu-configure
-configure_args="--enable-static --enable-mmap"
+configure_args="--enable-static"
 hostmakedepends="pkg-config"
-makedepends="libatomic_ops-devel"
 short_desc="Garbage collector for C and C++"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-or-later"
+maintainer="Ivan Maidanski <ivmai@mail.ru>"
+license="MIT"
 homepage="https://www.hboehm.info/gc/"
 distfiles="https://github.com/ivmai/bdwgc/releases/download/v${version}/gc-${version}.tar.gz"
-checksum=3b4914abc9fa76593596773e4da671d7ed4d5390e3d46fbf2e5f155e121bea11
-
-case "$XBPS_TARGET_MACHINE" in
-*-musl)
-	CFLAGS='-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR'
-esac
+checksum=f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0
 
 post_install() {
 	mkdir -p ${DESTDIR}/usr/include/gc/

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

end of thread, other threads:[~2022-09-02  8:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 21:33 [PR PATCH] gc: Update to 8.2.2 ivmai
2022-08-31 21:35 ` ivmai
2022-09-01 10:50 ` [PR PATCH] [Updated] " ivmai
2022-09-01 14:32 ` ivmai
2022-09-01 15:24 ` ivmai
2022-09-02  5:52 ` [PR PATCH] [Updated] " ivmai
2022-09-02  6:03 ` ivmai
2022-09-02  6:34 ` ivmai
2022-09-02  6:53 ` ivmai
2022-09-02  8:22 ` [PR PATCH] [Merged]: " sgn

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