summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-03 13:16:44 +0000
committerJay Freeman <saurik@saurik.com>2008-02-03 13:16:44 +0000
commit13921047261350e701bd1415e481c6e3c0968063 (patch)
tree4e3e8403c08a6b2ec60c74e5598534efe45319fd
parent9beb6dab1d50116fa94d8534108b7054b002ca1b (diff)
Many fixes for Name, Section, and mDNSResponder.
git-svn-id: http://svn.telesphoreo.org/trunk@56 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r--data/apr/_metadata/name1
-rw-r--r--data/dpkg/_metadata/section2
-rw-r--r--data/irssi/make.sh1
-rw-r--r--data/irssi/mdns.diff44
-rw-r--r--data/kbproto/_metadata/section2
-rw-r--r--data/nvi/_metadata/section2
-rw-r--r--data/pthread-stubs/_metadata/section2
-rw-r--r--data/sqlite3/_metadata/name1
-rw-r--r--data/xproto/_metadata/section2
9 files changed, 52 insertions, 5 deletions
diff --git a/data/apr/_metadata/name b/data/apr/_metadata/name
new file mode 100644
index 000000000..23ddf01ce
--- /dev/null
+++ b/data/apr/_metadata/name
@@ -0,0 +1 @@
+APR
diff --git a/data/dpkg/_metadata/section b/data/dpkg/_metadata/section
index 7fbe952b7..a166826b1 100644
--- a/data/dpkg/_metadata/section
+++ b/data/dpkg/_metadata/section
@@ -1 +1 @@
-admin
+Package_Management
diff --git a/data/irssi/make.sh b/data/irssi/make.sh
index 4ff2c013e..8d75cb48d 100644
--- a/data/irssi/make.sh
+++ b/data/irssi/make.sh
@@ -1,5 +1,6 @@
pkg:extract
cd *
+pkg:patch
CFLAGS=-O0 pkg:configure --enable-static
make
pkg:install
diff --git a/data/irssi/mdns.diff b/data/irssi/mdns.diff
new file mode 100644
index 000000000..0092322f5
--- /dev/null
+++ b/data/irssi/mdns.diff
@@ -0,0 +1,44 @@
+diff -ru irssi-0.8.12/src/fe-none/irssi.c irssi-0.8.12+iPhone/src/fe-none/irssi.c
+--- irssi-0.8.12/src/fe-none/irssi.c 2007-10-06 09:38:20.000000000 +0000
++++ irssi-0.8.12+iPhone/src/fe-none/irssi.c 2008-01-28 22:40:10.000000000 +0000
+@@ -1,3 +1,5 @@
++#include <mach-o/nlist.h>
++
+ /*
+ irssi.c : irssi
+
+@@ -81,6 +83,12 @@
+
+ int main(int argc, char **argv)
+ {
++ struct nlist nl[2];
++ memset(nl, 0, sizeof(nl));
++ nl[0].n_un.n_name = "_useMDNSResponder";
++ if (nlist("/usr/lib/libc.dylib", nl) != -1 && nl[0].n_type != N_UNDF)
++ *(int *) nl[0].n_value = 0;
++
+ static struct poptOption options[] = {
+ POPT_AUTOHELP
+ { "load", 'l', POPT_ARG_STRING, &autoload_module, 0, "Module to load (default = bot)", "MODULE" },
+diff -ru irssi-0.8.12/src/fe-text/irssi.c irssi-0.8.12+iPhone/src/fe-text/irssi.c
+--- irssi-0.8.12/src/fe-text/irssi.c 2007-10-06 09:38:20.000000000 +0000
++++ irssi-0.8.12+iPhone/src/fe-text/irssi.c 2008-01-28 22:40:01.000000000 +0000
+@@ -1,3 +1,5 @@
++#include <mach-o/nlist.h>
++
+ /*
+ irssi.c : irssi
+
+@@ -328,6 +330,12 @@
+
+ int main(int argc, char **argv)
+ {
++ struct nlist nl[2];
++ memset(nl, 0, sizeof(nl));
++ nl[0].n_un.n_name = "_useMDNSResponder";
++ if (nlist("/usr/lib/libc.dylib", nl) != -1 && nl[0].n_type != N_UNDF)
++ *(int *) nl[0].n_value = 0;
++
+ static int version = 0;
+ static struct poptOption options[] = {
+ { "dummy", 'd', POPT_ARG_NONE, &dummy, 0, "Use the dummy terminal mode", NULL },
diff --git a/data/kbproto/_metadata/section b/data/kbproto/_metadata/section
index b1233ea1c..42d22e0dd 100644
--- a/data/kbproto/_metadata/section
+++ b/data/kbproto/_metadata/section
@@ -1 +1 @@
-xwindows
+X_Windows
diff --git a/data/nvi/_metadata/section b/data/nvi/_metadata/section
index 85042acd1..7a96df958 100644
--- a/data/nvi/_metadata/section
+++ b/data/nvi/_metadata/section
@@ -1 +1 @@
-editor
+Text_Editors
diff --git a/data/pthread-stubs/_metadata/section b/data/pthread-stubs/_metadata/section
index b1233ea1c..42d22e0dd 100644
--- a/data/pthread-stubs/_metadata/section
+++ b/data/pthread-stubs/_metadata/section
@@ -1 +1 @@
-xwindows
+X_Windows
diff --git a/data/sqlite3/_metadata/name b/data/sqlite3/_metadata/name
new file mode 100644
index 000000000..e4244bd29
--- /dev/null
+++ b/data/sqlite3/_metadata/name
@@ -0,0 +1 @@
+SQLite v3
diff --git a/data/xproto/_metadata/section b/data/xproto/_metadata/section
index b1233ea1c..42d22e0dd 100644
--- a/data/xproto/_metadata/section
+++ b/data/xproto/_metadata/section
@@ -1 +1 @@
-xwindows
+X_Windows