diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-09-22 07:45:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-09-22 07:45:58 +0000 |
commit | 424d45ee0709648bb7fd498d97be8ae8bf9ac23b (patch) | |
tree | 2d59164739e2c1c8a23cfdd5c9661396c800d462 /palm/pilot-link/files | |
parent | b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56 (diff) |
Notes
Diffstat (limited to 'palm/pilot-link/files')
-rw-r--r-- | palm/pilot-link/files/patch-ab | 16 | ||||
-rw-r--r-- | palm/pilot-link/files/patch-ac | 17 | ||||
-rw-r--r-- | palm/pilot-link/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | palm/pilot-link/files/patch-src_read-todos.c | 14 | ||||
-rw-r--r-- | palm/pilot-link/files/patch-xml | 15 |
5 files changed, 30 insertions, 47 deletions
diff --git a/palm/pilot-link/files/patch-ab b/palm/pilot-link/files/patch-ab deleted file mode 100644 index ed760c578139..000000000000 --- a/palm/pilot-link/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig Tue Jul 1 14:08:40 2003 -+++ configure Wed Dec 17 23:43:55 2003 -@@ -1746,11 +1746,11 @@ - - # Use test -z because SunOS4 sh mishandles braces in ${var-val}. - # It thinks the first close brace ends the variable substitution. --test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -+INSTALL_PROGRAM='${INSTALL}' - - test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' - --test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -+INSTALL_DATA='${INSTALL} -m 644' - - echo "$as_me:$LINENO: checking whether build environment is sane" >&5 - echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 diff --git a/palm/pilot-link/files/patch-ac b/palm/pilot-link/files/patch-ac deleted file mode 100644 index c0f239e99c7f..000000000000 --- a/palm/pilot-link/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- bindings/Tcl/tclAppInit.c.orig Sat Feb 19 19:14:05 2005 -+++ bindings/Tcl/tclAppInit.c Sat Feb 19 19:14:16 2005 -@@ -15,14 +15,6 @@ - - #include "tcl.h" - --/* -- * The following variable is a special hack that is needed in order for -- * Sun shared libraries to be used for Tcl. -- */ -- --extern int matherr(); --int *tclDummyMathPtr = (int *) matherr; -- - EXTERN int Pitcl_Init _ANSI_ARGS_((Tcl_Interp *interp)); - - #ifdef TCL_TEST diff --git a/palm/pilot-link/files/patch-ltmain.sh b/palm/pilot-link/files/patch-ltmain.sh new file mode 100644 index 000000000000..d29f1d9fa9db --- /dev/null +++ b/palm/pilot-link/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Fri Sep 22 15:15:14 2006 ++++ ltmain.sh Fri Sep 22 15:15:24 2006 +@@ -6003,10 +6003,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/palm/pilot-link/files/patch-src_read-todos.c b/palm/pilot-link/files/patch-src_read-todos.c deleted file mode 100644 index 10d353e087d8..000000000000 --- a/palm/pilot-link/files/patch-src_read-todos.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/read-todos.c.orig Mon Feb 2 23:09:47 2004 -+++ src/read-todos.c Mon Feb 2 23:10:22 2004 -@@ -184,7 +184,7 @@ - printf("Priority: %d\n", t.priority); - printf("Completed: %s\n", t.complete ? "Yes" : "No"); - if (t.indefinite) -- printf("Due: No Date"); -+ printf("Due: No Date\n"); - else - printf("Due: %s", asctime(&t.due)); - if (t.description) diff --git a/palm/pilot-link/files/patch-xml b/palm/pilot-link/files/patch-xml new file mode 100644 index 000000000000..d800b1dc745d --- /dev/null +++ b/palm/pilot-link/files/patch-xml @@ -0,0 +1,15 @@ +--- doc/xml/Makefile.in.ori Wed Sep 13 08:03:19 2006 ++++ doc/xml/Makefile.in Wed Sep 13 08:03:24 2006 +@@ -582,9 +582,9 @@ + + + all: +- $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(top_srcdir)/doc/man/ \ +- $(top_srcdir)/../doc/xml/docbook.xsl \ +- $(top_srcdir)/../doc/xml/pilot-link.docbook ++# $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(top_srcdir)/doc/man/ \ ++# $(top_srcdir)/../doc/xml/docbook.xsl \ ++# $(top_srcdir)/../doc/xml/pilot-link.docbook + + distclean-local: + $(RM) -f xml/catalog.xml |