pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/guile*: Adjust namespacing comments to reality



details:   https://anonhg.NetBSD.org/pkgsrc/rev/535b34d040d0
branches:  trunk
changeset: 375192:535b34d040d0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Mar 09 00:37:46 2022 +0000

description:
lang/guile*: Adjust namespacing comments to reality

This is a comment-only change.

diffstat:

 lang/guile18/Makefile |  6 +++++-
 lang/guile20/Makefile |  4 ++--
 lang/guile22/Makefile |  4 ++--
 lang/guile30/Makefile |  4 ++--
 4 files changed, 11 insertions(+), 7 deletions(-)

diffs (74 lines):

diff -r 39e285735180 -r 535b34d040d0 lang/guile18/Makefile
--- a/lang/guile18/Makefile     Tue Mar 08 22:55:41 2022 +0000
+++ b/lang/guile18/Makefile     Wed Mar 09 00:37:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/03/07 23:01:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/03/09 00:37:46 gdt Exp $
 
 DISTNAME=              guile-1.8.8
 PKGNAME=               ${DISTNAME:S/guile/guile18/}
@@ -21,6 +21,10 @@
 INFO_FILES=            YES
 PKGCONFIG_OVERRIDE=    guile-1.8.pc.in
 
+# Currently, all versions are namespaced.
+# guile18 is hard-coded to a prefix, and does not use the scheme
+# used by the others.  That is ok because guile18 will never be
+primary.
 GUILE_PREFIX=                  ${PREFIX}/guile/1.8
 GNU_CONFIGURE_PREFIX=          ${GUILE_PREFIX}
 BUILDLINK_PASSTHRU_DIRS+=      ${GUILE_PREFIX}
diff -r 39e285735180 -r 535b34d040d0 lang/guile20/Makefile
--- a/lang/guile20/Makefile     Tue Mar 08 22:55:41 2022 +0000
+++ b/lang/guile20/Makefile     Wed Mar 09 00:37:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/03/07 22:59:18 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/03/09 00:37:46 gdt Exp $
 
 DISTNAME=      guile-2.0.14
 PKGNAME=       ${DISTNAME:S/guile/guile20/}
@@ -11,7 +11,7 @@
 COMMENT=       Official extension language for the GNU operating system (2.0 branch)
 LICENSE=       gnu-lgpl-v3
 
-# Currently, 2.0 is primary.
+# Currently, all versions are namespaced.
 GUILE_SUBDIR=  guile/2.0
 #GUILE_SUBDIR= # empty
 
diff -r 39e285735180 -r 535b34d040d0 lang/guile22/Makefile
--- a/lang/guile22/Makefile     Tue Mar 08 22:55:41 2022 +0000
+++ b/lang/guile22/Makefile     Wed Mar 09 00:37:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2022/03/07 23:02:06 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2022/03/09 00:37:46 gdt Exp $
 
 DISTNAME=      guile-2.2.7
 PKGNAME=       ${DISTNAME:S/guile/guile22/}
@@ -11,7 +11,7 @@
 COMMENT=       Official extension language for the GNU operating system
 LICENSE=       gnu-lgpl-v3
 
-# Currently, 2.0 is primary.
+# Currently, all versions are namespaced.
 GUILE_SUBDIR=  guile/2.2
 #GUILE_SUBDIR= # empty
 
diff -r 39e285735180 -r 535b34d040d0 lang/guile30/Makefile
--- a/lang/guile30/Makefile     Tue Mar 08 22:55:41 2022 +0000
+++ b/lang/guile30/Makefile     Wed Mar 09 00:37:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/03/08 00:09:30 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/03/09 00:37:46 gdt Exp $
 
 DISTNAME=      guile-3.0.7
 PKGNAME=       ${DISTNAME:S/guile/guile30/}
@@ -10,7 +10,7 @@
 COMMENT=       Official extension language for the GNU operating system
 LICENSE=       gnu-lgpl-v3
 
-# Currently, 2.0 is primary.
+# Currently, all versions are namespaced.
 GUILE_SUBDIR=  guile/3.0
 #GUILE_SUBDIR= # empty
 



Home | Main Index | Thread Index | Old Index