summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-05-12 11:59:14 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-05-12 11:59:14 +0000
commit7bb42e3a3fe2b6a662af183bf19e0e07c25baa03 (patch)
treeaa12616b6a4ba996fc45b787619b739a29561d8c /dev-lang/tinycobol/files
parentinitial import, closing bug 15686 (diff)
downloadhistorical-7bb42e3a3fe2b6a662af183bf19e0e07c25baa03.tar.gz
historical-7bb42e3a3fe2b6a662af183bf19e0e07c25baa03.tar.bz2
historical-7bb42e3a3fe2b6a662af183bf19e0e07c25baa03.zip
initial import, closing bug 15686
Diffstat (limited to 'dev-lang/tinycobol/files')
-rw-r--r--dev-lang/tinycobol/files/digest-tinycobol-0.601
-rw-r--r--dev-lang/tinycobol/files/tinycobol-0.60.patch42
2 files changed, 43 insertions, 0 deletions
diff --git a/dev-lang/tinycobol/files/digest-tinycobol-0.60 b/dev-lang/tinycobol/files/digest-tinycobol-0.60
new file mode 100644
index 000000000000..216072f74299
--- /dev/null
+++ b/dev-lang/tinycobol/files/digest-tinycobol-0.60
@@ -0,0 +1 @@
+MD5 eba5dfd08f1c52594d22ec1c20104d4e tinycobol-0.60.tar.gz 605644
diff --git a/dev-lang/tinycobol/files/tinycobol-0.60.patch b/dev-lang/tinycobol/files/tinycobol-0.60.patch
new file mode 100644
index 000000000000..e8d72d30dfc7
--- /dev/null
+++ b/dev-lang/tinycobol/files/tinycobol-0.60.patch
@@ -0,0 +1,42 @@
+--- configure.in 2003-02-07 16:35:14.000000000 +0100
++++ configure.in.new 2003-05-12 12:43:24.000000000 +0200
+@@ -787,7 +787,7 @@
+ #
+ cobdir_default='${prefix}/share/htcobol'
+ optfile_dir='${prefix}/share/htcobol'
+-cobpp_dir='${prefix}/share/htcobol'
++cobpp_dir='${prefix}/bin'
+ cobcpy_default='${prefix}/share/htcobol/copybooks'
+ #
+ cobbin_default='${prefix}/bin'
+--- configure 2003-05-12 12:44:37.000000000 +0200
++++ configure.new 2003-05-12 12:45:33.000000000 +0200
+@@ -7312,7 +7312,7 @@
+ #
+ cobdir_default='${prefix}/share/htcobol'
+ optfile_dir='${prefix}/share/htcobol'
+-cobpp_dir='${prefix}/share/htcobol'
++cobpp_dir='${prefix}/bin'
+ cobcpy_default='${prefix}/share/htcobol/copybooks'
+ #
+ cobbin_default='${prefix}/bin'
+--- htconfig.h.in 2003-02-07 16:35:14.000000000 +0100
++++ htconfig.h.in.new 2003-05-12 13:24:10.000000000 +0200
+@@ -201,7 +201,7 @@
+
+ /* Set the pre-processor (htcobolpp) paths */
+ #define COBPP_NAME "htcobolpp"
+-#define COBPP_PATH COBDIR_DEFAULT"/"COBPP_NAME
++#define COBPP_PATH COBBIN_DEFAULT"/"COBPP_NAME
+
+ /* Set the expand command path */
+ #undef COBPP_EXPAND_CMD_PATH
+--- cobpp/Makefile.in 2003-05-12 13:31:10.000000000 +0200
++++ cobpp/Makefile.in.new 2003-05-12 13:30:57.000000000 +0200
+@@ -80,5 +80,5 @@
+
+ install: $(PROG)
+ strip $(PROG)
+- ${INSTALL} -m 755 $(PROG) $(INSTRC)/$(PROG)
++ ${INSTALL} -m 755 $(PROG) $(INSTBIN)/$(PROG)
+ # ${INSTALL_DATA} $(PROG) $(INSTRC)/$(PROG)