Opened 21 years ago
Last modified 9 years ago
#820 closed defect
UPDATE: gauche-0.7.1 — at Initial Version
Reported by: | aqua-dabbler (kogule) | Owned by: | darwinports-bugs@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | gauche |
Description
I found some minor errors at Portfile. I'm sorry for annoying commiters but please apply this patch.
Thanks in advance.
--- Portfile.orig Fri Aug 22 16:14:25 2003 +++ Portfile Fri Aug 22 16:15:23 2003 @@ -6,22 +6,20 @@
categories lang maintainers kogule@… description A script interpreter based on Scheme
-long_description {Gauche is a script interpreter based on Scheme. \ +long_description Gauche is a script interpreter based on Scheme. \
Gauche conforms the language standard 'Revised5 \ Report on the Algorithmic Language Scheme' and \
- supports various common libraries defined in SRFIs.} \
- \
- {The goal of Gauche is to provide a handy tool for \
+ supports various common libraries defined in SRFIs. \ + The goal of Gauche is to provide a handy tool for \
programmers and system administrators to handle \ daily works conveniently and efficiently in the \
- production environment.}\
- \
- {There are lots of Scheme implementations available, \
+ production environment.\ + There are lots of Scheme implementations available, \
and each of them has its design emphasis and \ weeknesses. Gauche is designed with emphasis on \ Quick startup, Multibyte strings, Modular \ development, Integrated object system, System \
- interface and Enhanced I/O.}
+ interface and Enhanced I/O.
homepage http://www.shiro.dreamhost.com/scheme/gauche/ master_sites sourceforge:${name} distname Gauche-$version
@@ -29,7 +27,6 @@
checksums md5 f07345c81f2434516cc175cebde77901 patchfiles patch-charconv-Makefile.in patch-lib-Makefile.in \
patch-Makefile.in patch-lib-slib.scm.in
-build.post_args 2>&1 | tee build.log
configure.args --with-local=$prefix depends_lib lib:libdl:dlcompat variant utf-8 { configure.args-append --enable-multibyte=utf-8 }