Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2019 17:44:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520450 - head/graphics/vapoursynth-fmtconv
Message-ID:  <201912191744.xBJHilYj016618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Dec 19 17:44:47 2019
New Revision: 520450
URL: https://svnweb.freebsd.org/changeset/ports/520450

Log:
  graphics/vapoursynth-fmtconv: unbreak on non-x86
  
  In file included from ../../src/fmtc/Bitdepth.cpp:28:
  In file included from ./../../src/fmtc/Bitdepth.h:30:
  In file included from ./../../src/conc/ObjPool.h:44:
  In file included from ./../../src/conc/CellPool.h:31:
  ./../../src/conc/AtomicInt.h:131:20: error: call to non-static member function without an object argument
                  std::atomic <T>::is_lock_free,
                  ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  ./../../src/conc/CellPool.h:95:18: note: in instantiation of template class 'conc::AtomicInt<unsigned long>' requested here
                  CountCells     _nbr_avail_cells;
                                 ^
  
  Obtained from:	upstream

Modified:
  head/graphics/vapoursynth-fmtconv/Makefile   (contents, props changed)
  head/graphics/vapoursynth-fmtconv/distinfo   (contents, props changed)

Modified: head/graphics/vapoursynth-fmtconv/Makefile
==============================================================================
--- head/graphics/vapoursynth-fmtconv/Makefile	Thu Dec 19 17:44:37 2019	(r520449)
+++ head/graphics/vapoursynth-fmtconv/Makefile	Thu Dec 19 17:44:47 2019	(r520450)
@@ -5,6 +5,11 @@ PORTVERSION=	r22
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	vapoursynth-
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	3b64292dd274.patch:-p1
+PATCHFILES+=	5e0340d35e4d.patch:-p1
+PATCHFILES+=	c62063bc34c6.patch:-p1
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Format conversion tools for Vapoursynth
 
@@ -34,9 +39,6 @@ OPTIONS_DEFINE=	DOCS
 post-patch:
 	@${REINPLACE_CMD} -e 's/x86_64/&|amd64/' \
 		${WRKSRC}/configure.ac
-	@${REINPLACE_CMD} -e 's/ -O3//' \
-		-e 's/ -latomic//' \
-		${WRKSRC}/Makefile.am
 
 post-install:
 	(cd ${PATCH_WRKSRC}/doc && ${COPYTREE_SHARE} \

Modified: head/graphics/vapoursynth-fmtconv/distinfo
==============================================================================
--- head/graphics/vapoursynth-fmtconv/distinfo	Thu Dec 19 17:44:37 2019	(r520449)
+++ head/graphics/vapoursynth-fmtconv/distinfo	Thu Dec 19 17:44:47 2019	(r520450)
@@ -1,3 +1,9 @@
 TIMESTAMP = 1576074577
 SHA256 (EleonoreMizo-fmtconv-r22_GH0.tar.gz) = 0b524b9e2ba9ebb8e5798265679daeef7bd9c568629b0c33d7b27a8a3a51c8f9
 SIZE (EleonoreMizo-fmtconv-r22_GH0.tar.gz) = 236034
+SHA256 (3b64292dd274.patch) = 5ce936df4d5b8070ae4f4ffa1e98d6930b5c1a961a6e46123070c3d7a0966696
+SIZE (3b64292dd274.patch) = 82938
+SHA256 (5e0340d35e4d.patch) = 42b87e45d82fab3823b2ce99a4995169ca2b7e45f14986bd361bff171e74ad0e
+SIZE (5e0340d35e4d.patch) = 9765
+SHA256 (c62063bc34c6.patch) = 32dea7345f17653f35e1ed00de21361f9e1fcec271226bbbcd48b2adab083d4c
+SIZE (c62063bc34c6.patch) = 618



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