From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 16 06:50:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DAA016A4CE for ; Tue, 16 Mar 2004 06:50:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4C043D2D for ; Tue, 16 Mar 2004 06:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GEoFbv011293 for ; Tue, 16 Mar 2004 06:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GEoFq1011292; Tue, 16 Mar 2004 06:50:15 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 16 Mar 2004 06:50:15 -0800 (PST) Resent-Message-Id: <200403161450.i2GEoFq1011292@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF4B916A4CE for ; Tue, 16 Mar 2004 06:48:49 -0800 (PST) Received: from mx2.oav.net (domu.oav.net [195.154.253.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA2C43D2D for ; Tue, 16 Mar 2004 06:48:48 -0800 (PST) (envelope-from kiwi@mx2.oav.net) Received: by mx2.oav.net (Postfix, from userid 1000) id 1EB7F4AC1D; Tue, 16 Mar 2004 15:49:20 +0100 (CET) Message-Id: <20040316144920.1EB7F4AC1D@mx2.oav.net> Date: Tue, 16 Mar 2004 15:49:20 +0100 (CET) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/64344: [MAINTAINER] lang/pike75: update to 7.5.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 14:50:15 -0000 >Number: 64344 >Category: ports >Synopsis: [MAINTAINER] lang/pike75: update to 7.5.21 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 16 06:50:14 PST 2004 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2.1-RELEASE-p1 i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD domu.oav.net 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #0: Fri Mar 5 10:21:57 CET >Description: - Update to 7.5.21 - Fix threads support that was broken Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- pike75-7.5.21.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/pike75.old/Makefile /usr/ports/lang/pike75/Makefile --- /usr/ports/lang/pike75.old/Makefile Tue Mar 16 14:34:35 2004 +++ /usr/ports/lang/pike75/Makefile Tue Mar 16 14:44:38 2004 @@ -6,17 +6,13 @@ # PORTNAME= pike75 -PORTVERSION= 7.5.17 -PORTREVISION= 1 +PORTVERSION= 7.5.21 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ - ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ - http://ftp.oav.net/pkg_freebsd/distfiles/ \ ftp://ftp.oav.net/pike/7.5/export/ \ - http://ftp.oav.net/pike/7.5/export/ \ http://grendel.firewall.com/caudium-pkg/ \ ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/ -DISTNAME= Pike-v${PORTVERSION}-4 +DISTNAME= Pike-v${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= A dynamic programming language with a syntax similar to C++ @@ -26,9 +22,8 @@ gdbm.3:${PORTSDIR}/databases/gdbm \ fftw.2:${PORTSDIR}/math/fftw \ pcre.0:${PORTSDIR}/devel/pcre \ + nettle.1:${PORTSDIR}/security/nettle \ mird.1:${PORTSDIR}/databases/mird -# Nettle doesn't work ;( -# nettle.1:${PORTSDIR}/security/nettle \ OPTIONS= TTF "Add FreeType 1 support" on \ FREETYPE "Add FreeType 2 support" on \ @@ -42,8 +37,9 @@ WANT_MESA= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS+=${PTHREAD_LIBS} CPPFLAGS+=${PTHREAD_CFLAGS} +CONFIGURE_ENV= CPPFLAGS+=${PTHREAD_CFLAGS} CONFIGURE_ARGS+= --without-debug \ + --with-thread-library=${PTHREAD_LIBS} \ --with-double-precision \ --with-long-double-precision \ --disable-rpath \ @@ -279,14 +275,9 @@ CONFIGURE_ARGS+= --without-GL --without-GLUT .endif -#.if (${MACHINE} == "i386") -#CONFIGURE_ARGS+= --with-poll -#.else -## Alpha seems to have problems with poll() with pike... :/ -#CONFIGURE_ARGS+= --without-poll -#.endif - USE_GMAKE= yes + +INSTALL_TARGET= install_nodoc pre-configure: @${ECHO} ${CONFIGURE_ARGS} diff -ruN --exclude=CVS /usr/ports/lang/pike75.old/distinfo /usr/ports/lang/pike75/distinfo --- /usr/ports/lang/pike75.old/distinfo Tue Mar 16 14:34:35 2004 +++ /usr/ports/lang/pike75/distinfo Tue Mar 16 14:36:42 2004 @@ -1,2 +1,2 @@ -MD5 (Pike-v7.5.17-4.tar.gz) = c4c62ec2f342c73aa77c13157a094cf5 -SIZE (Pike-v7.5.17-4.tar.gz) = 7401405 +MD5 (Pike-v7.5.21.tar.gz) = 877ba7a831656bb98b0b4369e94d2603 +SIZE (Pike-v7.5.21.tar.gz) = 10141665 diff -ruN --exclude=CVS /usr/ports/lang/pike75.old/files/patch-aa /usr/ports/lang/pike75/files/patch-aa --- /usr/ports/lang/pike75.old/files/patch-aa Tue Mar 16 14:34:35 2004 +++ /usr/ports/lang/pike75/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,24 +0,0 @@ ---- Makefile.in.orig Tue Jan 13 19:26:50 2004 -+++ Makefile.in Thu Feb 5 17:03:20 2004 -@@ -425,8 +425,8 @@ - @: - - # install --install: pike tools autodoc.xml -- @$(RUNPIKE) $(TMP_BINDIR)/install.pike \ -+install: pike tools -+ @$(RUNPIKE) $(TMP_BINDIR)/install.pike --no-autodoc \ - exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ - TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ - SRCDIR="$(SRCDIR)" prefix="$(prefix)" DOCDIR_SRC="$(DOCDIR_SRC)" \ -@@ -435,8 +435,8 @@ - fakeroot="$(buildroot)" PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)" \ - $(INSTALLARGS) - --install_interactive: pike tools autodoc.xml -- @$(RUNPIKE) $(TMP_BINDIR)/install.pike --interactive \ -+install_interactive: pike tools -+ @$(RUNPIKE) $(TMP_BINDIR)/install.pike --interactive --no-autodoc \ - exec_prefix="$(exec_prefix)" prefix=$(prefix) \ - TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ - SRCDIR="$(SRCDIR)" DOCDIR_SRC="$(DOCDIR_SRC)" \ diff -ruN --exclude=CVS /usr/ports/lang/pike75.old/files/patch-ab /usr/ports/lang/pike75/files/patch-ab --- /usr/ports/lang/pike75.old/files/patch-ab Tue Mar 16 14:34:35 2004 +++ /usr/ports/lang/pike75/files/patch-ab Tue Mar 16 15:00:00 2004 @@ -1,6 +1,6 @@ ---- modules/_Image_FreeType/configure.orig Fri Feb 6 14:35:54 2004 -+++ modules/_Image_FreeType/configure Fri Feb 6 14:36:58 2004 -@@ -2047,8 +2047,8 @@ +--- modules/_Image_FreeType/configure.orig Tue Mar 16 14:58:23 2004 ++++ modules/_Image_FreeType/configure Tue Mar 16 14:59:04 2004 +@@ -2046,8 +2046,8 @@ fi else @@ -8,6 +8,6 @@ -set dummy ${ac_tool_prefix}freetype-config; ac_word=$2 + # Extract the first word of "freetype-config", so it can be a program name with args. +set dummy freetype-config; ac_word=$2 - echo "$as_me:2052: checking for $ac_word" >&5 + echo "$as_me:2051: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_FT_CONFIG+set}" = set; then diff -ruN --exclude=CVS /usr/ports/lang/pike75.old/files/patch-configure /usr/ports/lang/pike75/files/patch-configure --- /usr/ports/lang/pike75.old/files/patch-configure Tue Mar 16 14:34:35 2004 +++ /usr/ports/lang/pike75/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -1,46 +0,0 @@ ---- configure.orig Fri Feb 20 20:41:26 2004 -+++ configure Sat Feb 21 02:29:33 2004 -@@ -27161,14 +27161,14 @@ - - if test "x$PTHREAD_CONFIG" = xno ; then - -- echo "$as_me:27164: checking -pthread" >&5 --echo $ECHO_N "checking -pthread... $ECHO_C" >&6 -+ echo "$as_me:27164: checking %%PTHREAD_CFLAGS%%" >&5 -+echo $ECHO_N "checking %%PTHREAD_CFLAGS%%.. $ECHO_C" >&6 - if test "${pike_cv_option_pthread+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - - OLD_CPPFLAGS="$CPPFLAGS" -- CPPFLAGS="$OLD_CPPFLAGS -pthread" -+ CPPFLAGS="$OLD_CPPFLAGS %%PTHREAD_CFLAGS%%" - old_ac_link="$ac_link" - ac_link="$old_ac_link 2>conftezt.out.2" - if test "$cross_compiling" = yes; then -@@ -27275,10 +27275,10 @@ - fi - - if test x"$pike_cv_option_pthread" = "xyes" ; then -- CFLAGS="$CFLAGS -pthread" -+ CFLAGS="$CFLAGS %%PTHREAD_CFLAGS%%" - case "CFLAGS" in - OPTIMIZE) -- CFLAGS="$CFLAGS -pthread" -+ CFLAGS="$CFLAGS %%PTHREAD_CFLAGS%%" - ;; - esac - echo "$as_me:27284: result: yes" >&5 -@@ -27287,10 +27287,10 @@ - else - echo "$as_me:27288: result: no" >&5 - echo "${ECHO_T}no" >&6 -- LIBS="$LIBS -lc_r" -+ LIBS="$LIBS %%PTHREAD_LIBS%%" - fi - -- LD_FALLBACK_FLAGS="${LD_FALLBACK_FLAGS-} -lc_r" -+ LD_FALLBACK_FLAGS="${LD_FALLBACK_FLAGS-} %%PTHREAD_LIBS%%" - - echo "$as_me:27295: checking Initial stack limit" >&5 - echo $ECHO_N "checking Initial stack limit... $ECHO_C" >&6 diff -ruN --exclude=CVS /usr/ports/lang/pike75.old/pkg-plist /usr/ports/lang/pike75/pkg-plist --- /usr/ports/lang/pike75.old/pkg-plist Tue Mar 16 14:34:35 2004 +++ /usr/ports/lang/pike75/pkg-plist Tue Mar 16 15:43:23 2004 @@ -257,6 +257,7 @@ pike/%%PORTVERSION%%/lib/modules/Web.pmod/Crawler.pmod pike/%%PORTVERSION%%/lib/modules/Yabu.pmod/module.pmod pike/%%PORTVERSION%%/lib/modules/_Image.pmod/module.pmod +pike/%%PORTVERSION%%/lib/include/regexp.h pike/%%PORTVERSION%%/lib/include/array.h pike/%%PORTVERSION%%/lib/include/fifo.h pike/%%PORTVERSION%%/lib/include/getopt.h @@ -316,7 +317,6 @@ pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/arcfour.pike pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/aes.pike pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/rijndael.pike -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/des.pike.o pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/cast.pike pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/cbc.pike pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/crypto.pike @@ -329,20 +329,7 @@ pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/md5.pike pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/module.pmod pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/pipe.pike -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/aes.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/des3.pike.o pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/sha.pike -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/arcfour.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/cast.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/cbc.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/crypto.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/idea.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/invert.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/md2.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/md4.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/md5.pike.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/module.pmod.o -pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/pipe.pike.o pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/rijndael.pike.o pike/%%PORTVERSION%%/lib/7.4/modules/Crypto.pmod/sha.pike.o pike/%%PORTVERSION%%/lib/7.4/modules/Locale.pmod/Charset.pmod.o @@ -351,12 +338,8 @@ pike/%%PORTVERSION%%/lib/7.4/modules/Protocols.pmod/SMTP.pmod pike/%%PORTVERSION%%/lib/7.4/modules/SSL.pmod/constants.pike pike/%%PORTVERSION%%/lib/7.4/modules/SSL.pmod/cipher.pike -pike/%%PORTVERSION%%/lib/7.4/modules/Sql.pmod/sql.pike.o pike/%%PORTVERSION%%/lib/7.4/modules/Sql.pmod/sql.pike -pike/%%PORTVERSION%%/lib/7.4/modules/Standards.pmod/ASN1.pmod/Encode.pmod.o pike/%%PORTVERSION%%/lib/7.4/modules/Standards.pmod/ASN1.pmod/Encode.pmod -pike/%%PORTVERSION%%/lib/7.4/modules/Regexp.pmod.o -pike/%%PORTVERSION%%/lib/7.4/modules/__default.pmod.o pike/%%PORTVERSION%%/lib/master.pike pike/%%PORTVERSION%%/lib/master.pike.o pike/%%PORTVERSION%%/lib/master.pike.in --- pike75-7.5.21.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: