Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] t1utils: update to 1.42
@ 2020-10-29 19:04 newbluemoon
  2020-10-30  0:38 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: newbluemoon @ 2020-10-29 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages t1utils
https://github.com/void-linux/void-packages/pull/25971

t1utils: update to 1.42


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

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

From 5e4d011074b4226699655bb1166249115ad4ebfe Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Thu, 29 Oct 2020 20:01:36 +0100
Subject: [PATCH] t1utils: update to 1.42

---
 .../t1utils/patches/memmem-declaration.patch  | 22 -------------------
 srcpkgs/t1utils/template                      |  9 ++------
 2 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/t1utils/patches/memmem-declaration.patch

diff --git a/srcpkgs/t1utils/patches/memmem-declaration.patch b/srcpkgs/t1utils/patches/memmem-declaration.patch
deleted file mode 100644
index ae182c1fe8b..00000000000
--- a/srcpkgs/t1utils/patches/memmem-declaration.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://github.com/kohler/t1utils/issues/8
-https://github.com/kohler/t1utils/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8
-
---- configure.ac.orig	2017-08-16 18:27:16.000000000 +0200
-+++ configure.ac	2017-09-14 09:09:17.077248094 +0200
-@@ -19,6 +19,7 @@
- dnl
- 
- AC_REPLACE_FUNCS([strerror memmem])
-+AC_CHECK_DECLS([memmem])
- 
- 
- dnl
-@@ -88,7 +89,7 @@
- #endif
- 
- /* Prototype memmem if we don't have it. */
--#if !HAVE_MEMMEM
-+#if !HAVE_MEMMEM || !HAVE_DECL_MEMMEM
- void* memmem(const void* haystack, size_t haystack_len,
-              const void* needle, size_t needle_len);
- #endif
diff --git a/srcpkgs/t1utils/template b/srcpkgs/t1utils/template
index 78709fe513e..ec240292a45 100644
--- a/srcpkgs/t1utils/template
+++ b/srcpkgs/t1utils/template
@@ -1,19 +1,14 @@
 # Template file for 't1utils'
 pkgname=t1utils
-version=1.41
+version=1.42
 revision=1
 build_style="gnu-configure"
-hostmakedepends="automake autoconf"
 short_desc="Type 1 font utilities"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="custom:Click"
 homepage="https://www.lcdf.org/type/#t1utils"
 distfiles="https://www.lcdf.org/type/${pkgname}-${version}.tar.gz"
-checksum=fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427
-
-pre_configure() {
-	autoreconf -fi
-}
+checksum=61877935b1987044ddff4bb90a05200ca7164678a355e170bf5f1a5556cc9f29
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: t1utils: update to 1.42
  2020-10-29 19:04 [PR PATCH] t1utils: update to 1.42 newbluemoon
@ 2020-10-30  0:38 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2020-10-30  0:38 UTC (permalink / raw)
  To: ml

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

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

t1utils: update to 1.42
https://github.com/void-linux/void-packages/pull/25971

Description:


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

end of thread, other threads:[~2020-10-30  0:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 19:04 [PR PATCH] t1utils: update to 1.42 newbluemoon
2020-10-30  0:38 ` [PR PATCH] [Merged]: " ericonr

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