summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-20 14:52:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-20 14:52:28 +0000
commit40d3ec33245c6a6e5e1db053ebe13c0df7c26030 (patch)
treeec7a11aedc268dc585311f5bf6af17c5a36ec2fc /lang
parentRemove an extraneous patch. (diff)
- create the .package dir (caused issues for gauche-gtk)
- disable the sxml stuff in default build (to avoid issues with textproc/gauche-sxml PR: ports/77542 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Notes
Notes: svn path=/head/; revision=129363
Diffstat (limited to 'lang')
-rw-r--r--lang/gauche/Makefile2
-rw-r--r--lang/gauche/files/patch-ext_Makefile.in11
-rw-r--r--lang/gauche/pkg-plist8
3 files changed, 14 insertions, 7 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index a0b82563d1fc..a25ad6a0c47b 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gauche
PORTVERSION= 0.8.3 # Keep databases/gauche-gdbm in sync with this
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -56,6 +57,7 @@ post-install:
${RM} -f ${PREFIX}/share/gauche/${PORTVERSION}/lib/slibcat
${TOUCH} ${PREFIX}/share/gauche/site/lib/.keepme
${TOUCH} ${PREFIX}/lib/gauche/site/${PORTVERSION}/${CONFIGURE_TARGET}/.keepme
+ ${MKDIR} ${PREFIX}/share/gauche/${PORTVERSION}/lib/.packages
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/
diff --git a/lang/gauche/files/patch-ext_Makefile.in b/lang/gauche/files/patch-ext_Makefile.in
new file mode 100644
index 000000000000..5472355b0718
--- /dev/null
+++ b/lang/gauche/files/patch-ext_Makefile.in
@@ -0,0 +1,11 @@
+--- 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 1bed9dbb9d0f..61de441cbde0 100644
--- a/lang/gauche/pkg-plist
+++ b/lang/gauche/pkg-plist
@@ -189,12 +189,6 @@ share/gauche/%%VERSION%%/lib/srfi-4.scm
share/gauche/%%VERSION%%/lib/srfi-5.scm
share/gauche/%%VERSION%%/lib/srfi-7.scm
share/gauche/%%VERSION%%/lib/srfi-9.scm
-share/gauche/%%VERSION%%/lib/sxml/adaptor.scm
-share/gauche/%%VERSION%%/lib/sxml/ssax.scm
-share/gauche/%%VERSION%%/lib/sxml/sxpath.scm
-share/gauche/%%VERSION%%/lib/sxml/to-html.scm
-share/gauche/%%VERSION%%/lib/sxml/tools.scm
-share/gauche/%%VERSION%%/lib/sxml/tree-trans.scm
share/gauche/%%VERSION%%/lib/text/csv.scm
share/gauche/%%VERSION%%/lib/text/diff.scm
share/gauche/%%VERSION%%/lib/text/gettext.scm
@@ -221,7 +215,6 @@ share/gauche/site/lib/.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
@@ -239,6 +232,7 @@ share/gauche/site/lib/.keepme
@dirrm share/gauche/%%VERSION%%/lib/dbm
@dirrm share/gauche/%%VERSION%%/lib/compat
@dirrm share/gauche/%%VERSION%%/lib/binary
+@dirrm share/gauche/%%VERSION%%/lib/.packages
@dirrm share/gauche/%%VERSION%%/lib
@dirrm share/gauche/%%VERSION%%
@dirrm share/gauche