summaryrefslogtreecommitdiffstats
path: root/lang/rscheme
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-08-18 18:30:56 +0000
committerdelphij <delphij@FreeBSD.org>2006-08-18 18:30:56 +0000
commit2c6ead1e2f05706dc506d885ca53dcf0a0ed281f (patch)
tree287a9cd8eb002a3c6ae04cecdff2246da1e3060d /lang/rscheme
parentc637bf0e7ee1e34bd8ed0c9146f44bc0998f9140 (diff)
downloadFreeBSD-ports-2c6ead1e2f05706dc506d885ca53dcf0a0ed281f.zip
FreeBSD-ports-2c6ead1e2f05706dc506d885ca53dcf0a0ed281f.tar.gz
- Fix build on -CURRENT
- Pass maintainership to submitter. Submitted by: Stanislav Sedov <ssedov mbsd msk ru> PR: ports/100889
Diffstat (limited to 'lang/rscheme')
-rw-r--r--lang/rscheme/Makefile3
-rw-r--r--lang/rscheme/files/patch-..__Makefile20
-rw-r--r--lang/rscheme/files/patch-..__compiler__resource__buildenv__postambl.mak13
-rw-r--r--lang/rscheme/files/patch-..__stage0__Makefile.in13
4 files changed, 42 insertions, 7 deletions
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile
index 15e57f3..dedb7a9 100644
--- a/lang/rscheme/Makefile
+++ b/lang/rscheme/Makefile
@@ -7,11 +7,12 @@
PORTNAME= rscheme
PORTVERSION= 0.7.3.3
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://www.rscheme.org/rs/b/${PORTVERSION}/32/
DISTNAME= rs-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= An object-oriented, extended version of the Scheme dialect of Lisp
WRKSRC= ${WRKDIR}/${DISTNAME}/src
diff --git a/lang/rscheme/files/patch-..__Makefile b/lang/rscheme/files/patch-..__Makefile
index 1074061..9c4f73c 100644
--- a/lang/rscheme/files/patch-..__Makefile
+++ b/lang/rscheme/files/patch-..__Makefile
@@ -1,9 +1,17 @@
-
-$FreeBSD: /tmp/pcvs/ports/lang/rscheme/files/patch-..__Makefile,v 1.1 2006-04-20 21:32:20 anray Exp $
-
---- ../Makefile.orig Thu Mar 18 17:40:45 1999
-+++ ../Makefile Tue Jul 31 10:48:35 2001
-@@ -126,9 +126,9 @@
+--- ../Makefile.orig Thu Oct 23 02:54:27 2003
++++ ../Makefile Wed Jul 26 22:32:05 2006
+@@ -59,8 +59,8 @@
+ rm -rf $(TARGET_DIR) ; mkdir $(TARGET_DIR)
+ (cd ${SRC_DIR}/handc ; \
+ find . \! \( -name CVS -prune \) -print) > .handc.list
+- cat .handc.list | (cd ${SRC_DIR}/handc ; cpio -oc) \
+- | (cd ${TARGET_DIR} ; cpio -idc)
++ cat .handc.list | tar -cf- -C ${SRC_DIR}/handc -T- \
++ | tar -xf- -C ${TARGET_DIR}
+ if test -d $(TARGET_DIR)/tmp ; then : ; \
+ else mkdir $(TARGET_DIR)/tmp ; fi
+
+@@ -130,9 +130,9 @@
stage1::
cd stage0 ; ./configure --prefix=`pwd`/install $(CONFIG_OPTS)
diff --git a/lang/rscheme/files/patch-..__compiler__resource__buildenv__postambl.mak b/lang/rscheme/files/patch-..__compiler__resource__buildenv__postambl.mak
new file mode 100644
index 0000000..d172be6
--- /dev/null
+++ b/lang/rscheme/files/patch-..__compiler__resource__buildenv__postambl.mak
@@ -0,0 +1,13 @@
+--- ../compiler/resource/buildenv/postambl.mak.orig Wed Jul 26 22:54:14 2006
++++ ../compiler/resource/buildenv/postambl.mak Wed Jul 26 22:54:50 2006
+@@ -17,8 +17,8 @@
+ if [ ! -d $(INSTALL_DIR) ] ; then mkdir -p $(INSTALL_DIR) ; fi
+ (cd install ; \
+ find . \! \( -name CVS -prune \) -print) > .install.list
+- cat .install.list | (cd install ; cpio -oc) \
+- | (cd ${INSTALL_DIR} ; cpio -idc)
++ cat .install.list | tar -cf- -C install -T- \
++ | tar -xf- -C ${INSTALL_DIR}
+
+ clean::
+ for i in $(SUBDIRS) ; do (cd $$i && $(MAKE) clean) ; done
diff --git a/lang/rscheme/files/patch-..__stage0__Makefile.in b/lang/rscheme/files/patch-..__stage0__Makefile.in
new file mode 100644
index 0000000..ba1c1f7
--- /dev/null
+++ b/lang/rscheme/files/patch-..__stage0__Makefile.in
@@ -0,0 +1,13 @@
+--- ../stage0/Makefile.in.orig Wed Jul 26 22:49:29 2006
++++ ../stage0/Makefile.in Wed Jul 26 22:50:42 2006
+@@ -49,8 +49,8 @@
+ if [ ! -d $(INSTALL_DIR) ] ; then mkdir -p $(INSTALL_DIR) ; fi
+ (cd install ; \
+ find . \! \( -name CVS -prune \) -print) > .install.list
+- cat .install.list | (cd install ; cpio -oc) \
+- | (cd ${INSTALL_DIR} ; cpio -idc)
++ cat .install.list | tar -cf- -C install -T- \
++ | tar -xf- -C ${INSTALL_DIR}
+
+ clean::
+ for i in $(SUBDIRS) ; do (cd $$i && $(MAKE) clean) ; done
OpenPOWER on IntegriCloud