Thu Apr 13 12:14:30 2023 UTC ()
*: bump for rasqal dependency change


(wiz)
diff -r1.215 -r1.216 pkgsrc/editors/abiword/Makefile
diff -r1.46 -r1.47 pkgsrc/editors/abiword/buildlink3.mk
diff -r1.135 -r1.136 pkgsrc/editors/abiword-plugins/Makefile
diff -r1.301 -r1.302 pkgsrc/misc/libreoffice/Makefile
diff -r1.42 -r1.43 pkgsrc/textproc/rasqal/buildlink3.mk
diff -r1.66 -r1.67 pkgsrc/textproc/redland/Makefile
diff -r1.40 -r1.41 pkgsrc/textproc/redland/buildlink3.mk
diff -r1.82 -r1.83 pkgsrc/textproc/soprano/Makefile

cvs diff -r1.215 -r1.216 pkgsrc/editors/abiword/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/abiword/Makefile 2023/01/29 21:14:34 1.215
+++ pkgsrc/editors/abiword/Makefile 2023/04/13 12:14:29 1.216
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.215 2023/01/29 21:14:34 ryoon Exp $ 1# $NetBSD: Makefile,v 1.216 2023/04/13 12:14:29 wiz Exp $
2 2
3PKGREVISION= 9 3PKGREVISION= 10
4.include "Makefile.common" 4.include "Makefile.common"
5 5
6DISTNAME= abiword-${ABIVERSION} 6DISTNAME= abiword-${ABIVERSION}
7CATEGORIES= editors 7CATEGORIES= editors
8MASTER_SITES= https://www.abisource.com/downloads/abiword/${PKGVERSION_NOREV}/source/ 8MASTER_SITES= https://www.abisource.com/downloads/abiword/${PKGVERSION_NOREV}/source/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.abisource.com/ 11HOMEPAGE= https://www.abisource.com/
12COMMENT= Open Source cross-platform word processor 12COMMENT= Open Source cross-platform word processor
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* 15CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]*
16 16

cvs diff -r1.46 -r1.47 pkgsrc/editors/abiword/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/editors/abiword/buildlink3.mk 2023/01/29 21:14:34 1.46
+++ pkgsrc/editors/abiword/buildlink3.mk 2023/04/13 12:14:29 1.47
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: buildlink3.mk,v 1.46 2023/01/29 21:14:34 ryoon Exp $ 1# $NetBSD: buildlink3.mk,v 1.47 2023/04/13 12:14:29 wiz Exp $
2 2
3BUILDLINK_TREE+= abiword 3BUILDLINK_TREE+= abiword
4 4
5.if !defined(ABIWORD_BUILDLINK3_MK) 5.if !defined(ABIWORD_BUILDLINK3_MK)
6ABIWORD_BUILDLINK3_MK:= 6ABIWORD_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.abiword+= abiword>=3.0.1 8BUILDLINK_API_DEPENDS.abiword+= abiword>=3.0.1
9BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.5nb9 9BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.5nb10
10BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword 10BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword
11 11
12.include "../../converters/fribidi/buildlink3.mk" 12.include "../../converters/fribidi/buildlink3.mk"
13.include "../../converters/wv/buildlink3.mk" 13.include "../../converters/wv/buildlink3.mk"
14.include "../../devel/boost-headers/buildlink3.mk" 14.include "../../devel/boost-headers/buildlink3.mk"
15.include "../../devel/glib2/buildlink3.mk" 15.include "../../devel/glib2/buildlink3.mk"
16.include "../../graphics/librsvg/buildlink3.mk" 16.include "../../graphics/librsvg/buildlink3.mk"
17.include "../../graphics/png/buildlink3.mk" 17.include "../../graphics/png/buildlink3.mk"
18.include "../../mk/jpeg.buildlink3.mk" 18.include "../../mk/jpeg.buildlink3.mk"
19.include "../../textproc/enchant2/buildlink3.mk" 19.include "../../textproc/enchant2/buildlink3.mk"
20.include "../../textproc/libxslt/buildlink3.mk" 20.include "../../textproc/libxslt/buildlink3.mk"
21.include "../../textproc/redland/buildlink3.mk" 21.include "../../textproc/redland/buildlink3.mk"
22.include "../../time/libical/buildlink3.mk" 22.include "../../time/libical/buildlink3.mk"

