Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 13:43:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520989 - in head: comms/xastir graphics/GraphicsMagick graphics/aaphoto graphics/dcraw graphics/dcraw-m graphics/devil graphics/devil/files graphics/digikam graphics/exact-image graphi...
Message-ID:  <201912271343.xBRDh0iJ096882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 27 13:43:00 2019
New Revision: 520989
URL: https://svnweb.freebsd.org/changeset/ports/520989

Log:
  Update jasper to 2.0.16
  
  This is needed to be able to update gegl to latest version.
  Bump revision of all consumer as the ABI is not 100% backward compatible.
  Provide a patch for graphics/devil to properly build with latest jasper.
  While here add a missing USES=xorg to graphics/devil

Added:
  head/graphics/devil/files/patch-src-IL_src_il__jp2.c   (contents, props changed)
Deleted:
  head/graphics/jasper/files/
Modified:
  head/comms/xastir/Makefile
  head/graphics/GraphicsMagick/Makefile
  head/graphics/aaphoto/Makefile
  head/graphics/dcraw-m/Makefile
  head/graphics/dcraw/Makefile
  head/graphics/devil/Makefile
  head/graphics/digikam/Makefile
  head/graphics/exact-image/Makefile
  head/graphics/gdal/Makefile
  head/graphics/gegl/Makefile
  head/graphics/jasper/Makefile
  head/graphics/jasper/distinfo
  head/graphics/jasper/pkg-plist
  head/graphics/libkdcraw/Makefile
  head/graphics/netpbm/Makefile
  head/graphics/opencv-java/Makefile
  head/graphics/opencv/Makefile
  head/graphics/py-opencv/Makefile
  head/graphics/qt5-imageformats/Makefile
  head/graphics/simage/Makefile
  head/graphics/ufraw/Makefile
  head/graphics/xv-m17n/Makefile
  head/graphics/xv/Makefile
  head/japanese/xv/Makefile
  head/math/saga/Makefile
  head/multimedia/kodi/Makefile
  head/net-im/kopete/Makefile
  head/print/ghostscript8-base/Makefile
  head/science/cdo/Makefile
  head/science/cgribex/Makefile

Modified: head/comms/xastir/Makefile
==============================================================================
--- head/comms/xastir/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/comms/xastir/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -4,7 +4,7 @@
 PORTNAME=	xastir
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	2.1.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	comms hamradio
 
 MAINTAINER=	carl@stagecraft.cx

Modified: head/graphics/GraphicsMagick/Makefile
==============================================================================
--- head/graphics/GraphicsMagick/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/GraphicsMagick/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.3.33
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF \

Modified: head/graphics/aaphoto/Makefile
==============================================================================
--- head/graphics/aaphoto/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/aaphoto/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -4,7 +4,7 @@
 PORTNAME=	aaphoto
 PORTVERSION=	0.43.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 
 MAINTAINER=	mail@log69.com

Modified: head/graphics/dcraw-m/Makefile
==============================================================================
--- head/graphics/dcraw-m/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/dcraw-m/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dcraw-m
 PORTVERSION=	9.22
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 MAINTAINER=	waitman@waitman.net

Modified: head/graphics/dcraw/Makefile
==============================================================================
--- head/graphics/dcraw/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/dcraw/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dcraw
 PORTVERSION=	9.28
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	LOCAL/sunpoet
 

Modified: head/graphics/devil/Makefile
==============================================================================
--- head/graphics/devil/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/devil/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	devil
 PORTVERSION=	1.7.8
-PORTREVISION=	23
+PORTREVISION=	24
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/openil/DevIL/${PORTVERSION}
@@ -12,7 +12,7 @@ DISTNAME=	DevIL-${PORTVERSION}
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Full featured cross-platform image library
 
-USES=		alias autoreconf gmake libtool localbase pkgconfig
+USES=		alias autoreconf gmake libtool localbase pkgconfig xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ILU --enable-ILUT \
 		--disable-allegro --disable-directx8 --disable-directx9 \

Added: head/graphics/devil/files/patch-src-IL_src_il__jp2.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/devil/files/patch-src-IL_src_il__jp2.c	Fri Dec 27 13:43:00 2019	(r520989)
@@ -0,0 +1,11 @@
+--- src-IL/src/il_jp2.c.orig	2009-03-08 07:10:09 UTC
++++ src-IL/src/il_jp2.c
+@@ -459,7 +459,7 @@ static void jas_stream_initbuf(jas_stream_t *stream, i
+ 			/* The buffer must be large enough to accommodate maximum
+ 			  putback. */
+ 			assert(bufsize > JAS_STREAM_MAXPUTBACK);
+-			stream->bufbase_ = JAS_CAST(uchar *, buf);
++			stream->bufbase_ = JAS_CAST(jas_uchar *, buf);
+ 			stream->bufsize_ = bufsize - JAS_STREAM_MAXPUTBACK;
+ 		}
+ 	} else {

Modified: head/graphics/digikam/Makefile
==============================================================================
--- head/graphics/digikam/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/digikam/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -2,7 +2,7 @@
 
 PORTNAME=	digikam
 DISTVERSION=	6.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/digikam/${PORTVERSION}

Modified: head/graphics/exact-image/Makefile
==============================================================================
--- head/graphics/exact-image/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/exact-image/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exact-image
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics perl5 python
 MASTER_SITES=	https://dl.exactcode.de/oss/exact-image/
 

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/gdal/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	2.4.3
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/gegl/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.16
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/jasper/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -2,34 +2,37 @@
 # $FreeBSD$
 
 PORTNAME=	jasper
-PORTVERSION=	1.900.1
-PORTREVISION=	17
+PORTVERSION=	2.0.16
+DISTVERSIONPREFIX=	version-
 CATEGORIES=	graphics
-MASTER_SITES=	https://www.ece.uvic.ca/~frodo/jasper/software/ \
-		ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Implementation of the codec specified in the JPEG-2000 standard
 
 LICENSE=	MIT
 
-OPTIONS_DEFINE=	OPENGL UUID DOCS
-OPTIONS_DEFAULT=UUID
+OPTIONS_DEFINE=	OPENGL DOCS
+OPTIONS_DEFAULT=	OPENGL
 OPTIONS_SUB=	yes
-UUID_DESC=	UUID support (required by GDAL)
 
-CONFIGURE_ARGS=	--enable-shared --enable-static
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		jpeg libtool:keepla localbase zip
+USES=		cmake jpeg localbase
 
-OPENGL_CONFIGURE_ENABLE=opengl
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	mdadams
+
+OPENGL_CMAKE_BOOL=	JAS_ENABLE_OPENGL
 OPENGL_USES=		gl xorg
 OPENGL_USE=		GL=glut XORG=x11,xext,xi,xmu
-UUID_EXTRA_PATCHES=	${PATCHDIR}/uuid.patch
 
-post-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/
+CMAKE_ARGS=	-DJAS_ENABLE_JPEG=true \
+		-DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=false \
+		-DCMAKE_SKIP_RPATH=true
+
+DOCSDIR=	${PREFIX}/share/doc/JasPer
+
+post-install-DOCS-off:
+	rm -rf ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/graphics/jasper/distinfo
==============================================================================
--- head/graphics/jasper/distinfo	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/jasper/distinfo	Fri Dec 27 13:43:00 2019	(r520989)
@@ -1,2 +1,3 @@
-SHA256 (jasper-1.900.1.zip) = 6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494
-SIZE (jasper-1.900.1.zip) = 1415752
+TIMESTAMP = 1577441210
+SHA256 (mdadams-jasper-version-2.0.16_GH0.tar.gz) = f1d8b90f231184d99968f361884e2054a1714fdbbd9944ba1ae4ebdcc9bbfdb1
+SIZE (mdadams-jasper-version-2.0.16_GH0.tar.gz) = 1311944

Modified: head/graphics/jasper/pkg-plist
==============================================================================
--- head/graphics/jasper/pkg-plist	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/jasper/pkg-plist	Fri Dec 27 13:43:00 2019	(r520989)
@@ -1,11 +1,10 @@
 bin/imgcmp
 bin/imginfo
 bin/jasper
-bin/tmrdemo
 %%OPENGL%%bin/jiv
 include/jasper/jas_cm.h
 include/jasper/jas_config.h
-include/jasper/jas_config2.h
+include/jasper/jas_dll.h
 include/jasper/jas_debug.h
 include/jasper/jas_fix.h
 include/jasper/jas_getopt.h
@@ -22,11 +21,10 @@ include/jasper/jas_tvp.h
 include/jasper/jas_types.h
 include/jasper/jas_version.h
 include/jasper/jasper.h
-lib/libjasper.a
-lib/libjasper.la
 lib/libjasper.so
 lib/libjasper.so.4
 lib/libjasper.so.4.0.0
+libdata/pkgconfig/jasper.pc
 man/man1/imgcmp.1.gz
 man/man1/imginfo.1.gz
 man/man1/jasper.1.gz

Modified: head/graphics/libkdcraw/Makefile
==============================================================================
--- head/graphics/libkdcraw/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/libkdcraw/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libkdcraw
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/graphics/netpbm/Makefile
==============================================================================
--- head/graphics/netpbm/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/netpbm/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netpbm
 DISTVERSION=	10.88.01
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ \
 		LOCAL/tobik

Modified: head/graphics/opencv-java/Makefile
==============================================================================
--- head/graphics/opencv-java/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/opencv-java/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics java
 PKGNAMESUFFIX=	-${OCV_SLAVE}
 

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/opencv/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencv
 PORTVERSION=	3.4.1
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/py-opencv/Makefile
==============================================================================
--- head/graphics/py-opencv/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/py-opencv/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -1,7 +1,7 @@
 # Created by: Martin Matuska <mm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/graphics/qt5-imageformats/Makefile
==============================================================================
--- head/graphics/qt5-imageformats/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/qt5-imageformats/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -2,6 +2,7 @@
 
 PORTNAME=	imageformats
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt5-
 

Modified: head/graphics/simage/Makefile
==============================================================================
--- head/graphics/simage/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/simage/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	simage
 PORTVERSION=	1.7.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/Coin3D/coin/downloads/
 

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/ufraw/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ufraw
 PORTVERSION=	0.22
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics
 
 MAINTAINER=	rodrigo@FreeBSD.org

Modified: head/graphics/xv-m17n/Makefile
==============================================================================
--- head/graphics/xv-m17n/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/xv-m17n/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -10,4 +10,6 @@ OPTIONS_SLAVE=	M17N
 
 PKGNAMESUFFIX=	-m17n${PKGNAMESUFFIX2}
 
+PORTREVISION=	1
+
 .include "${MASTERDIR}/Makefile"

Modified: head/graphics/xv/Makefile
==============================================================================
--- head/graphics/xv/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/graphics/xv/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xv
 PORTVERSION=	3.10a
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES+=	graphics
 MASTER_SITES=	ftp://ftp.cis.upenn.edu/pub/xv/:base \
 		SF/png-mng/XV%20jumbo%20patches/20070520

Modified: head/japanese/xv/Makefile
==============================================================================
--- head/japanese/xv/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/japanese/xv/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -17,6 +17,8 @@ PLIST_FILES=	bin/ja-xv
 
 OPTIONS_EXCLUDE=	DOCS
 
+PORTREVISION=	1
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xv ${STAGEDIR}${PREFIX}/bin/ja-xv
 

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/math/saga/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	saga
 PORTVERSION=	7.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 

Modified: head/multimedia/kodi/Makefile
==============================================================================
--- head/multimedia/kodi/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/multimedia/kodi/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kodi
 DISTVERSION=	17.6
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	multimedia java
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/net-im/kopete/Makefile
==============================================================================
--- head/net-im/kopete/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/net-im/kopete/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kopete
 PORTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net-im kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/print/ghostscript8-base/Makefile
==============================================================================
--- head/print/ghostscript8-base/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/print/ghostscript8-base/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ghostscript
 PORTVERSION=	8.71
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	print
 MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
 		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \

Modified: head/science/cdo/Makefile
==============================================================================
--- head/science/cdo/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/science/cdo/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cdo
 PORTVERSION=	1.9.8
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/20826/ \
 		LOCAL/sunpoet

Modified: head/science/cgribex/Makefile
==============================================================================
--- head/science/cgribex/Makefile	Fri Dec 27 13:31:41 2019	(r520988)
+++ head/science/cgribex/Makefile	Fri Dec 27 13:43:00 2019	(r520989)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cgribex
 PORTVERSION=	1.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/15629/ \
 		LOCAL/sunpoet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912271343.xBRDh0iJ096882>