Github messages for voidlinux
 help / color / mirror / Atom feed
From: newbluemoon <newbluemoon@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] t1utils: update to 1.42
Date: Thu, 29 Oct 2020 20:04:32 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25971@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-10-29 19:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29 19:04 newbluemoon [this message]
2020-10-30  0:38 ` [PR PATCH] [Merged]: " ericonr

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25971@inbox.vuxu.org \
    --to=newbluemoon@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).