Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2012 19:51:49 GMT
From:      Brett Estrade <estrabd@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173302: update lang/qore from 0.8.3 to 0.86
Message-ID:  <201211021951.qA2JpnCq082762@red.freebsd.org>
Resent-Message-ID: <201211022000.qA2K01jv058026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173302
>Category:       ports
>Synopsis:       update lang/qore from 0.8.3 to 0.86
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 02 20:00:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Brett Estrade
>Release:        9.0 REL
>Organization:
self
>Environment:
FreeBSD beast0 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This is just an update to lang/qore from the ports maintainer (estrabd).
>How-To-Repeat:

>Fix:
diff -ruN qore-0.8.3/Makefile qore/Makefile
--- qore-0.8.3/Makefile 2012-11-02 03:12:45.000000000 -0500
+++ qore/Makefile   2012-11-02 03:11:16.000000000 -0500
@@ -2,11 +2,11 @@
 # Date created:                12 November 2009
 # Whom:                    B. Estrade <estrabd@gmail.com>
 #
-# $FreeBSD: ports/lang/qore/Makefile,v 1.8 2011/11/23 15:51:09 jpaetzel Exp $+# $FreeBSD$
 #
 PORTNAME=  qore-PORTVERSION=   0.8.3
+PORTVERSION=   0.8.6 CATEGORIES=    lang
 MASTER_SITES=  SF/qore/qore/${PORTVERSION}/

@@ -16,15 +16,17 @@
 LICENSE=   GPLv2

 LIB_DEPENDS=   pcre:${PORTSDIR}/devel/pcre \
-       xml2:${PORTSDIR}/textproc/libxml2
+       xml2:${PORTSDIR}/textproc/libxml2 \
+       mpfr:${PORTSDIR}/math/mpfr
 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
        ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison

+USE_GMAKE= yes
+
 LDFLAGS+=  -L${LOCALBASE}/lib
 USE_BZIP2= yes
 USE_OPENSSL=   yes
 USE_LDCONFIG=  yes
-USE_GNOME= pkgconfig
 GNU_CONFIGURE= yes
 CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex"
 CONFIGURE_ARGS=    --disable-debug --disable-static
diff -ruN qore-0.8.3/distinfo qore/distinfo
--- qore-0.8.3/distinfo 2012-11-02 03:12:45.000000000 -0500
+++ qore/distinfo   2012-11-02 03:11:16.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (qore-0.8.3.tar.bz2) = 40f8f140107ca67c751a419bf3372ec34e539dea9e1720df7aebd2cd0ea34b9e
-SIZE (qore-0.8.3.tar.bz2) = 3476315
+SHA256 (qore-0.8.6.tar.bz2) = ba6e39fb63dd6b247c8c693279f66ead6d0dcdc361c1dbf0a1e6df5515bc17d7
+SIZE (qore-0.8.6.tar.bz2) = 8766211
diff -ruN qore-0.8.3/pkg-plist qore/pkg-plist
--- qore-0.8.3/pkg-plist    2012-11-02 03:12:45.000000000 -0500
+++ qore/pkg-plist  2012-11-02 03:11:16.000000000 -0500
@@ -1,8 +1,6 @@
 bin/qore
 lib/libqore.la
 lib/libqore.so
-lib/libqore.so.11
-lib/pkgconfig/qore.pc
 include/qore/QoreTypeSafeReferenceHelper.h
 include/qore/SQLStatement.h
 include/qore/ReferenceArgumentHelper.h
@@ -18,6 +16,7 @@
 include/qore/QoreFloatNode.h
 include/qore/QoreNothingNode.h
 include/qore/QoreNullNode.h
+include/qore/QoreNumberNode.h
 include/qore/params.h
 include/qore/node_types.h
 include/qore/BuiltinFunctionList.h
@@ -74,4 +73,3 @@
 include/qore/QoreEvents.h
 include/qore/QoreRWLock.h
 @dirrm include/qore
-@dirrmtry lib/pkgconfig

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211021951.qA2JpnCq082762>