Re: UPDATE: lighttpd 1.4.68

2023-01-07 Thread Brad Smith
On Sat, Jan 07, 2023 at 04:34:10AM -0500, Brad Smith wrote: > On Fri, Jan 06, 2023 at 09:15:18PM +0100, Rafael Sadowski wrote: > > > +.if ${FLAVOR:Mpgsql} > > > +CONFIGURE_ARGS+= -DWITH_PGSQL=ON > > > +LIB_DEPENDS+=databases/postgresql > > > +WANTLIB+=pq > > > +.endif > > > + > > >

Re: UPDATE: lighttpd 1.4.68

2023-01-07 Thread Brad Smith
On Fri, Jan 06, 2023 at 09:15:18PM +0100, Rafael Sadowski wrote: > > +.if ${FLAVOR:Mpgsql} > > +CONFIGURE_ARGS+= -DWITH_PGSQL=ON > > +LIB_DEPENDS+= databases/postgresql > > +WANTLIB+= pq > > +.endif > > + > > +CFLAGS+= -I${LOCALBASE}/include > > +LDFLAGS+= -L${LOCALBASE}/lib > > Is

Re: UPDATE: lighttpd 1.4.68

2023-01-06 Thread Rafael Sadowski
On Thu Jan 05, 2023 at 08:03:56PM -0500, Brad Smith wrote: > On Thu, Jan 05, 2023 at 03:24:05PM -0500, Brad Smith wrote: > > Here is an update to lighttpd 1.4.68. > > > > Also a conversion to using CMake and I noticed there was PostgreSQL > > support so added that as well. > > > >

Re: UPDATE: lighttpd 1.4.68

2023-01-05 Thread Brad Smith
On Thu, Jan 05, 2023 at 03:24:05PM -0500, Brad Smith wrote: > Here is an update to lighttpd 1.4.68. > > Also a conversion to using CMake and I noticed there was PostgreSQL > support so added that as well. > > https://www.lighttpd.net/2023/1/3/1.4.68/ Send proper up to date diff. Index:

UPDATE: lighttpd 1.4.68

2023-01-05 Thread Brad Smith
Here is an update to lighttpd 1.4.68. Also a conversion to using CMake and I noticed there was PostgreSQL support so added that as well. https://www.lighttpd.net/2023/1/3/1.4.68/ Index: Makefile === RCS file: