diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dcmtk/Makefile | 2 | ||||
-rw-r--r-- | graphics/imv/Makefile | 2 | ||||
-rw-r--r-- | graphics/libcdr01/Makefile | 1 | ||||
-rw-r--r-- | graphics/libcdr01/files/patch-icu68 | 17 | ||||
-rw-r--r-- | graphics/libfreehand/Makefile | 2 | ||||
-rw-r--r-- | graphics/libzmf/Makefile | 2 | ||||
-rw-r--r-- | graphics/maim/Makefile | 2 | ||||
-rw-r--r-- | graphics/openfx-arena/Makefile | 2 | ||||
-rw-r--r-- | graphics/osg/Makefile | 2 | ||||
-rw-r--r-- | graphics/tesseract/Makefile | 2 |
10 files changed, 26 insertions, 8 deletions
diff --git a/graphics/dcmtk/Makefile b/graphics/dcmtk/Makefile index c279ba35f4b5..68de047b5aac 100644 --- a/graphics/dcmtk/Makefile +++ b/graphics/dcmtk/Makefile @@ -4,7 +4,7 @@ PORTNAME= dcmtk DISTVERSIONPREFIX= ${PORTNAME:tu}- DISTVERSION= 3.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index 34bbcefc8c56..4320f680b589 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -4,7 +4,7 @@ PORTNAME= imv DISTVERSIONPREFIX= v DISTVERSION= 4.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index 495b2b5aa733..eaae006a4104 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -2,6 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 diff --git a/graphics/libcdr01/files/patch-icu68 b/graphics/libcdr01/files/patch-icu68 new file mode 100644 index 000000000000..466cfea4bae4 --- /dev/null +++ b/graphics/libcdr01/files/patch-icu68 @@ -0,0 +1,17 @@ +Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844 + +libcdr_utils.cpp:111:35: error: use of undeclared identifier 'TRUE' + ucsdet_enableInputFilter(csd, TRUE); + ^ + +--- src/lib/libcdr_utils.cpp.orig 2020-02-02 15:30:44 UTC ++++ src/lib/libcdr_utils.cpp +@@ -108,7 +108,7 @@ static unsigned short getEncoding(const unsigned char + csd = ucsdet_open(&status); + if (U_FAILURE(status) || !csd) + return 0; +- ucsdet_enableInputFilter(csd, TRUE); ++ ucsdet_enableInputFilter(csd, true); + ucsdet_setText(csd, (const char *)buffer, bufferLength, &status); + if (U_FAILURE(status)) + throw libcdr::EncodingException(); diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 84fc73d10976..cbffb920eb59 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfreehand PORTVERSION= 0.1.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= LODEV diff --git a/graphics/libzmf/Makefile b/graphics/libzmf/Makefile index fdc363f01e9a..769fee711227 100644 --- a/graphics/libzmf/Makefile +++ b/graphics/libzmf/Makefile @@ -2,7 +2,7 @@ PORTNAME= libzmf PORTVERSION= 0.0.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= graphics MASTER_SITES= LODEV diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index fae4f3346b33..c120e399d8fa 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -3,7 +3,7 @@ PORTNAME= maim DISTVERSIONPREFIX= v DISTVERSION= 5.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index d8ac6bf4ef48..9f61cbb74207 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -3,7 +3,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.3.14 DISTVERSIONPREFIX= Natron- -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 0a525a1473b5..d91f23bd83ac 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index ce2e0e439931..2f0843e3fb84 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -3,7 +3,7 @@ PORTNAME= tesseract PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org |