pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xpopple: Update to git 0aa7a917fd5999521f8117fe3384dbcb3c8828ad



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Nov 20 14:36:35 2024 +0100
Changeset:	4116f7a215ec68c2befa52edd9f89daa712b7e88

Modified Files:
	xpopple/Makefile
	xpopple/distinfo
Added Files:
	xpopple/README

Log Message:
xpopple: Update to git 0aa7a917fd5999521f8117fe3384dbcb3c8828ad

- Switch to C++20
- Add README
  This software without releases is not suitable for import.

Should now work again with recent poppler from pkgsrc-current.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4116f7a215ec68c2befa52edd9f89daa712b7e88

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xpopple/Makefile | 6 +++---
 xpopple/README   | 2 ++
 xpopple/distinfo | 3 ---
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/xpopple/Makefile b/xpopple/Makefile
index 48b30df118..6e69cf6249 100644
--- a/xpopple/Makefile
+++ b/xpopple/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	xpopple-3.04.0
 CATEGORIES=	print
 GIT_REPO=	http://offog.org/git/xpopple.git
 GIT_BRANCH=	master
-GIT_REVISION=	9fae34b25c6e8e5d4e95bcc67531963c1c80cc33
+GIT_REVISION=	0aa7a917fd5999521f8117fe3384dbcb3c8828ad
 
 MAINTAINER=	micha%NetBSD.org@localhost
 HOMEPAGE=	https://offog.org/code/xpopple/
@@ -15,8 +15,8 @@ CONFLICTS=	xpdf-[0-9]*
 CONFLICTS+=	xpdf4-[0-9]*
 
 USE_LANGUAGES=		c c++
-USE_CXX_FEATURES+=	c++17
-FORCE_CXX_STD=		c++17
+USE_CXX_FEATURES+=	c++20
+FORCE_CXX_STD=		c++20
 
 USE_TOOLS=		autoconf automake autoreconf pkg-config
 
diff --git a/xpopple/README b/xpopple/README
new file mode 100644
index 0000000000..235091b54b
--- /dev/null
+++ b/xpopple/README
@@ -0,0 +1,2 @@
+There are no releases.
+Not suitable for import.
diff --git a/xpopple/distinfo b/xpopple/distinfo
index ec70f268ca..dcb6e7e682 100644
--- a/xpopple/distinfo
+++ b/xpopple/distinfo
@@ -1,7 +1,4 @@
 $NetBSD$
 
-BLAKE2s (xpopple-0.0.0.tar.gz) = 69217a3079908094e11121d042354a7c1f55b6482ca1a51e1b250dfd1ed0eef9
-SHA512 (xpopple-0.0.0.tar.gz) = cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
-Size (xpopple-0.0.0.tar.gz) = 0 bytes
 SHA1 (patch-configure.ac) = 1d19b970d55a2c8ac5ebb53189aade38fa55811d
 SHA1 (patch-xpdf_XPDFViewer.cc) = ca5921db6c0bb297409dce24141437acb4a40972


Home | Main Index | Thread Index | Old Index