Date: Sat, 28 Dec 2013 11:05:07 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Johan van Selst <johans@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r337844 - head/lang/pike76 Message-ID: <20131228100507.GL40122@ithaqua.etoilebsd.net> In-Reply-To: <201312280951.rBS9piCN031519@svn.freebsd.org> References: <201312280951.rBS9piCN031519@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--smEuXhZLKnMjT4Ht Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 28, 2013 at 09:51:44AM +0000, Johan van Selst wrote: > Author: johans > Date: Sat Dec 28 09:51:44 2013 > New Revision: 337844 > URL: http://svnweb.freebsd.org/changeset/ports/337844 >=20 > Log: > update >=20 > Modified: > head/lang/pike76/Makefile > head/lang/pike76/distinfo >=20 > Modified: head/lang/pike76/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/pike76/Makefile Sat Dec 28 09:35:40 2013 (r337843) > +++ head/lang/pike76/Makefile Sat Dec 28 09:51:44 2013 (r337844) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > =20 > PORTNAME=3D pike76 > -PORTVERSION=3D 7.6.112 > -PORTREVISION=3D 18 > +PORTVERSION=3D 7.6.132 > CATEGORIES=3D lang > MASTER_SITES=3D ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ > http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ > @@ -14,14 +13,13 @@ MASTER_SITES=3D ftp://pike.ida.liu.se/pub/ > DISTNAME=3D Pike-v${PORTVERSION} > =20 > MAINTAINER=3D johans@FreeBSD.org > -COMMENT=3D A dynamic programming language with a syntax similar to C++ > +COMMENT=3D Dynamic programming language with a syntax similar to C++ > =20 > -LIB_DEPENDS=3D jpeg:${PORTSDIR}/graphics/jpeg \ > - tiff:${PORTSDIR}/graphics/tiff \ > - gdbm:${PORTSDIR}/databases/gdbm \ > - pcre:${PORTSDIR}/devel/pcre \ > - mird:${PORTSDIR}/databases/mird \ > - gmp:${PORTSDIR}/math/gmp > +LIB_DEPENDS=3D libjpeg.so:${PORTSDIR}/graphics/jpeg \ > + libtiff.so:${PORTSDIR}/graphics/tiff \ > + libgdbm.so:${PORTSDIR}/databases/gdbm \ > + libpcre.so:${PORTSDIR}/devel/pcre \ > + libgmp.so:${PORTSDIR}/math/gmp > =20 > CONFLICTS=3D pike7[28]-[0-9]* > CONFLICTS_BUILD=3Dnettle-[2-9]* > @@ -50,55 +48,53 @@ MAN1=3D pike.1 > WANT_MESA=3D yes > =20 > CPPFLAGS+=3D -I${LOCALBASE}/include ${PTHREAD_CFLAGS} > -CONFIGURE_ARGS+=3D --without-debug \ > - --with-thread-library=3D${PTHREAD_LIBS} \ > - --with-double-precision \ > - --with-long-double-precision \ > - --disable-rpath \ > - --without-rtldebug \ > - --without-cdebug \ > - --without-copt \ > - --without-security \ > - --with-oob \ > - --without-poll \ > - --without-devpoll \ > - --with-max-fd=3D60000 \ > - --with-gmp \ > - --with-zlib \ > - --with-threads \ > - --with-readline \ > - --with-jpeg \ > - --with-tiff \ > - --with-gdbm \ > - --without-java \ > - --without-ssleay \ > - --without-GTK \ > - --without-gnome \ > - --without-glade \ > - --without-libglade-config \ > - --without-machine-code \ > - --with-relocatable-dumped-modules \ > - --without-GL --without-GLUT \ > - --prefix=3D${PREFIX} > +CONFIGURE_ARGS+=3D--without-debug \ > + --with-thread-library=3D${PTHREAD_LIBS} \ > + --with-double-precision \ > + --with-long-double-precision \ > + --disable-rpath \ > + --without-rtldebug \ > + --without-cdebug \ > + --without-copt \ > + --without-security \ > + --with-oob \ > + --without-poll \ > + --without-devpoll \ > + --with-max-fd=3D60000 \ > + --with-gmp \ > + --with-zlib \ > + --with-threads \ > + --with-readline \ > + --with-jpeg \ > + --with-tiff \ > + --with-gdbm \ > + --without-java \ > + --without-ssleay \ > + --without-GTK \ > + --without-gnome \ > + --without-glade \ > + --without-libglade-config \ > + --without-krb5 \ > + --without-machine-code \ > + --with-perl \ > + --with-relocatable-dumped-modules \ > + --without-GL --without-GLUT \ > + --prefix=3D${PREFIX} > =20 > MAKE_ARGS=3D CONFIGUREARGS=3D"${CONFIGURE_ARGS}" > +MAKE_ENV=3D "ac_cv_lib_nettle_nettle_md5_init=3Dno" > =20 > USES=3D bison gettext gmake perl5 > =20 > -# Allow building Embedded Perl > -CONFIGURE_ARGS+=3D --with-perl > - > PLIST_FILES=3D bin/pike bin/pike76 bin/hilfe > =20 > NO_STAGE=3D yes What about staging? regards, Bapt --smEuXhZLKnMjT4Ht Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlK+olMACgkQ8kTtMUmk6EzHUwCgnN+oHkbfJMVYoHGpd1NIocDp 2cEAnA3yHla3Pt6nWC9OIZ2Us9KDOCL5 =+80u -----END PGP SIGNATURE----- --smEuXhZLKnMjT4Ht--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131228100507.GL40122>