View | Details | Raw Unified | Return to bug 228278 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/leptonica/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1487336576
1
TIMESTAMP = 1526412216
2
SHA256 (leptonica-1.74.1.tar.gz) = 746a517a47a3bd2a90bc8d581ca6464c10f30e91a60209735efe45b3778bec62
2
SHA256 (DanBloomberg-leptonica-1.76.0_GH0.tar.gz) = ff98ffef6103cda0e400676f81113a8157569ac0f453c6e03a1a27b305ba25a7
3
SIZE (leptonica-1.74.1.tar.gz) = 11707064
3
SIZE (DanBloomberg-leptonica-1.76.0_GH0.tar.gz) = 11557709
(-)graphics/leptonica/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	2017-01-02 21:49:40 UTC
2
+++ configure
3
@@ -12929,7 +12929,7 @@ if test "x$ac_cv_lib_openjp2_opj_create_
4
 $as_echo "#define HAVE_LIBJP2K 1" >>confdefs.h
5
  LIBJP2K_LIBS=-lopenjp2
6
 
7
-      for ac_header in openjpeg-2.2/openjpeg.h openjpeg-2.1/openjpeg.h openjpeg-2.0/openjpeg.h
8
+      for ac_header in openjpeg-2.3/openjpeg.h openjpeg-2.2/openjpeg.h openjpeg-2.1/openjpeg.h openjpeg-2.0/openjpeg.h
9
 do :
10
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
(-)graphics/leptonica/Makefile (-3 / +6 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/graphics/leptonica/Makefile 439814 2017-04-30 12:50:54Z sunpoet $
2
# $FreeBSD: head/graphics/leptonica/Makefile 439814 2017-04-30 12:50:54Z sunpoet $
3
3
4
PORTNAME=	leptonica
4
PORTNAME=	leptonica
5
PORTVERSION=	1.74.1
5
PORTVERSION=	1.76.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	http://www.leptonica.com/source/
8
9
USE_GITHUB=   yes
10
MASTER_SITES= GH
11
GH_ACCOUNT=   DanBloomberg
9
12
10
MAINTAINER=	hiroto.kagotani@gmail.com
13
MAINTAINER=	hiroto.kagotani@gmail.com
11
COMMENT=	C library for efficient image processing and image analysis operations
14
COMMENT=	C library for efficient image processing and image analysis operations
Lines 18-24 Link Here
18
21
19
CONFLICTS=	leptonlib-[0-9]*
22
CONFLICTS=	leptonlib-[0-9]*
20
23
21
USES=		jpeg libtool pathfix
24
USES=		jpeg libtool pathfix autoreconf
22
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
23
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
24
CPPFLAGS+=	-I${LOCALBASE}/include
27
CPPFLAGS+=	-I${LOCALBASE}/include

Return to bug 228278