diff options
Diffstat (limited to 'palm/pilot-link-devel/files')
| -rw-r--r-- | palm/pilot-link-devel/files/patch-aa | 16 | ||||
| -rw-r--r-- | palm/pilot-link-devel/files/patch-ab | 84 | ||||
| -rw-r--r-- | palm/pilot-link-devel/files/patch-af | 19 | ||||
| -rw-r--r-- | palm/pilot-link-devel/files/patch-getopt | 14 | ||||
| -rw-r--r-- | palm/pilot-link-devel/files/patch-iconv | 7 | ||||
| -rw-r--r-- | palm/pilot-link-devel/files/pilot-link.sh | 15 | 
6 files changed, 0 insertions, 155 deletions
diff --git a/palm/pilot-link-devel/files/patch-aa b/palm/pilot-link-devel/files/patch-aa deleted file mode 100644 index cd68196bf5ed..000000000000 --- a/palm/pilot-link-devel/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in	Tue Oct  7 07:55:21 1997 -+++ Makefile.in	Mon Nov 24 00:13:27 1997 -@@ -15,11 +15,11 @@ - PURIFY = -  - # Libraries needed to link with Tcl & (optionally) Tk --TCLTK_LIBS = @TCLTKLIBS@ -+TCLTK_LIBS = -L/usr/lib @TCLTKLIBS@ - # Include directives needed to compile with Tcl & Tk, and - # -DTCL if Tcl is available, and - # -DTK if Tk is available. --TCLTK_FLAGS = @TCLTKFLAGS@ -+TCLTK_FLAGS = @TCLTKFLAGS@ -I/usr/X11R6/include -  - # Libraries needed to link with GNU readline - RLLIBS = @RLLIBS@ diff --git a/palm/pilot-link-devel/files/patch-ab b/palm/pilot-link-devel/files/patch-ab deleted file mode 100644 index 5d3eee04be8f..000000000000 --- a/palm/pilot-link-devel/files/patch-ab +++ /dev/null @@ -1,84 +0,0 @@ ---- configure.orig	Sat Aug 21 10:57:14 1999 -+++ configure	Sat Aug 21 11:05:26 1999 -@@ -10,5 +10,5 @@ - # Defaults: - ac_help= --ac_default_prefix=/usr/local -+ac_default_prefix=/usr/local/pilot - # Any additions from configure.in: - ac_help="$ac_help -@@ -876,9 +876,9 @@ - # 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_PROGRAM}' -  --test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -+INSTALL_DATA='${INSTALL} -m 644' -  - # Extract the first word of "ranlib", so it can be a program name with args. -@@ -2643,5 +2643,5 @@ - if test "x$with_tcl" = "xyes" || test "x$with_tcl" = "x" ; then - 	for tcl_path in /usr/local/tcl8.3 /usr/local/tcl8.0 /usr/local/tcl7.6 /usr/local/tcl7.5 /usr/local /usr /usr/local/tcl7.4; do --		if test -f $tcl_path/lib/tclConfig.sh; then -+		if test -f $tcl_path/lib/tcl8.3/tclConfig.sh; then - 			with_tcl=$tcl_path; break - 		elif test -f $tcl_path/lib/itcl/tclConfig.sh; then -@@ -2684,5 +2684,5 @@ - 	echo "$ac_t""not used" 1>&6 - else --	tclConfig="$with_tcl/lib$itcl/tclConfig.sh" -+	tclConfig="$with_tcl/lib/tcl8.3$itcl/tclConfig.sh" - 	if test ! -f $tclConfig; then - 		echo "$ac_t""Unable to find tclConfig.sh" 1>&6 -@@ -2690,5 +2690,5 @@ - 		. $tclConfig - 		echo "$ac_t""version $TCL_VERSION from $tclConfig" 1>&6 --		TCL_INC="-I$TCL_PREFIX/include$itcl" -+		TCL_INC="-I$TCL_PREFIX/include/tcl8.3$itcl" - 		TCL_BIN="$TCL_EXEC_PREFIX/bin" - 		TCLLIBS="$TCL_LIB_SPEC $TCL_LIBS" -@@ -2701,5 +2701,5 @@ - 		if test "x$with_itcl" = "xyes" || test "x$with_itcl" = "x"; then - 			for itcl_path in $with_tcl; do --				if test -f $itcl_path/lib$itcl/itclConfig.sh; then -+				if test -f $itcl_path/lib/tcl8.3$itcl/itclConfig.sh; then - 					with_itcl=$itcl_path; break - 				fi -@@ -2719,5 +2719,5 @@ - 			echo "$ac_t""not used" 1>&6 - 		else --			itclConfig="$with_itcl/lib$itcl/itclConfig.sh" -+			itclConfig="$with_itcl/lib/tcl8.3$itcl/itclConfig.sh" - 			if test ! -f $itclConfig; then - 				echo "$ac_t""Unable to find itclConfig.sh" 1>&6 -@@ -2725,5 +2725,5 @@ - 				. $itclConfig - 				echo "$ac_t""version $ITCL_VERSION from $itclConfig" 1>&6 --				ITCL_INC="-I$TK_PREFIX/include$itcl" -+				ITCL_INC="-I$TK_PREFIX/include/tcl8.3$itcl" - 				#TK_BIN="$TK_EXEC_PREFIX/bin" - 				#TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS" -@@ -2743,5 +2743,5 @@ - 		if test "x$with_tk" = "xyes" || test "x$with_tk" = "x"; then - 			for tk_path in $with_tcl; do --				if test -f $tk_path/lib$itcl/tkConfig.sh; then -+				if test -f $tk_path/lib/tk8.3$itcl/tkConfig.sh; then - 					with_tk=$tk_path; break - 				fi -@@ -2761,5 +2761,5 @@ - 			echo "$ac_t""not used" 1>&6 - 		else --			tkConfig="$with_tk/lib$itcl/tkConfig.sh" -+			tkConfig="$with_tk/lib/tk8.3$itcl/tkConfig.sh" - 			if test ! -f $tkConfig; then - 				echo "$ac_t""Unable to find tkConfig.sh" 1>&6 -@@ -2767,5 +2767,5 @@ - 				. $tkConfig - 				echo "$ac_t""version $TK_VERSION from $tkConfig" 1>&6 --				TK_INC="-I$TK_PREFIX/include$itcl" -+				TK_INC="-I$TK_PREFIX/include/tk8.3$itcl" - 				TK_BIN="$TK_EXEC_PREFIX/bin" - 				TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS" diff --git a/palm/pilot-link-devel/files/patch-af b/palm/pilot-link-devel/files/patch-af deleted file mode 100644 index bb23f83ce9ff..000000000000 --- a/palm/pilot-link-devel/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ -*** pilot-mail.c.orig	Sun Oct 10 23:57:07 1999 ---- pilot-mail.c	Sun Oct 10 23:57:34 1999 -*************** -*** 15,21 **** -  #define POPUSER		"" -  #define POPPASS		"" -  #define PILOTFROM	"" -! #define SENDMAIL	"/usr/lib/sendmail -t -i" -  #define POPKEEP 	"keep" -  #define DISPOSE		"keep" -  #define TOPILOT_MHDIR   "" ---- 15,21 ---- -  #define POPUSER		"" -  #define POPPASS		"" -  #define PILOTFROM	"" -! #define SENDMAIL	"/usr/sbin/sendmail -t -i" -  #define POPKEEP 	"keep" -  #define DISPOSE		"keep" -  #define TOPILOT_MHDIR   "" diff --git a/palm/pilot-link-devel/files/patch-getopt b/palm/pilot-link-devel/files/patch-getopt deleted file mode 100644 index fe00280b89b9..000000000000 --- a/palm/pilot-link-devel/files/patch-getopt +++ /dev/null @@ -1,14 +0,0 @@ -Don'  link  include this  useless  getopt  reimplementations into  every -executable. When/if pilot-link starts to use the longopt/getopt_long, it -should check if the libc or the libgnugetopt has them first. - -+++ Makefile.in	Fri Aug 24 10:17:57 2001 -@@ -102,1 +102,1 @@ PERLEXECS = pilot-undelete ietf2datebook --GETOPT = getopt.o getopt1.o -+GETOPT = ---- pilot-xfer.c	Tue May 22 08:20:05 2001 -+++ pilot-xfer.c	Mon Aug 27 14:44:52 2001 -@@ -33,3 +33,2 @@ - #endif --#include "getopt.h" - #include <sys/stat.h> diff --git a/palm/pilot-link-devel/files/patch-iconv b/palm/pilot-link-devel/files/patch-iconv deleted file mode 100644 index a74bf261bf7e..000000000000 --- a/palm/pilot-link-devel/files/patch-iconv +++ /dev/null @@ -1,7 +0,0 @@ -If we use iconv -- link pisock with it, so others don't have to: - ---- libsock/Makefile.in	Tue Jun 19 12:25:26 2001 -+++ libsock/Makefile.in	Fri Aug 24 10:09:20 2001 -@@ -57,1 +57,1 @@ --		-o libpisock.la $(OBJS) -+		-o libpisock.la $(OBJS) @ICONV_LIBS@ diff --git a/palm/pilot-link-devel/files/pilot-link.sh b/palm/pilot-link-devel/files/pilot-link.sh deleted file mode 100644 index 8db33b4c9a6d..000000000000 --- a/palm/pilot-link-devel/files/pilot-link.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in -	start) -		/sbin/ldconfig -m %%PREFIX%%/lib -		;; -	stop) -		;; -	*) -		echo "" -		echo "Usage: `basename $0` { start | stop }" -		echo "" -		echo 64 -		;; -esac  | 