cvs diff -r1.135 -r1.136 pkgsrc/editors/abiword-plugins/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/abiword-plugins/Makefile 2023/01/29 21:15:53 1.135
+++ pkgsrc/editors/abiword-plugins/Makefile 2023/04/13 12:14:29 1.136
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.135 2023/01/29 21:15:53 ryoon Exp $ 1# $NetBSD: Makefile,v 1.136 2023/04/13 12:14:29 wiz Exp $
2 2
3PKGREVISION= 11 3PKGREVISION= 12
4.include "../../editors/abiword/Makefile.common" 4.include "../../editors/abiword/Makefile.common"
5DISTNAME= abiword-${ABIVERSION} 5DISTNAME= abiword-${ABIVERSION}
6PKGNAME= abiword-plugins-${ABIVERSION} 6PKGNAME= abiword-plugins-${ABIVERSION}
7CATEGORIES= editors 7CATEGORIES= editors
8MASTER_SITES= https://www.abisource.com/downloads/abiword/${PKGVERSION_NOREV}/source/ 8MASTER_SITES= https://www.abisource.com/downloads/abiword/${PKGVERSION_NOREV}/source/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.abisource.com/ 11HOMEPAGE= https://www.abisource.com/
12COMMENT= Open Source cross-platform word processor 12COMMENT= Open Source cross-platform word processor
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15DISTINFO_FILE= ${.CURDIR}/../../editors/abiword/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../editors/abiword/distinfo
16PATCHDIR= ${.CURDIR}/../../editors/abiword/patches 16PATCHDIR= ${.CURDIR}/../../editors/abiword/patches

cvs diff -r1.301 -r1.302 pkgsrc/misc/libreoffice/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/libreoffice/Makefile 2023/03/10 20:57:38 1.301
+++ pkgsrc/misc/libreoffice/Makefile 2023/04/13 12:14:30 1.302
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.301 2023/03/10 20:57:38 ryoon Exp $ 1# $NetBSD: Makefile,v 1.302 2023/04/13 12:14:30 wiz Exp $
2 2
3VERREL= 7.5.1 3VERREL= 7.5.1
4VERRC= 2 4VERRC= 2
5VER= ${VERREL}.${VERRC} 5VER= ${VERREL}.${VERRC}
6DISTNAME= libreoffice-${VER} 6DISTNAME= libreoffice-${VER}
 7PKGREVISION= 1
7CATEGORIES= misc 8CATEGORIES= misc
8MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ 9MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/
9EXTRACT_SUFX= .tar.xz 10EXTRACT_SUFX= .tar.xz
10 11
11MAINTAINER= ryoon@NetBSD.org 12MAINTAINER= ryoon@NetBSD.org
12HOMEPAGE= https://www.libreoffice.org/ 13HOMEPAGE= https://www.libreoffice.org/
13COMMENT= Office productivity suite from The Document Foundation 14COMMENT= Office productivity suite from The Document Foundation
14LICENSE= gnu-lgpl-v3 15LICENSE= gnu-lgpl-v3
15 16
16UNLIMIT_RESOURCES+= cputime 17UNLIMIT_RESOURCES+= cputime
17 18
18USE_LANGUAGES= c gnu++17 19USE_LANGUAGES= c gnu++17
19 20

cvs diff -r1.42 -r1.43 pkgsrc/textproc/rasqal/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/textproc/rasqal/buildlink3.mk 2023/04/13 12:13:08 1.42
+++ pkgsrc/textproc/rasqal/buildlink3.mk 2023/04/13 12:14:29 1.43
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: buildlink3.mk,v 1.42 2023/04/13 12:13:08 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.43 2023/04/13 12:14:29 wiz Exp $
2 2
3BUILDLINK_TREE+= rasqal 3BUILDLINK_TREE+= rasqal
4 4
5.if !defined(RASQAL_BUILDLINK3_MK) 5.if !defined(RASQAL_BUILDLINK3_MK)
6RASQAL_BUILDLINK3_MK:= 6RASQAL_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.rasqal+= rasqal>=0.9.17 8BUILDLINK_API_DEPENDS.rasqal+= rasqal>=0.9.17
9BUILDLINK_ABI_DEPENDS.rasqal+= rasqal>=0.9.33nb27 9BUILDLINK_ABI_DEPENDS.rasqal+= rasqal>=0.9.33nb28
10BUILDLINK_PKGSRCDIR.rasqal?= ../../textproc/rasqal 10BUILDLINK_PKGSRCDIR.rasqal?= ../../textproc/rasqal
11 11
12.include "../../devel/gmp/buildlink3.mk" 12.include "../../devel/gmp/buildlink3.mk"
13.include "../../math/mpfr/buildlink3.mk" 13.include "../../math/mpfr/buildlink3.mk"
14.include "../../textproc/raptor2/buildlink3.mk" 14.include "../../textproc/raptor2/buildlink3.mk"
15.include "../../textproc/libxml2/buildlink3.mk" 15.include "../../textproc/libxml2/buildlink3.mk"
16.endif # RASQAL_BUILDLINK3_MK 16.endif # RASQAL_BUILDLINK3_MK
17 17
18BUILDLINK_TREE+= -rasqal 18BUILDLINK_TREE+= -rasqal

