pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/59040: devel/quilt: update to 0.68



	Note: There was a bad value `' for the field `Class'.
	It was set to the default value of `sw-bug'.

>Number:         59040
>Category:       pkg
>Synopsis:       Update quilt and fix Darwin dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Thu Jan 30 07:50:02 +0000 2025
>Originator:     db7%sdf.org@localhost
>Release:        Darwin 24.2.0
>Organization:
>Environment:
	System: Darwin mini.fritz.box 24.2.0 Darwin Kernel Version 24.2.0: Fri
	Dec 6 18:40:14 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8103 arm64

>Description:
	This patch updates devel/quilt to version 0.68. Moreover, the diff
	command in Darwin is not compatible with quilt, which requires GNU
	difftools. So I have added the dependency in the Makefile.
>How-To-Repeat:
	
>Fix:

Index: pkgsrc/devel/quilt/Makefile
===================================================================
--- pkgsrc.orig/devel/quilt/Makefile	2025-01-30 08:31:59.113847565 +0100
+++ pkgsrc/devel/quilt/Makefile	2025-01-30 08:32:42.119403432 +0100
@@ -1,13 +1,14 @@
 # $NetBSD: Makefile,v 1.32 2024/07/25 05:41:51 wiz Exp $
 
-DISTNAME=	quilt-0.66
-PKGREVISION=	4
+DISTNAME=	quilt-0.68
+PKGREVISION=	1
 CATEGORIES=	devel scm
 MASTER_SITES=	https://download.savannah.gnu.org/releases/quilt/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://savannah.nongnu.org/projects/quilt
 COMMENT=	Tools to manage series of patches
+LICENSE=	gnu-gpl-v2
 
 GNU_CONFIGURE=	yes
 USE_TOOLS+=	bash:run gettext-tools gmake msgfmt perl:run gsed
@@ -31,6 +32,9 @@
 .  if ${OPSYS} == "OpenBSD"
 DEPENDS+=		grep-[0-9]*:../../textproc/grep
 CONFIGURE_ARGS+=	--with-grep=${PREFIX}/bin/ggrep
+.  elif ${OPSYS} == "Darwin"
+DEPENDS+=		diffutils-[0-9]*:../../devel/diffutils
+CONFIGURE_ARGS+=	--with-diff=${PREFIX}/bin/gdiff
 .  endif
 
 CONFIGURE_ARGS+=	--with-cp=${PREFIX}/bin/gcp
Index: pkgsrc/devel/quilt/PLIST
===================================================================
--- pkgsrc.orig/devel/quilt/PLIST	2025-01-30 08:31:59.114409688 +0100
+++ pkgsrc/devel/quilt/PLIST	2025-01-30 08:32:42.119922138 +0100
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/03/25 12:45:02 ryoon Exp $
+@comment $NetBSD$
 bin/guards
 bin/quilt
 man/man1/guards.1
@@ -16,8 +16,10 @@
 share/quilt/add
 share/quilt/annotate
 share/quilt/applied
+share/quilt/compat/awk
 share/quilt/compat/cp
 share/quilt/compat/date
+share/quilt/compat/diff
 share/quilt/compat/getopt
 share/quilt/compat/md5sum
 share/quilt/compat/patch
Index: pkgsrc/devel/quilt/distinfo
===================================================================
--- pkgsrc.orig/devel/quilt/distinfo	2025-01-30 08:31:59.114746062 +0100
+++ pkgsrc/devel/quilt/distinfo	2025-01-30 08:32:42.120222887 +0100
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.9 2021/10/26 10:19:19 nia Exp $
 
-BLAKE2s (quilt-0.66.tar.gz) = f624adf6dfc4722c727df7e76c6aabf15265ab8365117714cca9388be04f95d8
-SHA512 (quilt-0.66.tar.gz) = c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4
-Size (quilt-0.66.tar.gz) = 413069 bytes
-SHA1 (patch-aa) = 48abaee6f49469f64ee8b85827c84da28a7dac96
+BLAKE2s (quilt-0.68.tar.gz) = fc129ec92f5e18f65127154b090ebf6c65630fb8712818782f28381e371b17cc
+SHA512 (quilt-0.68.tar.gz) = a2a58b330ccb3dd55b1f280310d506c605166bceedf7439582cdf8a198ca4aa34a375fd8bfd4027c540481bcdf5e6175eafd19707aaabe194b01cf7caa40572e
+Size (quilt-0.68.tar.gz) = 551096 bytes
+SHA1 (patch-aa) = ed781b7862749e02d4d46d02c6d86d522c129b47
Index: pkgsrc/devel/quilt/patches/patch-aa
===================================================================
--- pkgsrc.orig/devel/quilt/patches/patch-aa	2025-01-30 08:32:42.120568053 +0100
+++ pkgsrc/devel/quilt/patches/patch-aa	2025-01-30 08:33:09.857573050 +0100
@@ -1,5 +1,7 @@
 $NetBSD: patch-aa,v 1.2 2013/12/30 04:21:58 ryoon Exp $
 
+Reduce filter in configure
+
 --- Makefile.in.orig	2013-12-08 09:40:42.000000000 +0000
 +++ Makefile.in
 @@ -275,7 +275,7 @@ Makefile : Makefile.in configure


Home | Main Index | Thread Index | Old Index