svn commit: r556759 - head/textproc/goldendict

Mikael Urankar mikael at FreeBSD.org
Tue Dec 1 16:50:01 UTC 2020


Author: mikael
Date: Tue Dec  1 16:50:00 2020
New Revision: 556759
URL: https://svnweb.freebsd.org/changeset/ports/556759

Log:
  textproc/goldendict: Fix build with llvm10
  
  ./sptr.hh:71:12: error: cannot initialize return object of type 'unsigned int' with an lvalue of type 'unsigned int *const'
    { return count; }
             ^~~~~
  
  Import upstream fix
  
  PR:		251128
  Approved by:	bsam (maintainer timeout)

Modified:
  head/textproc/goldendict/Makefile
  head/textproc/goldendict/distinfo

Modified: head/textproc/goldendict/Makefile
==============================================================================
--- head/textproc/goldendict/Makefile	Tue Dec  1 16:36:08 2020	(r556758)
+++ head/textproc/goldendict/Makefile	Tue Dec  1 16:50:00 2020	(r556759)
@@ -6,6 +6,9 @@ DISTVERSION=	1.5.0-g20190709
 PORTREVISION=	2
 CATEGORIES=	textproc
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
+PATCHFILES=     f905b93de5386284166588ac1f05383af9aa1d2e.patch:-p1
+
 MAINTAINER=	bsam at FreeBSD.org
 COMMENT=	Feature-rich dictionary lookup program
 

Modified: head/textproc/goldendict/distinfo
==============================================================================
--- head/textproc/goldendict/distinfo	Tue Dec  1 16:36:08 2020	(r556758)
+++ head/textproc/goldendict/distinfo	Tue Dec  1 16:50:00 2020	(r556759)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1562684423
+TIMESTAMP = 1606837559
 SHA256 (goldendict-goldendict-1.5.0-g20190709-05bfc35_GH0.tar.gz) = 44e99110caec5edb942119459e49754a9ffaa6677eda983e94873f0e65bdfbda
 SIZE (goldendict-goldendict-1.5.0-g20190709-05bfc35_GH0.tar.gz) = 18694740
+SHA256 (f905b93de5386284166588ac1f05383af9aa1d2e.patch) = 0ee620a8bf7410f8d05e940c3dff884aa0fc09e79b67a2e49f247b734ff4d8be
+SIZE (f905b93de5386284166588ac1f05383af9aa1d2e.patch) = 590


More information about the svn-ports-head mailing list