diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-02-25 19:42:55 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-02-25 19:42:55 +0000 |
commit | 7a7c3a9103d0a282d91b073fe788e580d31955b4 (patch) | |
tree | b3cedc80d7a40d2ebd56c6eb900e7a602c17d30b /lang/Sather | |
parent | Upgrade to 1.0.5. (diff) |
Upgrade to 1.0.5.
Notes
Notes:
svn path=/head/; revision=1037
Diffstat (limited to 'lang/Sather')
-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 2ada1a814cb2..4f52790dea94 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 00bdb4babc00..fa9ad16a99f5 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 000000000000..2157181aa7b8 --- /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 |