cvs diff -r1.66 -r1.67 pkgsrc/textproc/redland/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/redland/Makefile 2022/11/23 16:19:04 1.66
+++ pkgsrc/textproc/redland/Makefile 2023/04/13 12:14:29 1.67
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.66 2022/11/23 16:19:04 adam Exp $ 1# $NetBSD: Makefile,v 1.67 2023/04/13 12:14:29 wiz Exp $
2 2
3DISTNAME= redland-1.0.17 3DISTNAME= redland-1.0.17
4PKGREVISION= 35 4PKGREVISION= 36
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://download.librdf.org/source/ 6MASTER_SITES= http://download.librdf.org/source/
7 7
8MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
9HOMEPAGE= https://librdf.org/ 9HOMEPAGE= https://librdf.org/
10COMMENT= Libraries supporting the Resource Description Framework (RDF) 10COMMENT= Libraries supporting the Resource Description Framework (RDF)
11LICENSE= gnu-lgpl-v2.1 OR apache-2.0 11LICENSE= gnu-lgpl-v2.1 OR apache-2.0
12 12
13USE_TOOLS+= gmake perl pkg-config 13USE_TOOLS+= gmake perl pkg-config
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15GNU_CONFIGURE_STRICT= no 15GNU_CONFIGURE_STRICT= no
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17 17

cvs diff -r1.40 -r1.41 pkgsrc/textproc/redland/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/textproc/redland/buildlink3.mk 2022/11/23 16:19:04 1.40
+++ pkgsrc/textproc/redland/buildlink3.mk 2023/04/13 12:14:29 1.41
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: buildlink3.mk,v 1.40 2022/11/23 16:19:04 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.41 2023/04/13 12:14:29 wiz Exp $
2 2
3BUILDLINK_TREE+= redland 3BUILDLINK_TREE+= redland
4 4
5.if !defined(REDLAND_BUILDLINK3_MK) 5.if !defined(REDLAND_BUILDLINK3_MK)
6REDLAND_BUILDLINK3_MK:= 6REDLAND_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.redland+= redland>=1.0.7 8BUILDLINK_API_DEPENDS.redland+= redland>=1.0.7
9BUILDLINK_ABI_DEPENDS.redland+= redland>=1.0.17nb35 9BUILDLINK_ABI_DEPENDS.redland+= redland>=1.0.17nb36
10BUILDLINK_PKGSRCDIR.redland?= ../../textproc/redland 10BUILDLINK_PKGSRCDIR.redland?= ../../textproc/redland
11 11
12.include "../../security/openssl/buildlink3.mk" 12.include "../../security/openssl/buildlink3.mk"
13.include "../../textproc/raptor2/buildlink3.mk" 13.include "../../textproc/raptor2/buildlink3.mk"
14.include "../../textproc/rasqal/buildlink3.mk" 14.include "../../textproc/rasqal/buildlink3.mk"
15.include "../../mk/bdb.buildlink3.mk" 15.include "../../mk/bdb.buildlink3.mk"
16.endif # REDLAND_BUILDLINK3_MK 16.endif # REDLAND_BUILDLINK3_MK
17 17
18BUILDLINK_TREE+= -redland 18BUILDLINK_TREE+= -redland

cvs diff -r1.82 -r1.83 pkgsrc/textproc/soprano/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/soprano/Makefile 2023/01/29 21:15:01 1.82
+++ pkgsrc/textproc/soprano/Makefile 2023/04/13 12:14:30 1.83
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.82 2023/01/29 21:15:01 ryoon Exp $ 1# $NetBSD: Makefile,v 1.83 2023/04/13 12:14:30 wiz Exp $
2 2
3DISTNAME= soprano-2.9.4 3DISTNAME= soprano-2.9.4
4PKGREVISION= 38 4PKGREVISION= 39
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soprano/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soprano/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= markd@NetBSD.org 9MAINTAINER= markd@NetBSD.org
10HOMEPAGE= http://soprano.sourceforge.net/ 10HOMEPAGE= http://soprano.sourceforge.net/
11COMMENT= QT based RDF framework 11COMMENT= QT based RDF framework
12LICENSE= gnu-lgpl-v2 12LICENSE= gnu-lgpl-v2
13 13
14USE_LANGUAGES= c c++03 14USE_LANGUAGES= c c++03
15USE_CMAKE= yes 15USE_CMAKE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17