From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 12 May 2024 15:17:08 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1s694e-00AvuU-0s for lore@lore.pengutronix.de; Sun, 12 May 2024 15:17:08 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1s694d-0003KP-6t; Sun, 12 May 2024 15:17:07 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s6949-0002dt-Fj; Sun, 12 May 2024 15:16:37 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s6949-000zY8-3R; Sun, 12 May 2024 15:16:37 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1s6949-00FXQE-0D; Sun, 12 May 2024 15:16:37 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 12 May 2024 15:16:37 +0200 Message-Id: <20240512131637.3703387-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] beep: version bump 1.3 -> 1.4.12 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Ladislav Michl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 0b9fb169815fdea1de4901ce0434a048affbff39. Michael [sent from post-receive hook] On Sun, 12 May 2024 15:16:36 +0200, Ladislav Michl wrote: > Move package to a new upstream at https://github.com/spkr-beep/beep/ > > Signed-off-by: Ladislav Michl > Message-Id: > [mol: remove old patches] > Signed-off-by: Michael Olbrich > > diff --git a/patches/beep-1.3/0001-Makefile-fix.patch b/patches/beep-1.3/0001-Makefile-fix.patch > deleted file mode 100644 > index 3a0e4eae8034..000000000000 > --- a/patches/beep-1.3/0001-Makefile-fix.patch > +++ /dev/null > @@ -1,25 +0,0 @@ > -From: Bastian Stender > -Date: Tue, 10 Oct 2017 11:58:17 +0200 > -Subject: [PATCH] Makefile: fix > - > -Signed-off-by: Bastian Stender > ---- > - Makefile | 4 ++-- > - 1 file changed, 2 insertions(+), 2 deletions(-) > - > -diff --git a/Makefile b/Makefile > -index cc359c4843e4..23f40d4a2a10 100644 > ---- a/Makefile > -+++ b/Makefile > -@@ -1,9 +1,9 @@ > - CC=gcc > - FLAGS=-Wall > - EXEC_NAME=beep > --INSTALL_DIR=/usr/bin > -+INSTALL_DIR=${DESTDIR}/usr/bin > - MAN_FILE=beep.1.gz > --MAN_DIR=/usr/man/man1 > -+MAN_DIR=${DESTDIR}/usr/man/man1 > - > - default : beep > - > diff --git a/patches/beep-1.3/series b/patches/beep-1.3/series > deleted file mode 100644 > index 1511acea7106..000000000000 > --- a/patches/beep-1.3/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-Makefile-fix.patch > -# d6a7d2de78aeb0017353e94c1b0870c5 - git-ptx-patches magic > diff --git a/rules/beep.make b/rules/beep.make > index 69ab02f1ab6b..234a3513fe1c 100644 > --- a/rules/beep.make > +++ b/rules/beep.make > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_BEEP) += beep > # > # Paths and names > # > -BEEP_VERSION := 1.3 > -BEEP_MD5 := 49c340ceb95dbda3f97b2daafac7892a > +BEEP_VERSION := 1.4.12 > +BEEP_MD5 := a817f05c5473a23d700778b2c0108cc4 > BEEP := beep-$(BEEP_VERSION) > BEEP_SUFFIX := tar.gz > -BEEP_URL := http://www.johnath.com/beep/$(BEEP).$(BEEP_SUFFIX) > +BEEP_URL := https://github.com/spkr-beep/beep/archive/refs/tags/v$(BEEP_VERSION).$(BEEP_SUFFIX) > BEEP_SOURCE := $(SRCDIR)/$(BEEP).$(BEEP_SUFFIX) > BEEP_DIR := $(BUILDDIR)/$(BEEP) > BEEP_LICENSE := GPL-2.0-only > @@ -28,7 +28,25 @@ BEEP_LICENSE := GPL-2.0-only > # ---------------------------------------------------------------------------- > > BEEP_CONF_TOOL := NO > -BEEP_MAKE_OPT := CC=$(CROSS_CC) > +BEEP_MAKE_OPT := \ > + CC=$(CROSS_CC) \ > + prefix=/usr > + > +$(STATEDIR)/beep.prepare: > + @$(call targetinfo) > + # Override detected CFLAGS as some of them may require linking > + # with additional libraries (-lubsan and -latomic) > + @echo "common_CFLAGS = -std=gnu99 -pedantic" > $(BEEP_DIR)/local.mk > + @echo "CFLAGS = -O2 -g -save-temps=obj" >> $(BEEP_DIR)/local.mk > + @$(call touch) > + > +# ---------------------------------------------------------------------------- > +# Install > +# ---------------------------------------------------------------------------- > + > +BEEP_INSTALL_OPT := \ > + prefix=/usr \ > + install > > # ---------------------------------------------------------------------------- > # Target-Install