public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] clamav 0.99.4: removed gcc patch
@ 2018-03-07 18:26 Matthias Fischer
  2018-03-07 18:46 ` Michael Tremer
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fischer @ 2018-03-07 18:26 UTC (permalink / raw)
  To: development

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

'clamav-0.99.3-gcc-6.patch' won't apply.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/clamav | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lfs/clamav b/lfs/clamav
index 957788aa0..748c2c371 100644
--- a/lfs/clamav
+++ b/lfs/clamav
@@ -82,7 +82,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/clamav/llvm-glibc.patch
-	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/clamav/clamav-0.99.3-gcc-6.patch
 	cd $(DIR_APP) && ./configure \
 		--prefix=/usr \
 		--disable-zlib-vcheck \
-- 
2.16.2


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

* Re: [PATCH] clamav 0.99.4: removed gcc patch
  2018-03-07 18:26 [PATCH] clamav 0.99.4: removed gcc patch Matthias Fischer
@ 2018-03-07 18:46 ` Michael Tremer
  2018-03-11 18:19   ` Peter Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2018-03-07 18:46 UTC (permalink / raw)
  To: development

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

Thank you for sending in this one. I didn't even notice that the nightly builds
were broken.

I updated clamav as well and removed both patches since it built without.
However, Peter's patch didn't remove any of them and I thought he at least built
the package.

In addition to your patch, I removed the patch file. Please do this in the
future so that we don't have any unused patch files in src/patches.

Good work!

-Michael

On Wed, 2018-03-07 at 19:26 +0100, Matthias Fischer wrote:
> 'clamav-0.99.3-gcc-6.patch' won't apply.
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/clamav | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/lfs/clamav b/lfs/clamav
> index 957788aa0..748c2c371 100644
> --- a/lfs/clamav
> +++ b/lfs/clamav
> @@ -82,7 +82,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  	@$(PREBUILD)
>  	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
>  	cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/clamav/llvm-
> glibc.patch
> -	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/clamav/clamav-
> 0.99.3-gcc-6.patch
>  	cd $(DIR_APP) && ./configure \
>  		--prefix=/usr \
>  		--disable-zlib-vcheck \

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

* Re: [PATCH] clamav 0.99.4: removed gcc patch
  2018-03-07 18:46 ` Michael Tremer
@ 2018-03-11 18:19   ` Peter Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Müller @ 2018-03-11 18:19 UTC (permalink / raw)
  To: development

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

Hello,

thanks for removing the patches.

They did not apply here indeed, but I forgot to add that to the ClamAV LFS
file (yes, I know, my package update procedure is somewhat strange :-) ).

Best regards,
Peter Müller

> Thank you for sending in this one. I didn't even notice that the nightly builds
> were broken.
> 
> I updated clamav as well and removed both patches since it built without.
> However, Peter's patch didn't remove any of them and I thought he at least built
> the package.
> 
> In addition to your patch, I removed the patch file. Please do this in the
> future so that we don't have any unused patch files in src/patches.
> 
> Good work!
> 
> -Michael
> 
> On Wed, 2018-03-07 at 19:26 +0100, Matthias Fischer wrote:
> > 'clamav-0.99.3-gcc-6.patch' won't apply.
> > 
> > Best,
> > Matthias
> > 
> > Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> > ---
> >  lfs/clamav | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/lfs/clamav b/lfs/clamav
> > index 957788aa0..748c2c371 100644
> > --- a/lfs/clamav
> > +++ b/lfs/clamav
> > @@ -82,7 +82,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> >  	@$(PREBUILD)
> >  	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
> >  	cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/clamav/llvm-
> > glibc.patch
> > -	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/clamav/clamav-
> > 0.99.3-gcc-6.patch
> >  	cd $(DIR_APP) && ./configure \
> >  		--prefix=/usr \
> >  		--disable-zlib-vcheck \  

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

end of thread, other threads:[~2018-03-11 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-07 18:26 [PATCH] clamav 0.99.4: removed gcc patch Matthias Fischer
2018-03-07 18:46 ` Michael Tremer
2018-03-11 18:19   ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox