From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 14 06:20:19 2003 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 F0A1816A4B3 for ; Tue, 14 Oct 2003 06:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B8D43FCB for ; Tue, 14 Oct 2003 06:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9EDKFFY029815 for ; Tue, 14 Oct 2003 06:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9EDKF5t029814; Tue, 14 Oct 2003 06:20:15 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 14 Oct 2003 06:20:15 -0700 (PDT) Resent-Message-Id: <200310141320.h9EDKF5t029814@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 BD1DE16A4B3 for ; Tue, 14 Oct 2003 06:12:16 -0700 (PDT) Received: from akira.oav.net (akira.oav.net [195.20.105.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id D321A43FAF for ; Tue, 14 Oct 2003 06:12:15 -0700 (PDT) (envelope-from kiwi@oav.net) Received: by akira.oav.net (Postfix, from userid 1000) id B31892A481; Tue, 14 Oct 2003 15:12:14 +0200 (CEST) Message-Id: <20031014131214.B31892A481@akira.oav.net> Date: Tue, 14 Oct 2003 15:12:14 +0200 (CEST) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/58009: [MAINTAINER] lang/pike74: update to 7.4.31 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, 14 Oct 2003 13:20:19 -0000 >Number: 58009 >Category: ports >Synopsis: [MAINTAINER] lang/pike74: update to 7.4.31 >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 Oct 14 06:20:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.8-RELEASE-p9 i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD akira.oav.net 4.8-RELEASE-p9 FreeBSD 4.8-RELEASE-p9 #0: Sat Sep 27 18:14:31 CEST 2003 >Description: - Update to 7.4.31 Generated with FreeBSD Port Tools 0.26 >How-To-Repeat: >Fix: --- pike74-7.4.31_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/pike74.old/Makefile /usr/ports/lang/pike74/Makefile --- /usr/ports/lang/pike74.old/Makefile Tue Oct 14 14:54:00 2003 +++ /usr/ports/lang/pike74/Makefile Tue Oct 14 15:11:54 2003 @@ -6,7 +6,7 @@ # PORTNAME= pike74 -PORTVERSION= 7.4.28 +PORTVERSION= 7.4.31 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ @@ -36,9 +36,9 @@ WANT_MESA= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-debug \ +CONFIGURE_ARGS+= --without-debug \ --with-double-precision \ --with-long-double-precision \ --disable-rpath \ @@ -75,10 +75,10 @@ # Allow building Embeded perl when >= 5.6 .if ${PERL_LEVEL} > 500600 -CONFIGURE_ARGS+= --with-perl +CONFIGURE_ARGS+= --with-perl USE_PERL5= YES .else -CONFIGURE_ARGS+= --without-perl +CONFIGURE_ARGS+= --without-perl .endif .if exists(${LOCALBASE}/lib/libavcodec.so.0) @@ -143,9 +143,9 @@ .endif .if defined(WITHOUT_RELOCATABLE_DUMPED_MODULES) -CONFIGURE_ARGS+= --without-relocatable-dumped-modules +CONFIGURE_ARGS+= --without-relocatable-dumped-modules .else -CONFIGURE_ARGS+= --with-relocatable-dumped-modules +CONFIGURE_ARGS+= --with-relocatable-dumped-modules .endif .if defined(WITH_EXPIREMENTAL_FEATURES) diff -ruN --exclude=CVS /usr/ports/lang/pike74.old/distinfo /usr/ports/lang/pike74/distinfo --- /usr/ports/lang/pike74.old/distinfo Tue Oct 14 14:54:00 2003 +++ /usr/ports/lang/pike74/distinfo Tue Oct 14 14:58:30 2003 @@ -1 +1 @@ -MD5 (Pike-v7.4.28.tar.gz) = 98a7944cea94c7255a24f2cba7d15ec1 +MD5 (Pike-v7.4.31.tar.gz) = f265207184aa818a96e9460af2012be8 diff -ruN --exclude=CVS /usr/ports/lang/pike74.old/pkg-plist /usr/ports/lang/pike74/pkg-plist --- /usr/ports/lang/pike74.old/pkg-plist Tue Oct 14 14:54:00 2003 +++ /usr/ports/lang/pike74/pkg-plist Tue Oct 14 15:10:11 2003 @@ -440,7 +440,6 @@ pike/%%PORTVERSION%%/include/pike/lexer1.h pike/%%PORTVERSION%%/include/pike/lexer2.h pike/%%PORTVERSION%%/include/pike/aclocal.m4 -pike/%%PORTVERSION%%/man/man1/pike.1 @unexec rm -rf %D/pike/%%PORTVERSION%%/lib/modules @dirrm pike/%%PORTVERSION%%/lib/include @unexec rm -rf %D/pike/%%PORTVERSION%%/lib/0.6 --- pike74-7.4.31_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: