Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (bd7717e19fcf9abf04da6023e69158aaa3f9a520)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (bd7717e19fcf9abf04da6023e69158aaa3f9a520)
  • Date: Tue, 11 Jul 2023 18:39:50 +0000

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

net/network-manager/DEPENDS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bd7717e19fcf9abf04da6023e69158aaa3f9a520
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

net/network-manager: add missing line-continuation

The line continuator (the '\' character) was missing on the
"optional_depends IFCONFIG" line, causing subsequent optional_depends to
not be read correctly and therefore the build took the upstream defaults
for those settings. This could result in build failure if the default
was set to on but the relevant spell wasn't installed in the system, but
will succeed if the user's system happens to have the spells installed.

diff --git a/net/network-manager/DEPENDS b/net/network-manager/DEPENDS
index 8d6aa81..4ba183b 100755
--- a/net/network-manager/DEPENDS
+++ b/net/network-manager/DEPENDS
@@ -117,7 +117,7 @@ optional_depends ppp \
ppp=false \
"Enable PPP/PPPoE support?" &&

-optional_depends IFUPDOWN
+optional_depends IFUPDOWN \
ifupdown=true \
ifupdown=false \
"Network activation" &&



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (bd7717e19fcf9abf04da6023e69158aaa3f9a520), Justin Boffemmyer, 07/11/2023

Archive powered by MHonArc 2.6.24.

Top of Page