diff options
author | pav <pav@FreeBSD.org> | 2005-09-14 15:35:51 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-14 15:35:51 +0000 |
commit | 4a04da255efef4306383ccbe7f2fdb67e57c4101 (patch) | |
tree | 1ba58e6249674a21c234ebc499cc2172a976bf0f /lang/gauche | |
parent | f5b1db5cf80630500c1efc89aba661bffac9474e (diff) | |
download | FreeBSD-ports-4a04da255efef4306383ccbe7f2fdb67e57c4101.zip FreeBSD-ports-4a04da255efef4306383ccbe7f2fdb67e57c4101.tar.gz |
- Enable sxml installation
PR: ports/86126
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 1 | ||||
-rw-r--r-- | lang/gauche/files/patch-ext_Makefile.in | 11 | ||||
-rw-r--r-- | lang/gauche/pkg-plist | 7 |
3 files changed, 8 insertions, 11 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index e9da5a8..1817749 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -7,6 +7,7 @@ PORTNAME= gauche PORTVERSION= 0.8.5 # Keep databases/gauche-gdbm in sync with this +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/lang/gauche/files/patch-ext_Makefile.in b/lang/gauche/files/patch-ext_Makefile.in deleted file mode 100644 index 5472355..0000000 --- a/lang/gauche/files/patch-ext_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/Makefile.in.orig Sat Feb 12 09:44:24 2005 -+++ ext/Makefile.in Sat Feb 12 09:44:34 2005 -@@ -1,7 +1,7 @@ - - @SET_MAKE@ - SUBDIRS= auxsys threads uvector charconv binary net termios \ -- fcntl sxml syslog dbm mt-random digest vport -+ fcntl syslog dbm mt-random digest vport - - CONFIG_GENERATED = Makefile Makefile.ext - diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist index d447177..e60f570 100644 --- a/lang/gauche/pkg-plist +++ b/lang/gauche/pkg-plist @@ -192,6 +192,12 @@ share/gauche/%%VERSION%%/lib/srfi-5.scm share/gauche/%%VERSION%%/lib/srfi-55.scm share/gauche/%%VERSION%%/lib/srfi-7.scm share/gauche/%%VERSION%%/lib/srfi-9.scm +share/gauche/%%VERSION%%/lib/sxml/sxpath.scm +share/gauche/%%VERSION%%/lib/sxml/ssax.scm +share/gauche/%%VERSION%%/lib/sxml/tree-trans.scm +share/gauche/%%VERSION%%/lib/sxml/tools.scm +share/gauche/%%VERSION%%/lib/sxml/to-html.scm +share/gauche/%%VERSION%%/lib/sxml/adaptor.scm share/gauche/%%VERSION%%/lib/text/csv.scm share/gauche/%%VERSION%%/lib/text/diff.scm share/gauche/%%VERSION%%/lib/text/gettext.scm @@ -221,6 +227,7 @@ share/gauche/site/lib/.packages/.keepme @dirrm share/gauche/%%VERSION%%/lib/www @dirrm share/gauche/%%VERSION%%/lib/util @dirrm share/gauche/%%VERSION%%/lib/text +@dirrm share/gauche/%%VERSION%%/lib/sxml @dirrm share/gauche/%%VERSION%%/lib/srfi-29 @dirrm share/gauche/%%VERSION%%/lib/srfi-19 @dirrm share/gauche/%%VERSION%%/lib/srfi-14 |