diff options
author | agc <agc@pkgsrc.org> | 2002-09-02 17:22:25 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-09-02 17:22:25 +0000 |
commit | 6a6d83f4d175d0ec4750cffeadc717217b097b4e (patch) | |
tree | c74e24d7494284a83996531708322fcec892374e /lang/rexx-regina/patches | |
parent | 94223ac453497f27a81061c36f22fed4e0932b2d (diff) | |
download | pkgsrc-6a6d83f4d175d0ec4750cffeadc717217b097b4e.tar.gz |
Initial import of Regina rexx 3.0.1 into the NetBSD Packages Collection.
Regina is a Rexx interpreter that has been ported to most Unix
platforms and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, QNX,
BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and OpenEdition. Rexx is a
programming language that was designed to be easy to use for
inexperienced programmers yet powerful enough for experienced users.
It is also a language ideally suited as a macro language for other
applications.
Diffstat (limited to 'lang/rexx-regina/patches')
-rw-r--r-- | lang/rexx-regina/patches/patch-aa | 13 | ||||
-rw-r--r-- | lang/rexx-regina/patches/patch-ab | 17 |
2 files changed, 30 insertions, 0 deletions
diff --git a/lang/rexx-regina/patches/patch-aa b/lang/rexx-regina/patches/patch-aa new file mode 100644 index 00000000000..739d5b7a5b0 --- /dev/null +++ b/lang/rexx-regina/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/09/02 17:22:26 agc Exp $ + +--- configure 2002/09/02 17:06:11 1.1 ++++ configure 2002/09/02 17:07:26 +@@ -3598,7 +3598,7 @@ + EOF + + +-STARTUPDIR="/etc" ++STARTUPDIR="${exec_prefix}/etc" + if test -d /etc/rc.d/init.d; then + STARTUPDIR="/etc/rc.d/init.d" + else diff --git a/lang/rexx-regina/patches/patch-ab b/lang/rexx-regina/patches/patch-ab new file mode 100644 index 00000000000..d0d9b458c70 --- /dev/null +++ b/lang/rexx-regina/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/09/02 17:22:26 agc Exp $ + +--- Makefile.in 2002/09/02 17:17:33 1.1 ++++ Makefile.in 2002/09/02 17:19:05 +@@ -819,9 +819,9 @@ + $(INSTALL) -m 755 -c ./rxstack$(EXE) $(bindir)/rxstack$(EXE) + $(INSTALL) -m 755 -c ./trexx$(EXE) $(bindir)/trexx$(EXE) + $(INSTALL) -m 755 -c ./regina-config $(bindir)/$(SHLFILE)-config +- -$(INSTALL) -m 755 -c ./rxstack.init.d $(STARTUPDIR)/rxstack +- echo "The system startup/shutdown script; rxstack, may have been installed into $(STARTUPDIR)" +- echo "You need to create the appropriate links to this script to start and stop rxstack automatically." ++ #-$(INSTALL) -m 755 -c ./rxstack.init.d $(STARTUPDIR)/rxstack ++ #echo "The system startup/shutdown script; rxstack, may have been installed into $(STARTUPDIR)" ++ #echo "You need to create the appropriate links to this script to start and stop rxstack automatically." + $(INSTALL) -m 755 -c ./$(LIBPRE)$(LIBFILE)$(LIBPST) $(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST) + -$(RANLIB) $(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST) + $(INSTALL) -m 744 -c $(srcdir)/regina.1 $(mandir)/man1/regina.1 |