On 2017/11/21 19:12, Martijn van Duren wrote:
> ping
>
> On 11/17/17 08:03, Martijn van Duren wrote:
> > OK?
> >
> > martijn@
> >
> > Index: Makefile.inc
> > ===================================================================
> > RCS file: /cvs/ports/lang/php/Makefile.inc,v
> > retrieving revision 1.99
> > diff -u -p -r1.99 Makefile.inc
> > --- Makefile.inc 16 Nov 2017 18:37:01 -0000 1.99
> > +++ Makefile.inc 17 Nov 2017 07:03:02 -0000
> > @@ -69,7 +69,6 @@ CONFIGURE_ARGS+= --enable-shared \
> > --with-pear=${LOCALBASE}/share/php-${PV} \
> > --with-config-file-scan-dir=${SYSCONFDIR}/php-${PV} \
> > --with-pdo-sqlite \
> > - --enable-sqlite-utf8 \
> > --with-sqlite3 \
> > --program-suffix=-${PV} \
> > --with-readline
> > @@ -98,8 +97,6 @@ CONFIGURE_ARGS+= --with-openssl \
> > --enable-sysvshm \
> > --enable-mbstring \
> > --enable-exif \
> > - --enable-zend-multibyte \
> > - --enable-fastcgi \
> > --enable-fpm \
> > --with-fpm-user=www \
> > --with-fpm-group=www
> > @@ -256,7 +253,7 @@ WANTLIB-soap= iconv m pthread z xml2>=8
> > # snmp
> > MULTI_PACKAGES+= -snmp
> > COMMENT-snmp= snmp protocol extensions for php
> > -CONFIGURE_ARGS+= --with-snmp=shared,${LOCALBASE} --enable-ucd-snmp-hack
> > +CONFIGURE_ARGS+= --with-snmp=shared,${LOCALBASE}
> > LIB_DEPENDS-snmp= net/net-snmp
> > WANTLIB-snmp= crypto m netsnmp>=6.2 pthread
> >
> >
>
OK.