diff options
author | gdt <gdt@pkgsrc.org> | 2022-03-09 00:37:46 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-03-09 00:37:46 +0000 |
commit | 8c401985c769e5c996fab1193224fb18bc2562c3 (patch) | |
tree | b0376365378ec8706b69fe350010faa6681fa6e3 | |
parent | 73c49fa9e6d5a8de161165aa9508e410b050d0d6 (diff) | |
download | pkgsrc-8c401985c769e5c996fab1193224fb18bc2562c3.tar.gz |
lang/guile*: Adjust namespacing comments to reality
This is a comment-only change.
-rw-r--r-- | lang/guile18/Makefile | 6 | ||||
-rw-r--r-- | lang/guile20/Makefile | 4 | ||||
-rw-r--r-- | lang/guile22/Makefile | 4 | ||||
-rw-r--r-- | lang/guile30/Makefile | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/lang/guile18/Makefile b/lang/guile18/Makefile index fe05685e0b7..f7bc881c281 100644 --- a/lang/guile18/Makefile +++ b/lang/guile18/Makefile @@ -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 @@ PTHREAD_AUTO_VARS= YES 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 --git a/lang/guile20/Makefile b/lang/guile20/Makefile index 415b9d979af..40e2634c966 100644 --- a/lang/guile20/Makefile +++ b/lang/guile20/Makefile @@ -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 @@ HOMEPAGE= https://www.gnu.org/software/guile/ 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 --git a/lang/guile22/Makefile b/lang/guile22/Makefile index ce0b54e4d4f..3b97ba9c1eb 100644 --- a/lang/guile22/Makefile +++ b/lang/guile22/Makefile @@ -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 @@ HOMEPAGE= https://www.gnu.org/software/guile/ 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 --git a/lang/guile30/Makefile b/lang/guile30/Makefile index c6e9a787191..ec6b075bb5d 100644 --- a/lang/guile30/Makefile +++ b/lang/guile30/Makefile @@ -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 @@ HOMEPAGE= https://www.gnu.org/software/guile/ 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 |