pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: switch to lang/guile18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe676d9b4d84
branches:  trunk
changeset: 375116:fe676d9b4d84
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 07 20:36:50 2022 +0000

description:
*: switch to lang/guile18

diffstat:

 devel/cgen/Makefile       |  5 +++--
 editors/TeXmacs/Makefile  |  6 +++---
 graphics/denemo/Makefile  |  7 +++----
 lang/Makefile             |  4 ++--
 math/libmatheval/Makefile |  5 +++--
 print/lilypond/Makefile   |  6 +++---
 6 files changed, 17 insertions(+), 16 deletions(-)

diffs (129 lines):

diff -r 546d20ba37d4 -r fe676d9b4d84 devel/cgen/Makefile
--- a/devel/cgen/Makefile       Mon Mar 07 20:34:16 2022 +0000
+++ b/devel/cgen/Makefile       Mon Mar 07 20:36:50 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/11/03 10:39:08 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2022/03/07 20:36:50 wiz Exp $
 
 DISTNAME=      cgen-20131001
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://sourceware.org/pub/cgen/snapshots/
 EXTRACT_SUFX=  .tar.bz2
@@ -10,7 +11,7 @@
 COMMENT=       CGEN, the Cpu tools GENerator
 LICENSE=       gnu-gpl-v3 # with Red Hat exception
 
-DEPENDS+=      guile-[0-9]*:../../lang/guile
+DEPENDS+=      guile18-[0-9]*:../../lang/guile18
 
 WRKSRC=                ${WRKDIR}/src
 
diff -r 546d20ba37d4 -r fe676d9b4d84 editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Mon Mar 07 20:34:16 2022 +0000
+++ b/editors/TeXmacs/Makefile  Mon Mar 07 20:36:50 2022 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.149 2022/03/06 13:09:53 gdt Exp $
+# $NetBSD: Makefile,v 1.150 2022/03/07 20:36:50 wiz Exp $
 #
 # changelog at http://www.texmacs.org/tmweb/about/changes.en.html
 
 DISTNAME=              TeXmacs-1.99.13-src
 PKGNAME=               ${DISTNAME:S/-src//}
-PKGREVISION=           10
+PKGREVISION=           11
 CATEGORIES=            editors
 MASTER_SITES=          ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
 MASTER_SITES+=         http://www.texmacs.org/Download/ftp/tmftp/source/
@@ -58,7 +58,7 @@
 .include "../../graphics/gnome-icon-theme/buildlink3.mk"
 # Building with guile20 almost succeeds.
 # Building with guile22 fails (apparent use of withdrawn interfaces).
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile18/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../print/ghostscript/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
diff -r 546d20ba37d4 -r fe676d9b4d84 graphics/denemo/Makefile
--- a/graphics/denemo/Makefile  Mon Mar 07 20:34:16 2022 +0000
+++ b/graphics/denemo/Makefile  Mon Mar 07 20:36:50 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2021/12/08 16:04:50 adam Exp $
-#
+# $NetBSD: Makefile,v 1.70 2022/03/07 20:36:50 wiz Exp $
 
 DISTNAME=      denemo-0.9.2
-PKGREVISION=   37
+PKGREVISION=   38
 CATEGORIES=    graphics print
 MASTER_SITES=  ${MASTER_SITE_GNU:=denemo/}
 
@@ -36,7 +35,7 @@
 .include "../../audio/portaudio/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"
 # Depends on lilypond which is still guile 1.8.
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile18/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 546d20ba37d4 -r fe676d9b4d84 lang/Makefile
--- a/lang/Makefile     Mon Mar 07 20:34:16 2022 +0000
+++ b/lang/Makefile     Mon Mar 07 20:36:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.637 2022/02/24 01:28:12 pho Exp $
+# $NetBSD: Makefile,v 1.638 2022/03/07 20:36:50 wiz Exp $
 #
 
 COMMENT=       Programming languages
@@ -100,7 +100,7 @@
 SUBDIR+=       go19
 SUBDIR+=       gpc
 SUBDIR+=       gprolog
-SUBDIR+=       guile
+SUBDIR+=       guile18
 SUBDIR+=       guile20
 SUBDIR+=       guile22
 SUBDIR+=       gwydion-dylan
diff -r 546d20ba37d4 -r fe676d9b4d84 math/libmatheval/Makefile
--- a/math/libmatheval/Makefile Mon Mar 07 20:34:16 2022 +0000
+++ b/math/libmatheval/Makefile Mon Mar 07 20:36:50 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2022/03/05 19:55:53 gdt Exp $
+# $NetBSD: Makefile,v 1.26 2022/03/07 20:36:51 wiz Exp $
 
 DISTNAME=              libmatheval-1.1.11
+PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_GNU:=libmatheval/}
 
@@ -23,6 +24,6 @@
 # guile 2.0 fails with "matheval.c:33:2: error: #error Neither scm_num2dbl() nor SCM_NUM2DBL available"
 # guile 2.2 fails
 # Upstream has no bugtracker; reported via bug mailinglist 20220305.
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile18/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 546d20ba37d4 -r fe676d9b4d84 print/lilypond/Makefile
--- a/print/lilypond/Makefile   Mon Mar 07 20:34:16 2022 +0000
+++ b/print/lilypond/Makefile   Mon Mar 07 20:36:50 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.135 2022/03/05 19:53:22 gdt Exp $
+# $NetBSD: Makefile,v 1.136 2022/03/07 20:36:51 wiz Exp $
 
 DISTNAME=      lilypond-2.18.2
-PKGREVISION=   24
+PKGREVISION=   25
 CATEGORIES=    print
 MASTER_SITES=  http://download.linuxaudio.org/lilypond/sources/v2.18/
 
@@ -68,7 +68,7 @@
 # maintained versions of guile are not usable, but it does not seem
 # likely that will be fixed.  See e.g.
 #   https://gitlab.com/lilypond/lilypond/-/issues/6163
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile18/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/omf-scrollkeeper.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index