On Fri, Feb 01, 2019 at 06:23:10PM +0100, Otto Moerbeek wrote:

> On Fri, Feb 01, 2019 at 06:17:13PM +0100, Otto Moerbeek wrote:
> 
> > Hi,
> > 
> > update, fixes to Makefile (some unknown configure args) and take
> > maintainership,
> > 
> > OK?
> > 
> >     -Otto
> > 

ping?


> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/powerdns/Makefile,v
> retrieving revision 1.66
> diff -u -p -r1.66 Makefile
> --- Makefile  13 Dec 2018 19:53:24 -0000      1.66
> +++ Makefile  1 Feb 2019 17:15:18 -0000
> @@ -4,7 +4,7 @@ COMMENT-main=         modular authoritative nam
>  COMMENT-mysql=               MySQL database access module for PowerDNS
>  COMMENT-pgsql=               PostgreSQL database access module for PowerDNS
>  
> -V=                   4.1.5
> +V=                   4.1.6
>  DISTNAME=            pdns-${V}
>  EXTRACT_SUFX =               .tar.bz2
>  PKGNAME-main=                powerdns-${V}
> @@ -30,6 +30,7 @@ WANTLIB-main += ${WANTLIB}
>  WANTLIB-main += boost_program_options-mt c crypto sodium sqlite3 z
>  
>  MASTER_SITES=                https://downloads.powerdns.com/releases/
> +MAINTAINER=          Otto Moerbeek <[email protected]>
>  
>  COMPILER =           base-clang ports-gcc
>  
> @@ -56,7 +57,6 @@ CONFIGURE_ARGS+=    --disable-shared \
>                       --disable-hardening \
>                       --without-protobuf \
>                       --enable-tools
> -CONFIGURE_ARGS+=     --without-ldap
>  
>  CONFIGURE_ENV+=              CPPFLAGS="-I${LOCALBASE}/include" \
>                       LDFLAGS="-L${LOCALBASE}/lib"
> @@ -78,11 +78,10 @@ WANTLIB-mysql+=           ${WANTLIB} crypto lib/m
>  
>  # PostgreSQL
>  .if ${BUILD_PACKAGES:M-pgsql}
> -CONFIGURE_ARGS+=     --with-pgsql=${LOCALBASE} \
> -                     --with-pgsql-includes=${LOCALBASE}/include/postgresql
> +CONFIGURE_ARGS+=     --with-pg-config=${LOCALBASE}/bin/pg_config
>  BACKENDS+=           gpgsql
>  .else
> -CONFIGURE_ARGS+=     --without-pgsql
> +CONFIGURE_ARGS+=     --without-pg-config
>  .endif
>  LIB_DEPENDS-pgsql=   ${LIB_DEPENDS} \
>                       databases/postgresql,-main
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/powerdns/distinfo,v
> retrieving revision 1.21
> diff -u -p -r1.21 distinfo
> --- distinfo  6 Nov 2018 22:52:06 -0000       1.21
> +++ distinfo  1 Feb 2019 17:15:18 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (pdns-4.1.5.tar.bz2) = wylXCmbYxzQNOP1YLLI61kJ5m4PHJ2+w/epDA3WbT4o=
> -SIZE (pdns-4.1.5.tar.bz2) = 1116238
> +SHA256 (pdns-4.1.6.tar.bz2) = 9T7d0OYY0JTx44MZn9a0fUFAMUIH1XAcDkOBJP9m9z0=
> +SIZE (pdns-4.1.6.tar.bz2) = 1116100
> 

Reply via email to