From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 16: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 028AC1065678 for ; Thu, 9 Jul 2009 16: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 D51138FC1D for ; Thu, 9 Jul 2009 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n69GA1vJ068536 for ; Thu, 9 Jul 2009 16: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 n69GA1lO068535; Thu, 9 Jul 2009 16:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 16:10:01 GMT Resent-Message-Id: <200907091610.n69GA1lO068535@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, Alex Samorukov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C78A106566B for ; Thu, 9 Jul 2009 16:07:33 +0000 (UTC) (envelope-from root@deepvision.tsua.net) Received: from deepvision.tsua.net (s2.sdv.com.ua [212.40.43.22]) by mx1.freebsd.org (Postfix) with ESMTP id 3C65C8FC13 for ; Thu, 9 Jul 2009 16:07:33 +0000 (UTC) (envelope-from root@deepvision.tsua.net) Received: from root by deepvision.tsua.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MOw9k-0009Ah-6D for FreeBSD-gnats-submit@freebsd.org; Thu, 09 Jul 2009 19:07:32 +0300 Message-Id: Date: Thu, 09 Jul 2009 19:07:32 +0300 From: Alex Samorukov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/136623: [MAINTAINER] graphics/cuneiform: update to 0.7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 16:10:02 -0000 >Number: 136623 >Category: ports >Synopsis: [MAINTAINER] graphics/cuneiform: update to 0.7.0 >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: Thu Jul 09 16:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 6.3-RELEASE-p8 i386 >Organization: NetArt >Environment: System: FreeBSD deepvision.tsua.net 6.3-RELEASE-p8 FreeBSD 6.3-RELEASE-p8 #5: Mon Jan 12 12:00:20 EET 2009 >Description: - Update to 0.7.0 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cuneiform-0.7.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/cuneiform/Makefile /usr/home/samm/tmp/cuneiform/Makefile --- /usr/ports/graphics/cuneiform/Makefile 2009-03-24 21:13:08.000000000 +0200 +++ /usr/home/samm/tmp/cuneiform/Makefile 2009-07-09 18:55:34.000000000 +0300 @@ -6,25 +6,21 @@ # PORTNAME= cuneiform -PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTVERSION= 0.7.0 CATEGORIES= graphics MASTER_SITES= https://launchpad.net/cuneiform-linux/${PORTVERSION:R}/${PORTVERSION:R}/+download/ -DISTNAME= ${PORTNAME}-${PORTVERSION:R} +DISTNAME= ${PORTNAME}-linux-${PORTVERSION:R} MAINTAINER= samm@os2.kiev.ua COMMENT= OCR system developed and open sourced by Cognitive technologies -LIB_DEPENDS= dlmalloc.2:${PORTSDIR}/devel/libdlmalloc - ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_CMAKE= yes -CMAKE_ARGS= -DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib -ldlmalloc" USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build +WRKSRC= ${WRKDIR}/${PORTNAME}-linux-${PORTVERSION:R}/build CMAKE_SOURCE_PATH=.. CPPFLAGS+= -I${LOCALBASE}/include @@ -34,6 +30,11 @@ .include +.if ${OSVERSION}<700000 +LIB_DEPENDS= dlmalloc.2:${PORTSDIR}/devel/libdlmalloc +CMAKE_ARGS= -DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib -ldlmalloc" +.endif + .if defined(WITH_IMAGEMAGICK) LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick .endif @@ -46,5 +47,10 @@ @${REINPLACE_CMD} -e '/pkg_check_modules.*ImageMagick/ d' \ ${WRKSRC}/../cuneiform_src/Kern/CMakeLists.txt .endif +.if ${OSVERSION}<700000 + @${REINPLACE_CMD} -e 's|malloc_np.h|dlmalloc/malloc.h|' \ + ${WRKSRC}/../cuneiform_src/Kern/windummy.c \ + ${WRKSRC}/../cuneiform_src/Kern/rbal/src/statsearchbl.cpp +.endif .include diff -ruN --exclude=CVS /usr/ports/graphics/cuneiform/distinfo /usr/home/samm/tmp/cuneiform/distinfo --- /usr/ports/graphics/cuneiform/distinfo 2008-11-25 18:15:03.000000000 +0200 +++ /usr/home/samm/tmp/cuneiform/distinfo 2009-07-09 10:31:48.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (cuneiform-0.5.tar.bz2) = 081bc59aa93880e4de2ee0117cc0a3b4 -SHA256 (cuneiform-0.5.tar.bz2) = ab2f9a80d8d541cc00769fc7099846e3410607e9f3d7660b23d088ac03f4c7dd -SIZE (cuneiform-0.5.tar.bz2) = 30109795 +MD5 (cuneiform-linux-0.7.tar.bz2) = a13c91a4c2f88b7573e1b3d3306436e2 +SHA256 (cuneiform-linux-0.7.tar.bz2) = c2d250467e05336dcfd4ef5df5ed39ad803966b64c8b57afdc4677a410f5fcec +SIZE (cuneiform-linux-0.7.tar.bz2) = 29158105 diff -ruN --exclude=CVS /usr/ports/graphics/cuneiform/pkg-plist /usr/home/samm/tmp/cuneiform/pkg-plist --- /usr/ports/graphics/cuneiform/pkg-plist 2008-08-23 15:45:32.000000000 +0300 +++ /usr/home/samm/tmp/cuneiform/pkg-plist 2009-07-09 18:43:07.000000000 +0300 @@ -5,21 +5,21 @@ lib/libcimage.so lib/libcline.so lib/libcpage.so -lib/libcpu.so +lib/libcpu32.so lib/libcstr.so lib/libctb32.so -lib/libdif.so +lib/libdif32.so lib/libevn32.so lib/libexc.so -lib/libfon.so -lib/libleo.so +lib/libfon32.so +lib/libleo32.so lib/liblns32.so -lib/libloc.so -lib/libmmx.so -lib/libmsk.so +lib/libloc32.so +lib/libmmx32.so +lib/libmsk32.so lib/libpass2.so lib/libpuma.so -lib/libr35.so +lib/libr3532.so lib/librbal.so lib/librblock.so lib/librcorrkegl.so --- cuneiform-0.7.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: