Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/languages
In directory usw-pr-cvs1:/tmp/cvs-serv9114
Added Files:
gforth-0.5.0-1.info gforth-0.5.0-1.patch
Log Message:
Moved to stable for Jorge
--- NEW FILE: gforth-0.5.0-1.info ---
Package: gforth
Version: 0.5.0
Revision: 1
Depends: dlcompat
Source: gnu
Patch: %f.patch
ConfigureParams: --enable-force-reg --enable-direct-threaded --without-debug
SetCC: cc -I%p/include -no-cpp-precomp -Dunix
CompileScript: cp /usr/libexec/config.* . ; ./configure %c ; make
DocFiles: README COPYING AUTHORS BUGS NEWS ChangeLog INSTALL INSTALL.DOS
INSTALL.BINDIST ToDo
InfoDocs: gforth.info
InstallScript: <<
install -d %i/share/emacs/site-lisp/
make install prefix=%i mandir=%i/share/man infodir=%i/share/info
<<
Description: A fast and portable implementation of the ANS Forth language.
DescDetail: <<
Gforth is a fast and portable implementation of the ANS Forth
language. It works nicely with the Emacs editor, offers some nice
features such as input completion and history and a powerful locals
facility, and it even has (the beginnings of) a manual. Gforth employs
traditional implementation techniques: its inner interpreter is
indirect or direct threaded.
<<
DescPort: <<
The makefiles just ignore the CPPFLAGS, I resorted to pass them in CC.
Had to add a dummy emacs directory because the makefile checks its existence.
<<
License: GPL
Homepage: http://www.gnu.org/software/gforth/
Maintainer: Jorge Acereda <[EMAIL PROTECTED]>
--- NEW FILE: gforth-0.5.0-1.patch ---
diff -Nur gforth-0.5.0/arch/power/_sync_cache_range.c
gforth-0.5.0-patched/arch/power/_sync_cache_range.c
--- gforth-0.5.0/arch/power/_sync_cache_range.c Sat Sep 23 20:22:05 2000
+++ gforth-0.5.0-patched/arch/power/_sync_cache_range.c Wed Feb 6 01:12:15 2002
@@ -34,7 +34,7 @@
a system call, because the architecture is pretty shoddy in this
area */
for (; p < (addr+size); p+=cache_block_size)
- asm("dcbst 0,%0; sync; icbi 0,%0"::"r"(p));
- asm("sync; isync"); /* PPC 604e needs the additional sync
+ asm("dcbst 0,%0 \n sync \n icbi 0,%0"::"r"(p));
+ asm("sync \n isync"); /* PPC 604e needs the additional sync
according to Tim Olson */
}
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits