diff options
-rw-r--r-- | lang/Sather/distinfo | 6 | ||||
-rw-r--r-- | lang/Sather/files/patch-02 | 35 | ||||
-rw-r--r-- | lang/Sather/files/patch-ab | 35 |
3 files changed, 36 insertions, 40 deletions
diff --git a/lang/Sather/distinfo b/lang/Sather/distinfo index 2ada1a8..4f52790 100644 --- a/lang/Sather/distinfo +++ b/lang/Sather/distinfo @@ -1,5 +1 @@ -<<<<<<< 1.2 -MD5 (Sather-1.0.2.tar.Z) = c14897455b555989ab812b0cb5c65ffd -======= -MD5 (Sather-1.0.4.tar.Z) = 4cfe9df9a1dbf809129a9f63938292fb ->>>>>>> /tmp/T4010836 +MD5 (Sather-1.0.5.tar.gz) = 4070ca2864c515270255decfaf29062c diff --git a/lang/Sather/files/patch-02 b/lang/Sather/files/patch-02 index 00bdb4b..fa9ad16 100644 --- a/lang/Sather/files/patch-02 +++ b/lang/Sather/files/patch-02 @@ -1,38 +1,3 @@ -*** Makefile.0 Fri Oct 28 12:41:26 1994 ---- Makefile Mon Oct 31 04:00:03 1994 -*************** -*** 23,37 **** - # - # Don't forget to edit (or at least inspect) the file System/CONFIG.proto. - -! CPP= /lib/cpp -C -P - RANLIB= ranlib - CC= gcc -! CFLAGS= -O - GC_CC= ${CC} - MV= mv - CMP= cmp - CS= cs -! SHOME= /u/davids/Sather - AR= ar - RM= rm -f - ---- 23,37 ---- - # - # Don't forget to edit (or at least inspect) the file System/CONFIG.proto. - -! CPP= /usr/bin/cpp -C -P - RANLIB= ranlib - CC= gcc -! CFLAGS= -O2 - GC_CC= ${CC} - MV= mv - CMP= cmp - CS= cs -! SHOME= .. - AR= ar - RM= rm -f - *** System/CONFIG.proto.0 Mon Oct 31 03:55:23 1994 --- System/CONFIG.proto Mon Oct 31 03:57:59 1994 *************** diff --git a/lang/Sather/files/patch-ab b/lang/Sather/files/patch-ab new file mode 100644 index 0000000..2157181 --- /dev/null +++ b/lang/Sather/files/patch-ab @@ -0,0 +1,35 @@ +*** Makefile.0 Thu Feb 16 07:44:53 1995 +--- Makefile Sat Feb 25 01:12:57 1995 +*************** +*** 23,37 **** + # + # Don't forget to edit (or at least inspect) the file System/CONFIG.proto. + +! CPP= /lib/cpp -C -P + RANLIB= ranlib + CC= gcc +! CFLAGS= -O + GC_CC= ${CC} + MV= mv + CMP= cmp + CS= cs +! SHOME= /u/davids/Sather/Working + AR= ar + RM= rm -f + TEST= test +--- 23,37 ---- + # + # Don't forget to edit (or at least inspect) the file System/CONFIG.proto. + +! CPP= /usr/bin/cpp -C -P + RANLIB= ranlib + CC= gcc +! CFLAGS= -O2 + GC_CC= ${CC} + MV= mv + CMP= cmp + CS= cs +! SHOME= .. + AR= ar + RM= rm -f + TEST= test |