aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-06-22 18:26:58 +0800
committeritetcu <itetcu@FreeBSD.org>2006-06-22 18:26:58 +0800
commitb134d9f91acda6c486ed62e99bbf0f6fe74d0a93 (patch)
treedad96b08dc938b64ab2438310466dde73af91553
parent6ec702b686bb35d8a94e0f5571e3ee95fa7784fa (diff)
downloadfreebsd-ports-gnome-b134d9f91acda6c486ed62e99bbf0f6fe74d0a93.tar.gz
freebsd-ports-gnome-b134d9f91acda6c486ed62e99bbf0f6fe74d0a93.tar.zst
freebsd-ports-gnome-b134d9f91acda6c486ed62e99bbf0f6fe74d0a93.zip
Add patch forgotten in the last commit:
Log: - UNbreak [1] - Test for ARCH no MACHINE_ARCH [2] - don't use fmt(1) to display PKGMESSAGE when there's no need to [2] PR: ports/99157 [1] Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
-rw-r--r--emulators/twin/files/patch-tools_rc_cleanup.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/twin/files/patch-tools_rc_cleanup.c b/emulators/twin/files/patch-tools_rc_cleanup.c
new file mode 100644
index 000000000000..ad7edbb1d943
--- /dev/null
+++ b/emulators/twin/files/patch-tools_rc_cleanup.c
@@ -0,0 +1,13 @@
+adding following patch fixes problem
+
+--- ./tools/rc/cleanup.c.orig Sun Mar 14 13:58:51 1999
++++ ./tools/rc/cleanup.c Mon Jun 19 07:44:21 2006
+@@ -76,7 +76,7 @@
+ free_menu_list(node->child);
+ str_free(node->data.menuname);
+ free_mem(node);
+- node = node->next;
++ node = next;
+ }
+ }
+