diff options
Diffstat (limited to 'sysutils/tua/files')
-rw-r--r-- | sysutils/tua/files/patch-aa | 53 | ||||
-rw-r--r-- | sysutils/tua/files/patch-ab | 36 | ||||
-rw-r--r-- | sysutils/tua/files/patch-ac | 11 |
3 files changed, 0 insertions, 100 deletions
diff --git a/sysutils/tua/files/patch-aa b/sysutils/tua/files/patch-aa deleted file mode 100644 index 9a7a29116c9a..000000000000 --- a/sysutils/tua/files/patch-aa +++ /dev/null @@ -1,53 +0,0 @@ -*** customize.h.orig Sun Feb 12 16:15:21 1995 ---- customize.h Sun Feb 12 16:17:07 1995 -*************** -*** 68,74 **** - * with a command line option (--taylor-uucp || --hdb-uucp) - */ - #define TAYLOR_UUCP -! #define HDB_UUCP - - #if !defined (TAYLOR_UUCP) && !defined (HDB_UUCP) - #error At least one of these must be defined! ---- 68,74 ---- - * with a command line option (--taylor-uucp || --hdb-uucp) - */ - #define TAYLOR_UUCP -! #undef HDB_UUCP - - #if !defined (TAYLOR_UUCP) && !defined (HDB_UUCP) - #error At least one of these must be defined! -*************** -*** 87,93 **** - * - */ - #ifdef TAYLOR_UUCP -! #define DEFAULT_TAYLOR_SPOOL_DIR "/usr/local/spool/uucp" - #endif - - #ifdef HDB_UUCP ---- 87,93 ---- - * - */ - #ifdef TAYLOR_UUCP -! #define DEFAULT_TAYLOR_SPOOL_DIR "/var/spool/uucp" - #endif - - #ifdef HDB_UUCP -*************** -*** 140,146 **** - * If you didn't define USE_TCL (See Makefile), it will be completely - * ignored. - */ -! #define TUA_INIT_SCRIPT "/usr/local/gnulib/TUA_init.tcl" - - /* - * TCL INIT COMMAND: ---- 140,146 ---- - * If you didn't define USE_TCL (See Makefile), it will be completely - * ignored. - */ -! #define TUA_INIT_SCRIPT LIBDIR "/TUA_init.tcl" - - /* - * TCL INIT COMMAND: diff --git a/sysutils/tua/files/patch-ab b/sysutils/tua/files/patch-ab deleted file mode 100644 index b0ffb68d8388..000000000000 --- a/sysutils/tua/files/patch-ab +++ /dev/null @@ -1,36 +0,0 @@ -*** Makefile.in.orig Wed Dec 22 15:58:38 1993 ---- Makefile.in Sun Feb 12 16:28:47 1995 -*************** -*** 40,46 **** - infodir=${prefix}/info - - # Set the options for the compiler and the linker -! C_FLAGS = -g @MORE_CFLAGS@ - LD_FLAGS = - - # GLOB ALIAS: ---- 40,46 ---- - infodir=${prefix}/info - - # Set the options for the compiler and the linker -! C_FLAGS = -O2 @MORE_CFLAGS@ - LD_FLAGS = - - # GLOB ALIAS: -*************** -*** 176,182 **** - release: dist - @REL=`perl -ne 'print $$1 if /RELEASE.*"(.*)"/;' patchlevel.h`; \ - echo $$REL > .last_dist_version -! - .PHONY: dist - dist: manifest ${SHARF} - @REL=`perl -ne 'print $$1 if /RELEASE.*"(.*)"/;' patchlevel.h`; \ ---- 176,182 ---- - release: dist - @REL=`perl -ne 'print $$1 if /RELEASE.*"(.*)"/;' patchlevel.h`; \ - echo $$REL > .last_dist_version -! - .PHONY: dist - dist: manifest ${SHARF} - @REL=`perl -ne 'print $$1 if /RELEASE.*"(.*)"/;' patchlevel.h`; \ diff --git a/sysutils/tua/files/patch-ac b/sysutils/tua/files/patch-ac deleted file mode 100644 index 5078facd65b0..000000000000 --- a/sysutils/tua/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- tua.c.orig Sun Sep 19 14:38:21 1999 -+++ tua.c Sun Sep 19 14:38:43 1999 -@@ -604,7 +604,7 @@ - int argc AND - char *argv[]) - { -- extern time_t EXFUN (time, (long *)); -+ extern time_t EXFUN (time, (time_t *)); - char SystemName[MAXHOSTNAMELEN]; - Julian_t Now = julian_current_date(); - |