Le Sat, 19 Jun 2021 15:26:49 +0200,
Florian Viehweger <open...@out-of-creativity.de> a écrit :

> Hi,
> 
> this is an update to vger 1.07.
> 
> Port-wise there is an addition of +FLAGS += std=gnu99 suggested by
> Omar Polo <o...@omarpolo.com> and confirmed by kmos@ which fixes
> building on sparc64.
> 
> Based on work from prx <p...@si3t.ch>, whose mail didn't reach ports@.
> 
> Some testing done on amd64 current and stable, no issues found. If
> possible, I'd like to see this on stable.
> 
> Bug fixes:
> 
> - header send in correct order
> - virtual host path handling
> - cgi execution
> 
> Comments? OK?
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/vger/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 Makefile
> --- Makefile  4 Apr 2021 08:57:15 -0000       1.1.1.1
> +++ Makefile  14 Jun 2021 19:41:37 -0000
> @@ -1,7 +1,7 @@
>  # $OpenBSD: Makefile,v 1.1.1.1 2021/04/04 08:57:15 solene Exp $
>  
>  COMMENT =            gemini server written in C used with inetd
> -V =                  1.06
> +V =                  1.07
>  DISTNAME =           vger-${V}
>  
>  CATEGORIES =         net
> @@ -20,5 +20,7 @@ WANTLIB +=          c
>  MASTER_SITES =
> https://tildegit.org/solene/vger/archive/ DISTFILES =
> vger-{}${V}${EXTRACT_SUFX} WRKSRC =           ${WRKDIR}/vger
> +
> +FLAGS +=             -std=gnu99
>  
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/vger/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 distinfo
> --- distinfo  4 Apr 2021 08:57:15 -0000       1.1.1.1
> +++ distinfo  14 Jun 2021 19:41:37 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (vger-1.06.tar.gz) =
> DRyVZPUJxoy/hAiHSzPE4hy0HJt89x0Q0inkrC9t6GA= -SIZE (vger-1.06.tar.gz)
> = 12937 +SHA256 (vger-1.07.tar.gz) =
> ByCUxfD1uS9nE/L/7MTuJuYxy85Pokjbiz2PUbKx4Tc= +SIZE (vger-1.07.tar.gz)
> = 13371
> 
> 

I committed it, thank you!

I replaced FLAGS by CFLAGS which is the correct way to add flags.
We only make backports updates that fix security issues or unbreak a
build we this update doesn't match any of these requirements.

Reply via email to