summaryrefslogtreecommitdiff
path: root/graphics/jasper
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-01-19 20:26:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-01-19 20:26:58 +0000
commit090302fe0e6a0a55289de889c4ebb61b62243c0b (patch)
treeaefb0c92278a386a77ec3798f528d0cb9385e738 /graphics/jasper
parentUpdate MASTER_SITES and WWW and release to the wild. (diff)
Update to 1.600.0.
Notes
Notes: svn path=/head/; revision=73555
Diffstat (limited to 'graphics/jasper')
-rw-r--r--graphics/jasper/Makefile2
-rw-r--r--graphics/jasper/distinfo2
-rw-r--r--graphics/jasper/files/patch-configure22
-rw-r--r--graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h36
4 files changed, 31 insertions, 31 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index 6f5ee9c07e40..5fc782eef15e 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jasper
-PORTVERSION= 1.500.4
+PORTVERSION= 1.600.0
CATEGORIES= graphics
MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \
${MASTER_SITE_IMAGEMAGICK}
diff --git a/graphics/jasper/distinfo b/graphics/jasper/distinfo
index 032aebdba41a..9563cacf7fd8 100644
--- a/graphics/jasper/distinfo
+++ b/graphics/jasper/distinfo
@@ -1 +1 @@
-MD5 (jasper-1.500.4.zip) = dcd7598c262da668b4980129901bfdcc
+MD5 (jasper-1.600.0.zip) = 73dc19fbc2cb8025a1548ee7e234ce4b
diff --git a/graphics/jasper/files/patch-configure b/graphics/jasper/files/patch-configure
new file mode 100644
index 000000000000..4dff40bda8a6
--- /dev/null
+++ b/graphics/jasper/files/patch-configure
@@ -0,0 +1,22 @@
+
+$FreeBSD$
+
+--- configure.orig Sat Oct 19 09:48:25 2002
++++ configure Sun Jan 19 22:23:50 2003
+@@ -717,7 +717,7 @@
+
+ JAS_MAJOR_VERSION=1
+ JAS_MINOR_VERSION=600
+-JAS_MICRO_VERSION=0
++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 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h b/graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h
index 4d0f855e51fb..3e9a9cc43102 100644
--- a/graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h
+++ b/graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h
@@ -1,36 +1,14 @@
---- src/libjasper/include/jasper/jas_types.h.orig Tue Jan 15 17:07:34 2002
-+++ src/libjasper/include/jasper/jas_types.h Fri Sep 6 07:22:09 2002
-@@ -204,7 +204,7 @@
- #endif
- /**********/
- #if !defined(UINT_FAST8_MIN)
--typedef uchar uint_fast8_t;
-+typedef unsigned char uint_fast8_t;
- #define UINT_FAST8_MIN 0
- #define UINT_FAST8_MAX 255
- #endif
-@@ -216,7 +216,7 @@
- #endif
- /**********/
- #if !defined(UINT_FAST16_MIN)
--typedef ushort uint_fast16_t;
-+typedef unsigned short uint_fast16_t;
- #define UINT_FAST16_MIN USHRT_MIN
- #define UINT_FAST16_MAX USHRT_MAX
- #endif
-@@ -228,19 +228,19 @@
- #endif
- /**********/
- #if !defined(UINT_FAST32_MIN)
--typedef uint uint_fast32_t;
-+typedef unsigned int uint_fast32_t;
- #define UINT_FAST32_MIN UINT_MIN
- #define UINT_FAST32_MAX UINT_MAX
+
+$FreeBSD$
+
+--- src/libjasper/include/jasper/jas_types.h 2003/01/19 20:08:07 1.1
++++ src/libjasper/include/jasper/jas_types.h 2003/01/19 20:07:51
+@@ -246,13 +246,13 @@
#endif
/**********/
#if !defined(INT_FAST64_MIN)
-typedef longlong int_fast64_t;
-+typedef long long int_fast64_t;
++typedef log long int_fast64_t;
#define INT_FAST64_MIN LLONG_MIN
#define INT_FAST64_MAX LLONG_MAX
#endif