From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 13 17:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25EE41065695 for ; Fri, 13 Nov 2009 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F35588FC1F for ; Fri, 13 Nov 2009 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nADHA1IR084052 for ; Fri, 13 Nov 2009 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nADHA1ij084051; Fri, 13 Nov 2009 17:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 13 Nov 2009 17:10:01 GMT Resent-Message-Id: <200911131710.nADHA1ij084051@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, "B. Estrade" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E826A1065676 for ; Fri, 13 Nov 2009 17:07:13 +0000 (UTC) (envelope-from estrabd@bc3.lsu.edu) Received: from gate011.lsu.edu (gate011.ocs.lsu.edu [130.39.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id C91518FC0C for ; Fri, 13 Nov 2009 17:07:13 +0000 (UTC) Received: from bc3.lsu.edu ([130.39.195.165]) by gate011.lsu.edu (Lotus Domino Release 6.0.3) with ESMTP id 2009111311071478-44933 ; Fri, 13 Nov 2009 11:07:14 -0600 Received: from bc3.lsu.edu (localhost [127.0.0.1]) by bc3.lsu.edu (8.14.3/8.14.2) with ESMTP id nADH2IYm087184 for ; Fri, 13 Nov 2009 11:02:18 -0600 (CST) (envelope-from estrabd@bc3.lsu.edu) Received: (from estrabd@localhost) by bc3.lsu.edu (8.14.3/8.14.2/Submit) id nADH2IHg087183; Fri, 13 Nov 2009 11:02:18 -0600 (CST) (envelope-from estrabd) Message-Id: <200911131702.nADH2IHg087183@bc3.lsu.edu> Date: Fri, 13 Nov 2009 11:02:18 -0600 (CST) From: "B. Estrade" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/140536: fix to lang/qore ./configure breakage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "B. Estrade" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2009 17:10:02 -0000 >Number: 140536 >Category: ports >Synopsis: fix to lang/qore ./configure breakage >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 13 17:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: B. Estrade >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD bc3.lsu.edu 7.2-STABLE FreeBSD 7.2-STABLE #14: Sat Nov 7 11:35:08 CST 2009 root@bc3.lsu.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This update to lang/qore fixes a break in ./configure brought about by the use of an incompatible version of flex in /usr/bin/flex; it requires flex > 2.5.31, which means it requires what is in ports. >How-To-Repeat: Build current lang/qore on any system; >Fix: Apply updates to the port's files (namely Makefile); --- qore.report begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # qore-port # qore-port/Makefile # qore-port/distinfo # qore-port/pkg-descr # qore-port/pkg-plist # echo c - qore-port mkdir -p qore-port > /dev/null 2>&1 echo x - qore-port/Makefile sed 's/^X//' >qore-port/Makefile << '92eb265f2453f341cf31f9f3ea4033ef' X# Ports collection makefile for: qore X# Date created: 12 November 2009 X# Whom: B. Estrade X# X# $FreeBSD$ X# X XPORTNAME= qore XPORTVERSION= 0.7.6 XCATEGORIES= lang XMASTER_SITES= SF/qore/qore/0.7.6/ X XMAINTAINER= estrabd@gmail.com XCOMMENT= The Qore Programming Language X XLIB_DEPENDS= ssl:${PORTSDIR}/security/openssl pcre:${PORTSDIR}/devel/pcre \ X xml2:${PORTSDIR}/textproc/libxml2 bz2:${PORTSDIR}/archivers/bzip2 XBUILD_DEPENDS= flex>=2.5.31:${PORTSDIR}/textproc/flex bison:${PORTSDIR}/devel/bison X XGNU_CONFIGURE=yes XCONFIGURE_ENV="LEX=${LOCALBASE}/bin/flex" XCONFIGURE_ARGS=--disable-debug --disable-static X X.include 92eb265f2453f341cf31f9f3ea4033ef echo x - qore-port/distinfo sed 's/^X//' >qore-port/distinfo << '63968319f1fdadcb5f9ea5a7f4eefa59' XMD5 (qore-0.7.6.tar.gz) = df586d1cd81e172f82cce19fe5b84824 XSHA256 (qore-0.7.6.tar.gz) = 4916b1cb1887f98bb80e0a8f45d7ee0f6c17dd68e77216f55558231d2528fb52 XSIZE (qore-0.7.6.tar.gz) = 2542254 63968319f1fdadcb5f9ea5a7f4eefa59 echo x - qore-port/pkg-descr sed 's/^X//' >qore-port/pkg-descr << '00c572c9e0227d62fb9b0ac2d47593f9' XQore is a dynamically-typed, embeddabble programming Xlanguage designed for SMP scalability. X XWWW: http://www.qore.org 00c572c9e0227d62fb9b0ac2d47593f9 echo x - qore-port/pkg-plist sed 's/^X//' >qore-port/pkg-plist << 'c6dee3fe6701d6b8f43ab5b508d2015a' Xbin/qore Xlib/libqore.la Xlib/libqore.so Xlib/libqore.so.8 Xman/man1/qore.1 Xinclude/qore/ReferenceArgumentHelper.h Xinclude/qore/ReferenceHelper.h Xinclude/qore/qore_thread.h Xinclude/qore/AbstractThreadResource.h Xinclude/qore/QoreProgram.h Xinclude/qore/QoreReferenceCounter.h Xinclude/qore/AbstractPrivateData.h Xinclude/qore/QoreType.h Xinclude/qore/QoreListNode.h Xinclude/qore/QoreBigIntNode.h Xinclude/qore/QoreBoolNode.h Xinclude/qore/QoreFloatNode.h Xinclude/qore/QoreNothingNode.h Xinclude/qore/QoreNullNode.h Xinclude/qore/params.h Xinclude/qore/node_types.h Xinclude/qore/BuiltinFunctionList.h Xinclude/qore/QoreThreadLock.h Xinclude/qore/QoreThreadLocalStorage.h Xinclude/qore/QoreClass.h Xinclude/qore/QoreString.h Xinclude/qore/qore-version.h Xinclude/qore/common.h Xinclude/qore/QoreEncoding.h Xinclude/qore/DateTime.h Xinclude/qore/support.h Xinclude/qore/ExceptionSink.h Xinclude/qore/AbstractQoreNode.h Xinclude/qore/QoreNodeEvalOptionalRefHolder.h Xinclude/qore/QoreStringNode.h Xinclude/qore/DateTimeNode.h Xinclude/qore/QoreHashNode.h Xinclude/qore/ModuleManager.h Xinclude/qore/QoreNamespace.h Xinclude/qore/QoreObject.h Xinclude/qore/macros.h Xinclude/qore/macros-i386.h Xinclude/qore/macros-x86_64.h Xinclude/qore/DBI.h Xinclude/qore/macros-powerpc.h Xinclude/qore/macros-sparc.h Xinclude/qore/macros-ia64.h Xinclude/qore/QoreSocket.h Xinclude/qore/QoreNet.h Xinclude/qore/QoreURL.h Xinclude/qore/Restrictions.h Xinclude/qore/QoreLib.h Xinclude/qore/QoreCondition.h Xinclude/qore/QoreCounter.h Xinclude/qore/BinaryNode.h Xinclude/qore/ReferenceNode.h Xinclude/qore/CallReferenceNode.h Xinclude/qore/hash_map.h Xinclude/qore/QoreFtpClient.h Xinclude/qore/safe_dslist Xinclude/qore/qore_bitopts.h Xinclude/qore/QoreSSLBase.h Xinclude/qore/Datasource.h Xinclude/qore/SystemEnvironment.h Xinclude/qore/ParseOptionMap.h Xinclude/qore/QoreHTTPClient.h Xinclude/qore/ScopeGuard.h Xinclude/qore/ReferenceHolder.h Xinclude/qore/QoreSSLCertificate.h Xinclude/qore/QoreSSLPrivateKey.h Xinclude/qore/AutoVLock.h Xinclude/qore/QoreFile.h Xinclude/qore/Qore.h Xinclude/qore/QoreEvents.h Xinclude/qore/QoreRWLock.h X@dirrm include/qore c6dee3fe6701d6b8f43ab5b508d2015a exit --- qore.report ends here --- >Release-Note: >Audit-Trail: >Unformatted: