diff options
author | pav <pav@FreeBSD.org> | 2004-05-30 05:55:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-30 05:55:57 +0800 |
commit | a8b4dbb7eabe626d38b4f28daa4c557c28ee5caf (patch) | |
tree | 600ce3247bdff01bdead02b59e8e926c83b76d72 /lang/Sather | |
parent | 05d94cad73511ddcc305bbf8d721d8705ccf5054 (diff) | |
download | freebsd-ports-gnome-a8b4dbb7eabe626d38b4f28daa4c557c28ee5caf.tar.gz freebsd-ports-gnome-a8b4dbb7eabe626d38b4f28daa4c557c28ee5caf.tar.zst freebsd-ports-gnome-a8b4dbb7eabe626d38b4f28daa4c557c28ee5caf.zip |
- Fix one building problem (it still don't build)
- Update WWW
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/files/patch-System::Common::Makefile | 11 | ||||
-rw-r--r-- | lang/Sather/pkg-descr | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/lang/Sather/files/patch-System::Common::Makefile b/lang/Sather/files/patch-System::Common::Makefile new file mode 100644 index 000000000000..aae84a1e0451 --- /dev/null +++ b/lang/Sather/files/patch-System::Common::Makefile @@ -0,0 +1,11 @@ +--- System/Common/Makefile.orig Fri Oct 22 00:26:32 1999 ++++ System/Common/Makefile Sat May 29 23:37:05 2004 +@@ -33,7 +33,7 @@ + @echo "-- in the top level Makefile. Please do not edit it" >> $(TMPFILE) + @echo "#define CONFIG_DEFAULT_PLATFORM \"$(DEFAULT_PLATFORM)\"" >> $(TMPFILE) + @echo -n "#define CONFIG_PLATFORMS \"" >> $(TMPFILE) +- @echo -n $(PLATFORMS) | sed "s/ //;s/,/\",\"/" >> $(TMPFILE) ++ @echo -n $(PLATFORMS:S/ //g:S/,/","/g) >> $(TMPFILE) + @echo "\"" >> $(TMPFILE) + @echo "#include \"CONFIG.proto\"" >> $(TMPFILE) + @$(CPP) -undef $(TMPFILE) > CONFIG diff --git a/lang/Sather/pkg-descr b/lang/Sather/pkg-descr index 99628bf165e3..1ccd1819ad63 100644 --- a/lang/Sather/pkg-descr +++ b/lang/Sather/pkg-descr @@ -16,4 +16,4 @@ 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/ +WWW: http://www.gnu.org/directory/GNU/sather.html |