Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (76034a95f7c73b7731c70fa81e2f7c127bb88483)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (76034a95f7c73b7731c70fa81e2f7c127bb88483)
  • Date: Mon, 6 Mar 2023 02:19:46 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

net/netifrc/HISTORY | 4 ++++
net/netifrc/PRE_BUILD | 7 +++++++
net/netifrc/patches/0001-install-iwd.sh.patch | 13 +++++++++++++
3 files changed, 24 insertions(+)

New commits:
commit 76034a95f7c73b7731c70fa81e2f7c127bb88483
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/netifrc: fixed installation path of scripts and now installs iwd.sh
with
others

diff --git a/net/netifrc/HISTORY b/net/netifrc/HISTORY
index 9d21230..247700f3 100644
--- a/net/netifrc/HISTORY
+++ b/net/netifrc/HISTORY
@@ -1,3 +1,7 @@
+2023-03-05 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD, patches/0001-install-iwd.sh.patch: added to install
iwd.sh and
+ correct scripts' path
+
2023-03-03 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: created spell, version 0.7.3

diff --git a/net/netifrc/PRE_BUILD b/net/netifrc/PRE_BUILD
new file mode 100755
index 0000000..6c945af
--- /dev/null
+++ b/net/netifrc/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+# corrects scripts' path
+sed "/LIBEXECDIR/s:libexec:lib:" -i mk/sys.mk &&
+
+apply_patch_dir patches
diff --git a/net/netifrc/patches/0001-install-iwd.sh.patch
b/net/netifrc/patches/0001-install-iwd.sh.patch
new file mode 100644
index 0000000..abd7a09
--- /dev/null
+++ b/net/netifrc/patches/0001-install-iwd.sh.patch
@@ -0,0 +1,13 @@
+diff --git a/net/Makefile b/net/Makefile
+index ee48294..dbd0a79 100644
+--- a/net/Makefile
++++ b/net/Makefile
+@@ -12,7 +12,7 @@ INC-FreeBSD= iwconfig.sh
+ SRCS-Linux= iwconfig.sh.in udhcpc.sh.in
+ INC-Linux= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \
+ ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh
ip6to4.sh \
+- ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh
udhcpc.sh \
++ ipppd.sh iwconfig.sh iwd.sh netplugd.sh pppd.sh pump.sh
tuntap.sh udhcpc.sh \
+ vlan.sh macvlan.sh ip6rd.sh firewalld.sh dummy.sh hsr.sh
l2tp.sh \
+ iw.sh wireguard.sh veth.sh dhclientv6.sh
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (76034a95f7c73b7731c70fa81e2f7c127bb88483), Pavel Vinogradov, 03/05/2023

Archive powered by MHonArc 2.6.24.

Top of Page