FreeBSD Bugzilla – Attachment 7786 Details for
Bug 16675
Update port: lang/Sather to 1.2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.47 KB, created by
tkato
on 2000-02-12 22:50:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2000-02-12 22:50:07 UTC
Size:
2.47 KB
patch
obsolete
>diff -urN /usr/ports/lang/Sather/patches/patch-af lang/Sather/patches/patch-af >--- /usr/ports/lang/Sather/patches/patch-af Thu Jan 1 09:00:00 1970 >+++ lang/Sather/patches/patch-af Wed Feb 2 21:42:48 2000 >@@ -0,0 +1,29 @@ >+--- System/Common/CONFIG.proto.orig Thu Nov 4 03:48:17 1999 >++++ System/Common/CONFIG.proto Wed Feb 2 20:25:35 2000 >+@@ -23,12 +23,12 @@ >+ ZONES: false; >+ TRACE: false; >+ LIBRARY: "SATHER_LIBRARY","Library/Library.module"; >+-VERSION: "1.2b"; >+-C_COMPILER: "gcc "; >+-CC_OPTIONS: ""; >+-GC_LINK: "-lgc"; >++VERSION: "1.2.1"; >++C_COMPILER: "%%CC%% "; >++CC_OPTIONS: "-I$%%LOCALBASE%%/include"; >++GC_LINK: "-lgc -L%%LOCALBASE%%/lib"; >+ LINK_OPTIONS: "-lm"; >+-MAKE_COMMAND: "make"; >++MAKE_COMMAND: "%%GMAKE%%"; >+ OBJECT_EXT: ".o"; >+ LIB_EXT: ".a"; >+ C_EXT: ".c"; >+@@ -38,7 +38,7 @@ >+ SEPARATE_POINTERS: false; >+ PSATHER_FLAG: "",""; >+ CC_DEBUG_FLAG: "","-g"; >+-CC_OPTIMIZE_FLAG: "","-O2"; >++CC_OPTIMIZE_FLAG: "","%%CFLAGS%%"; >+ CC_PROLIX_FLAG: "",""; -- passed to the C compiler (prolix implies verbose) >+ MAKE_VERBOSE_FLAG: "-s","-s"; -- passed to make >+ >diff -urN /usr/ports/lang/Sather/patches/patch-ag lang/Sather/patches/patch-ag >--- /usr/ports/lang/Sather/patches/patch-ag Thu Jan 1 09:00:00 1970 >+++ lang/Sather/patches/patch-ag Wed Feb 2 20:57:59 2000 >@@ -0,0 +1,14 @@ >+--- System/Platforms/unix/header.h.orig Sat Sep 11 23:33:03 1999 >++++ System/Platforms/unix/header.h Wed Feb 2 20:57:51 2000 >+@@ -15,7 +15,11 @@ >+ #define _HEADER_H_ >+ >+ #ifndef ZONES >++# ifdef __FreeBSD__ >++# include <gc.h> >++# else >+ # include <gc/gc.h> >++# endif >+ #endif >+ >+ #include "../../Common/c_header.h" >diff -urN /usr/ports/lang/Sather/pkg/DESCR lang/Sather/pkg/DESCR >--- /usr/ports/lang/Sather/pkg/DESCR Thu Mar 7 21:55:58 1996 >+++ lang/Sather/pkg/DESCR Wed Feb 2 19:30:34 2000 >@@ -15,3 +15,5 @@ > higher-order routines and iters, exception handling, assertions, > preconditions, postconditions, and class invariants. Sather code can > be compiled into C code and can efficiently link with C object files. >+ >+WWW: http://www.gnu.org/software/sather/ >diff -urN /usr/ports/lang/Sather/pkg/PLIST lang/Sather/pkg/PLIST >--- /usr/ports/lang/Sather/pkg/PLIST Wed Aug 19 07:41:25 1998 >+++ lang/Sather/pkg/PLIST Wed Feb 2 23:14:36 2000 >@@ -1,8 +1,8 @@ >-bin/cs >+bin/sacomp > share/doc/sather/Bugs > share/doc/sather/Changes > share/doc/sather/Contributing > share/doc/sather/FAQ > share/doc/sather/License > share/doc/sather/README >-share/doc/sather/manual.ps >+share/doc/sather/programmer-manual.ps
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16675
: 7786