ports/86126: [Maintainer Update] lang/gauche include sxml by default
Erik Greenwald
erik at smluc.org
Wed Sep 14 15:00:33 UTC 2005
>Number: 86126
>Category: ports
>Synopsis: [Maintainer Update] lang/gauche include sxml by default
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 14 15:00:31 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Erik Greenwald
>Release: FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD fenris 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Thu Aug 11 00:13:25 EDT 2005 root at fenris:/usr/obj/usr/src/sys/FENRIS i386
>Description:
Include sxml in the build, to clear the way for ports/86018
files/patch-ext_Makefile.in is now empty and can be removed
Thanks
>How-To-Repeat:
>Fix:
--- lang_gauche.patch begins here ---
Index: lang/gauche/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/gauche/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- lang/gauche/Makefile 3 Jul 2005 04:25:08 -0000 1.34
+++ lang/gauche/Makefile 14 Sep 2005 14:49:21 -0000
@@ -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}
Index: lang/gauche/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/lang/gauche/pkg-plist,v
retrieving revision 1.19
diff -u -r1.19 pkg-plist
--- lang/gauche/pkg-plist 1 Jun 2005 22:50:47 -0000 1.19
+++ lang/gauche/pkg-plist 14 Sep 2005 14:49:21 -0000
@@ -192,6 +192,12 @@
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 @@
@dirrm share/gauche/%%VERSION%%/lib/www
@dirrm share/gauche/%%VERSION%%/lib/util
@dirrm share/gauche/%%VERSION%%/lib/text
+ at 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
Index: lang/gauche/files/patch-ext_Makefile.in
===================================================================
RCS file: /home/ncvs/ports/lang/gauche/files/patch-ext_Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-ext_Makefile.in
--- lang/gauche/files/patch-ext_Makefile.in 20 Feb 2005 14:52:28 -0000 1.1
+++ lang/gauche/files/patch-ext_Makefile.in 14 Sep 2005 14:49:21 -0000
@@ -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
-
--- lang_gauche.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list