Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 16:37:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548484 - head/graphics/cairo
Message-ID:  <202009131637.08DGbLqM065764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Sep 13 16:37:21 2020
New Revision: 548484
URL: https://svnweb.freebsd.org/changeset/ports/548484

Log:
  graphics/cairo: Roll back r548287 thyat upgraded cairo to 1.17.2 due to run-time problems that it caused
  
  PR:		249290
  Reported by:	Stefan Ehmann <shoesoft@gmx.net> et al.

Modified:
  head/graphics/cairo/Makefile
  head/graphics/cairo/distinfo

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Sun Sep 13 15:58:46 2020	(r548483)
+++ head/graphics/cairo/Makefile	Sun Sep 13 16:37:21 2020	(r548484)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	cairo
-DISTVERSION=	1.17.2
-PORTEPOCH=	2
+PORTVERSION=	1.16.0 # update to 1.17.2 causes problems, see bug#249290
+PORTEPOCH=	3
 CATEGORIES=	graphics
-MASTER_SITES=	https://cairographics.org/snapshots/
+MASTER_SITES=	http://cairographics.org/releases/ \
+		http://cairographics.org/snapshots/
 
 MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Vector graphics library with cross-device output support
@@ -64,7 +65,7 @@ MIPS_BUILD_DEPENDS=	${LOCALBASE}/include/atomic_ops.h:
 MIPS_USES=	localbase
 MIPS_CONFIGURE_ENV=	cairo_cv_atomic_primitives="libatomic-ops"
 
-PLIST_SUB+=	LIBVER=2.11702.0
+PLIST_SUB+=	LIBVER=2.11600.0
 
 post-patch:
 	@${REINPLACE_CMD} -e '/strings/s/ - / -a /' \

Modified: head/graphics/cairo/distinfo
==============================================================================
--- head/graphics/cairo/distinfo	Sun Sep 13 15:58:46 2020	(r548483)
+++ head/graphics/cairo/distinfo	Sun Sep 13 16:37:21 2020	(r548484)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590688004
-SHA256 (cairo-1.17.2.tar.xz) = 6b70d4655e2a47a22b101c666f4b29ba746eda4aa8a0f7255b32b2e9408801df
-SIZE (cairo-1.17.2.tar.xz) = 42674648
+TIMESTAMP = 1542402739
+SHA256 (cairo-1.16.0.tar.xz) = 5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331
+SIZE (cairo-1.16.0.tar.xz) = 41997432



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