svn commit: r337844 - head/lang/pike76

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 28 10:05:12 UTC 2013


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
> 
> Log:
>   update
> 
> Modified:
>   head/lang/pike76/Makefile
>   head/lang/pike76/distinfo
> 
> Modified: head/lang/pike76/Makefile
> ==============================================================================
> --- 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$
>  
>  PORTNAME=	pike76
> -PORTVERSION=	7.6.112
> -PORTREVISION=	18
> +PORTVERSION=	7.6.132
>  CATEGORIES=	lang
>  MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
>  		http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
> @@ -14,14 +13,13 @@ MASTER_SITES=	ftp://pike.ida.liu.se/pub/
>  DISTNAME=	Pike-v${PORTVERSION}
>  
>  MAINTAINER=	johans at FreeBSD.org
> -COMMENT=	A dynamic programming language with a syntax similar to C++
> +COMMENT=	Dynamic programming language with a syntax similar to C++
>  
> -LIB_DEPENDS=	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=	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
>  
>  CONFLICTS=	pike7[28]-[0-9]*
>  CONFLICTS_BUILD=nettle-[2-9]*
> @@ -50,55 +48,53 @@ MAN1=		pike.1
>  WANT_MESA=	yes
>  
>  CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
> -CONFIGURE_ARGS+=	--without-debug \
> -		 --with-thread-library=${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=60000 \
> -		 --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=${PREFIX}
> +CONFIGURE_ARGS+=--without-debug \
> +		--with-thread-library=${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=60000 \
> +		--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=${PREFIX}
>  
>  MAKE_ARGS=	CONFIGUREARGS="${CONFIGURE_ARGS}"
> +MAKE_ENV=	"ac_cv_lib_nettle_nettle_md5_init=no"
>  
>  USES=		bison gettext gmake perl5
>  
> -# Allow building Embedded Perl
> -CONFIGURE_ARGS+=	--with-perl
> -
>  PLIST_FILES=	bin/pike bin/pike76 bin/hilfe
>  
>  NO_STAGE=	yes

What about staging?

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20131228/6a822822/attachment.sig>


More information about the svn-ports-head mailing list