diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
commit | ab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch) | |
tree | 2ff2724ef77294878f91b528843a0f0b6dba5462 /data/indent | |
parent | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff) |
Update more packages
Diffstat (limited to 'data/indent')
-rw-r--r-- | data/indent/_metadata/version | 2 | ||||
-rw-r--r-- | data/indent/docs.diff | 43 | ||||
-rw-r--r-- | data/indent/indent-2.2.10.tar.gz | bin | 0 -> 702667 bytes | |||
-rw-r--r-- | data/indent/indent-2.2.9.tar.gz | bin | 678173 -> 0 bytes | |||
-rw-r--r-- | data/indent/make.sh | 6 | ||||
-rw-r--r-- | data/indent/static.diff | 12 |
6 files changed, 46 insertions, 17 deletions
diff --git a/data/indent/_metadata/version b/data/indent/_metadata/version index a6333e400..0d3ad67af 100644 --- a/data/indent/_metadata/version +++ b/data/indent/_metadata/version @@ -1 +1 @@ -2.2.9 +2.2.10 diff --git a/data/indent/docs.diff b/data/indent/docs.diff new file mode 100644 index 000000000..9f5b121f5 --- /dev/null +++ b/data/indent/docs.diff @@ -0,0 +1,43 @@ +diff -ur indent-2.2.10/Makefile.am indent-2.2.10+iPhone/Makefile.am +--- indent-2.2.10/Makefile.am 2008-03-11 08:50:42.000000000 -1000 ++++ indent-2.2.10+iPhone/Makefile.am 2018-09-04 09:52:21.000000000 -1000 +@@ -1,7 +1,7 @@ + ## Process this file with automake to produce Makefile.in + AUTOMAKE_OPTIONS = no-texinfo.tex + +-SUBDIRS = intl src doc po man ++SUBDIRS = intl src po + + BUILT_SOURCES = + +@@ -19,18 +19,6 @@ + + DISTCLEANFILES=config/config.cache config/config.log config.h + +-ps: +- cd doc && $(MAKE) @PACKAGE@.ps +- +-pdf: +- cd doc && $(MAKE) @PACKAGE@.pdf +- +-html: +- cd doc && $(MAKE) html +- +-html-split: +- cd doc && $(MAKE) html-split +- + # --------------- Maintainer's Section + + MAINTAINERCLEANFILES = intl/* aclocal.m4 Makefile.in config.h.in stamp-h1 stamp-h.in configure \ +diff -ur indent-2.2.10/configure.ac indent-2.2.10+iPhone/configure.ac +--- indent-2.2.10/configure.ac 2008-03-11 08:50:42.000000000 -1000 ++++ indent-2.2.10+iPhone/configure.ac 2018-09-04 09:55:34.000000000 -1000 +@@ -63,8 +63,6 @@ + po/Makefile.in + Makefile + src/Makefile +- doc/Makefile +- man/Makefile + ], + [touch Makefile.in]) + diff --git a/data/indent/indent-2.2.10.tar.gz b/data/indent/indent-2.2.10.tar.gz Binary files differnew file mode 100644 index 000000000..8c054ef6f --- /dev/null +++ b/data/indent/indent-2.2.10.tar.gz diff --git a/data/indent/indent-2.2.9.tar.gz b/data/indent/indent-2.2.9.tar.gz Binary files differdeleted file mode 100644 index 154636662..000000000 --- a/data/indent/indent-2.2.9.tar.gz +++ /dev/null diff --git a/data/indent/make.sh b/data/indent/make.sh index 11d339a61..f24f8a191 100644 --- a/data/indent/make.sh +++ b/data/indent/make.sh @@ -1,7 +1,5 @@ pkg:setup +autoreconf -f -i pkg:configure -cd man -make CC=gcc -cd .. -make +make -j8 pkg:install diff --git a/data/indent/static.diff b/data/indent/static.diff deleted file mode 100644 index 485f33555..000000000 --- a/data/indent/static.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru indent-2.2.9/src/indent.h indent-2.2.9+iPhone/src/indent.h ---- indent-2.2.9/src/indent.h 2002-11-10 21:02:48.000000000 +0000 -+++ indent-2.2.9+iPhone/src/indent.h 2008-01-01 23:08:20.000000000 +0000 -@@ -96,8 +96,6 @@ - /* Size of the input program, not including the ' \n\0' we add at the end */ - extern unsigned long in_prog_size; - --/* The output file. */ --extern FILE *output; - - - |