Date: Thu, 09 Jul 2009 19:07:32 +0300 From: Alex Samorukov <samm@os2.kiev.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/136623: [MAINTAINER] graphics/cuneiform: update to 0.7.0 Message-ID: <E1MOw9k-0009Ah-6D@deepvision.tsua.net> Resent-Message-ID: <200907091610.n69GA1lO068535@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> +.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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1MOw9k-0009Ah-6D>