pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  6 21:56:34 UTC 2025

Modified Files:
        pkgsrc/mail/mutt: options.mk
        pkgsrc/sysutils/mc: options.mk
        pkgsrc/sysutils/mc46: options.mk

Log Message:
*: update some libslang2 references


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/mutt/options.mk
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/mc/options.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/mc46/options.mk

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

Modified files:

Index: pkgsrc/mail/mutt/options.mk
diff -u pkgsrc/mail/mutt/options.mk:1.38 pkgsrc/mail/mutt/options.mk:1.39
--- pkgsrc/mail/mutt/options.mk:1.38    Mon May  6 13:33:23 2024
+++ pkgsrc/mail/mutt/options.mk Mon Jan  6 21:56:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.38 2024/05/06 13:33:23 wiz Exp $
+# $NetBSD: options.mk,v 1.39 2025/01/06 21:56:34 wiz Exp $
 
 # Global and legacy options
 
@@ -60,8 +60,8 @@ CONFIGURE_ARGS+=      --without-gnutls
 ### Slang
 ###
 .if !empty(PKG_OPTIONS:Mslang)
-.  include "../../devel/libslang2/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-slang=${BUILDLINK_PREFIX.libslang2}
+.  include "../../devel/libslang/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-slang=${BUILDLINK_PREFIX.libslang}
 .endif
 
 ###

Index: pkgsrc/sysutils/mc/options.mk
diff -u pkgsrc/sysutils/mc/options.mk:1.23 pkgsrc/sysutils/mc/options.mk:1.24
--- pkgsrc/sysutils/mc/options.mk:1.23  Mon Jul  1 14:53:40 2024
+++ pkgsrc/sysutils/mc/options.mk       Mon Jan  6 21:56:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.23 2024/07/01 14:53:40 cheusov Exp $
+# $NetBSD: options.mk,v 1.24 2025/01/06 21:56:34 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mc
 PKG_OPTIONS_REQUIRED_GROUPS=   screen
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+=              --without-x
 ### SLang (the default), which is distributed with the Midnight Commander.
 .if !empty(PKG_OPTIONS:Mslang)
 CONFIGURE_ARGS+=       --with-screen=slang
-.include "../../devel/libslang2/buildlink3.mk"
+.include "../../devel/libslang/buildlink3.mk"
 .elif !empty(PKG_OPTIONS:Mncurses)
 CONFIGURE_ARGS+=       --with-screen=ncurses
 .include "../../devel/ncurses/buildlink3.mk"

Index: pkgsrc/sysutils/mc46/options.mk
diff -u pkgsrc/sysutils/mc46/options.mk:1.4 pkgsrc/sysutils/mc46/options.mk:1.5
--- pkgsrc/sysutils/mc46/options.mk:1.4 Mon May  6 08:33:53 2024
+++ pkgsrc/sysutils/mc46/options.mk     Mon Jan  6 21:56:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2024/05/06 08:33:53 jperkin Exp $
+# $NetBSD: options.mk,v 1.5 2025/01/06 21:56:34 wiz Exp $
 #
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mc
@@ -76,7 +76,7 @@ CONFIGURE_ARGS+=              --without-x
 ### SLang (the default), which is distributed with the Midnight Commander.
 .if !empty(PKG_OPTIONS:Mslang)
 CONFIGURE_ARGS+=       --with-screen=slang
-.include "../../devel/libslang2/buildlink3.mk"
+.include "../../devel/libslang/buildlink3.mk"
 .elif !empty(PKG_OPTIONS:Mncurses)
 CONFIGURE_ARGS+=       --with-screen=ncurses
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index