1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to 1.700.2.

This commit is contained in:
Maxim Sobolev 2003-05-06 16:27:48 +00:00
parent 472b22655b
commit 1754e553bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80275
5 changed files with 26 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= jasper
PORTVERSION= 1.600.0
PORTVERSION= 1.700.2
CATEGORIES= graphics
MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \
${MASTER_SITE_IMAGEMAGICK}

View File

@ -1 +1 @@
MD5 (jasper-1.600.0.zip) = 73dc19fbc2cb8025a1548ee7e234ce4b
MD5 (jasper-1.700.2.zip) = 4eedf9b1c1cdc53c631673eefe917599

View File

@ -1,18 +1,18 @@
$FreeBSD$
--- configure.orig Sat Oct 19 09:48:25 2002
+++ configure Sun Jan 19 22:23:50 2003
@@ -717,7 +717,7 @@
--- configure.orig Mon Feb 24 09:21:58 2003
+++ configure Wed May 7 19:29:07 2003
@@ -720,7 +720,7 @@
JAS_MAJOR_VERSION=1
JAS_MINOR_VERSION=600
-JAS_MICRO_VERSION=0
JAS_MINOR_VERSION=700
-JAS_MICRO_VERSION=2
+JAS_MICRO_VERSION=4
JAS_INTERFACE_AGE=0
JAS_BINARY_AGE=0
JAS_VERSION=$JAS_MAJOR_VERSION.$JAS_MINOR_VERSION.$JAS_MICRO_VERSION
@@ -5462,6 +5462,7 @@
@@ -5469,6 +5469,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- src/libjasper/jpc/jpc_cs.c 2003/05/07 16:24:56 1.1
+++ src/libjasper/jpc/jpc_cs.c 2003/05/07 16:25:31
@@ -337,7 +337,7 @@
jpc_ms_dump(ms, stderr);
}
- if (JAS_CAST(ulong, jas_stream_tell(tmpstream)) != ms->len) {
+ if (JAS_CAST(unsigned long, jas_stream_tell(tmpstream)) != ms->len) {
fprintf(stderr,
"warning: trailing garbage in marker segment (%ld bytes)\n",
ms->len - jas_stream_tell(tmpstream));

View File

@ -1,9 +1,13 @@
bin/imgcmp
bin/imginfo
bin/jasper
include/jasper/jas_cm.h
include/jasper/jas_config.h
include/jasper/jas_config2.h
include/jasper/jas_debug.h
include/jasper/jas_fix.h
include/jasper/jas_getopt.h
include/jasper/jas_icc.h
include/jasper/jas_image.h
include/jasper/jas_init.h
include/jasper/jas_malloc.h