ports/77542:
Erik Greenwald
erik at smluc.org
Tue Feb 15 02:30:27 UTC 2005
>Number: 77542
>Category: ports
>Synopsis:
>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: Tue Feb 15 02:30:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Erik Greenwald
>Release: FreeBSD 5.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD fenris 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Sat Dec 18 14:10:20 EST 2004 erik at fenris.br0kenland.org:/usr/obj/usr/src/sys/FENRIS i386
>Description:
two minor fixes:
1) create the .package dir (caused issues for gauche-gtk)
2) disable the sxml stuff in default build (to avoid issues
with textproc/gauche-sxml
>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.30
diff -u -r1.30 Makefile
--- lang/gauche/Makefile 5 Dec 2004 15:33:14 -0000 1.30
+++ lang/gauche/Makefile 15 Feb 2005 02:03:06 -0000
@@ -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 @@
${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/
Index: lang/gauche/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/lang/gauche/pkg-plist,v
retrieving revision 1.16
diff -u -r1.16 pkg-plist
--- lang/gauche/pkg-plist 5 Dec 2004 15:33:14 -0000 1.16
+++ lang/gauche/pkg-plist 15 Feb 2005 02:03:06 -0000
@@ -189,12 +189,6 @@
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 @@
@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
@@ -239,6 +232,7 @@
@dirrm share/gauche/%%VERSION%%/lib/dbm
@dirrm share/gauche/%%VERSION%%/lib/compat
@dirrm share/gauche/%%VERSION%%/lib/binary
+ at dirrm share/gauche/%%VERSION%%/lib/.packages
@dirrm share/gauche/%%VERSION%%/lib
@dirrm share/gauche/%%VERSION%%
@dirrm share/gauche
Index: lang/gauche/files/patch-ext_Makefile.in
===================================================================
RCS file: lang/gauche/files/patch-ext_Makefile.in
diff -N lang/gauche/files/patch-ext_Makefile.in
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lang/gauche/files/patch-ext_Makefile.in 15 Feb 2005 02:03:06 -0000
@@ -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
+
--- lang_gauche.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list