[packages/indent] - updated to 2.2.12 - updated info,make-jN patches - removed outdated po-fix,pl.po-update,zh_TW,texi

qboosh qboosh at pld-linux.org
Wed Sep 19 20:37:53 CEST 2018


commit 48dedaa2f13f34a2d335ad8db4d5d82a986359dc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 19 20:40:57 2018 +0200

    - updated to 2.2.12
    - updated info,make-jN patches
    - removed outdated po-fix,pl.po-update,zh_TW,texi2html patches

 indent-info.patch         |   4 +-
 indent-make-jN.patch      |  31 ++--
 indent-pl.po-update.patch | 397 ----------------------------------------------
 indent-po-fix.patch       |  21 ---
 indent-zh_TW.patch        |   5 -
 indent.spec               |  37 ++---
 texi2html.patch           |  11 --
 7 files changed, 27 insertions(+), 479 deletions(-)
---
diff --git a/indent.spec b/indent.spec
index 10d729e..0cfdf48 100644
--- a/indent.spec
+++ b/indent.spec
@@ -11,26 +11,23 @@ Summary(ru.UTF-8):	Программа GNU для форматирования и
 Summary(tr.UTF-8):	GNU C girintilendirme programı
 Summary(uk.UTF-8):	Програма GNU для форматування вихідних текстів на C
 Name:		indent
-Version:	2.2.10
-Release:	2
+Version:	2.2.12
+Release:	1
 License:	GPL v3+
 Group:		Development/Tools
-Source0:	http://ftp.gnu.org/gnu/indent/%{name}-%{version}.tar.gz
-# Source0-md5:	be35ea62705733859fbf8caf816d8959
+Source0:	http://ftp.gnu.org/gnu/indent/%{name}-%{version}.tar.xz
+# Source0-md5:	9cba859a8b1958baa2e3dce1dadb37db
 Patch0:		%{name}-info.patch
-Patch1:		%{name}-po-fix.patch
-Patch2:		%{name}-pl.po-update.patch
-Patch3:		%{name}-zh_TW.patch
-Patch4:		%{name}-make-jN.patch
-Patch5:		texi2html.patch
+Patch1:		%{name}-make-jN.patch
 URL:		http://www.gnu.org/software/indent/
 BuildRequires:	autoconf >= 2.50
-BuildRequires:	automake
-BuildRequires:	gettext-tools >= 0.11.5
+BuildRequires:	automake >= 1.2
+BuildRequires:	gettext-tools >= 0.18.3
 BuildRequires:	perl-Encode
-BuildRequires:	texi2html
-BuildRequires:	texinfo
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	texinfo >= 4.0
 BuildRequires:	texlive
+BuildRequires:	xz
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -96,17 +93,12 @@ коректний C синтаксис і намагається обробля
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-
-mv -f po/zh_TW{.Big5,}.po
 
 %build
 %{__gettextize}
-%{__aclocal} -I aclocal
+%{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -117,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# outdated variant of zh_TW
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/zh_TW.Big5
+
 %find_lang %{name}
 
 %clean
@@ -130,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README.md
 %attr(755,root,root) %{_bindir}/indent
 %{_infodir}/indent.info*
 %{_mandir}/man1/indent.1*
diff --git a/indent-info.patch b/indent-info.patch
index 2ddb134..84508be 100644
--- a/indent-info.patch
+++ b/indent-info.patch
@@ -1,5 +1,5 @@
---- indent-2.2.7/doc/indent.texinfo.orig	Tue Nov 20 21:26:12 2001
-+++ indent-2.2.7/doc/indent.texinfo	Wed Jan  2 15:32:35 2002
+--- indent-2.2.12/doc/indent.texi.orig	Tue Nov 20 21:26:12 2001
++++ indent-2.2.12/doc/indent.texi	Wed Jan  2 15:32:35 2002
 @@ -11,11 +11,12 @@
  @c Note: some of the long options are too long for the index in
  @c       smallbook format.  This will need some thought.  --rjc
diff --git a/indent-make-jN.patch b/indent-make-jN.patch
index 2b7315b..7482567 100644
--- a/indent-make-jN.patch
+++ b/indent-make-jN.patch
@@ -1,23 +1,10 @@
---- indent-2.2.9/man/Makefile.am~	Tue Apr 29 12:22:02 2003
-+++ indent-2.2.9/man/Makefile.am	Tue Apr 29 12:22:02 2003
-@@ -1,15 +1,14 @@
--mandir = @mandir@
- 
- bin_PROGRAMS = texinfo2man
- texinfo2man_SOURCES = texinfo2man.c
--man_MANS = @PACKAGE at .1
-+man_MANS = $(PACKAGE).1
- 
--EXTRA_DIST = $(man_MANS) @PACKAGE at .1.in
-+EXTRA_DIST = $(man_MANS) $(PACKAGE).1.in
- 
- # --------------- Maintainer's Section
- 
--MAINTAINERCLEANFILES = @PACKAGE at .1 Makefile.in texinfo2man 
-+MAINTAINERCLEANFILES = $(PACKAGE).1 Makefile.in texinfo2man 
- 
-- at PACKAGE@.1: ${srcdir}/@PACKAGE at .1.in  ${srcdir}/../doc/@PACKAGE at .texinfo texinfo2man.c  Makefile.am
--	./texinfo2man ${srcdir}/@PACKAGE at .1.in ${srcdir}/../doc/@PACKAGE at .texinfo > $@
-+$(PACKAGE).1: $(bin_PROGRAMS) ${srcdir}/$(PACKAGE).1.in  ${srcdir}/../doc/$(PACKAGE).texinfo texinfo2man.c  Makefile.am
-+	./texinfo2man ${srcdir}/$(PACKAGE).1.in ${srcdir}/../doc/$(PACKAGE).texinfo > $@
+--- indent-2.2.12/man/Makefile.am.orig	2018-09-19 19:02:09.552197618 +0200
++++ indent-2.2.12/man/Makefile.am	2018-09-19 20:28:15.918805295 +0200
+@@ -11,6 +11,6 @@
+ texinfo2man: texinfo2man.c
+ 	$(CC_FOR_BUILD) -o $@ ${srcdir}/texinfo2man.c
+ 
+- at PACKAGE@.1: ${srcdir}/@PACKAGE at .1.in  ${srcdir}/../doc/@PACKAGE at .texi texinfo2man  Makefile.am
++ at PACKAGE@.1: texinfo2man ${srcdir}/@PACKAGE at .1.in  ${srcdir}/../doc/@PACKAGE at .texi texinfo2man  Makefile.am
+ 	./texinfo2man ${srcdir}/@PACKAGE at .1.in ${srcdir}/../doc/@PACKAGE at .texi > $@
  
diff --git a/indent-pl.po-update.patch b/indent-pl.po-update.patch
deleted file mode 100644
index ed9a48a..0000000
--- a/indent-pl.po-update.patch
+++ /dev/null
@@ -1,397 +0,0 @@
---- indent-2.2.10/po/pl.po.orig	2008-03-11 19:55:47.000000000 +0100
-+++ indent-2.2.10/po/pl.po	2010-11-13 07:55:20.395096585 +0100
-@@ -1,35 +1,39 @@
--# Polish translation for indent-1.9.1a
--# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
-+# Polish translation for indent.
-+# Copyright (C) 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
-+# This file is distributed under the same license as the indent package.
-+#
- # Wojciech Marek Ga��zka <wgalazka at chem.uw.edu.pl>, 1997.
-+# Jakub Bogusz <qboosh at pld-linux.org>, 2002-2008.
- #
- msgid ""
- msgstr ""
--"Project-Id-Version: indent 1.9.1a\n"
-+"Project-Id-Version: indent 2.2.10\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-03-11 19:55+0100\n"
--"PO-Revision-Date: 1997-05-03 18:31+0100\n"
--"Last-Translator: Wojciech Marek Ga��zka <wgalazka at chem.uw.edu.pl>\n"
--"Language-Team: Polish <pl at li.org>\n"
-+"PO-Revision-Date: 2008-05-18 23:00+0200\n"
-+"Last-Translator: Jakub Bogusz <qboosh at pld-linux.org>\n"
-+"Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=ISO-8859-2\n"
- "Content-Transfer-Encoding: 8-bit\n"
- 
- #: src/args.c:610
--#, fuzzy
- msgid ""
- "usage: indent file [-o outfile ] [ options ]\n"
- "       indent file1 file2 ... fileN [ options ]\n"
--msgstr "       %s plik1 plik2 ... plikN [ opcje ]\n"
-+msgstr ""
-+"sk�adnia: indent plik [-o plik_wyj�ciowy] [ opcje ]\n"
-+"          indent plik1 plik2 ... plikN [ opcje ]\n"
- 
- #: src/args.c:676
--#, fuzzy, c-format
-+#, c-format
- msgid "%s: missing argument to parameter %s\n"
--msgstr "indent: brak argumentu dla parametru %s\n"
-+msgstr "%s: brak argumentu dla parametru %s\n"
- 
- #: src/args.c:801
--#, fuzzy, c-format
-+#, c-format
- msgid "%s: unknown option \"%s\"\n"
--msgstr "indent: nieznana opcja \"%s\"\n"
-+msgstr "%s: nieznana opcja \"%s\"\n"
- 
- #: src/args.c:811
- #, c-format
-@@ -37,62 +41,63 @@
- msgstr "opcja: %s\n"
- 
- #: src/args.c:827
--#, fuzzy, c-format
-+#, c-format
- msgid "GNU indent %s\n"
--msgstr "indent: %s"
-+msgstr "GNU indent %s\n"
- 
- #: src/args.c:912
--#, fuzzy, c-format
-+#, c-format
- msgid "%s: option ``%s'' requires a numeric parameter\n"
--msgstr "indent: opcja ``%s'' wymaga podania warto�ci liczbowej\n"
-+msgstr "%s: opcja ``%s'' wymaga podania warto�ci liczbowej\n"
- 
- #: src/args.c:920
--#, fuzzy, c-format
-+#, c-format
- msgid "set_option: internal error: p_type %d\n"
--msgstr "indent: set_option: wewn�trzny b��d: p_type %d\n"
-+msgstr "set_option: wewn�trzny b��d: p_type %d\n"
- 
- #: src/args.c:976
- msgid "Profile contains an unterminated comment"
--msgstr ""
-+msgstr "Profil zawiera nie zako�czony komentarz"
- 
- #: src/args.c:1014
- msgid "Profile contains unpalatable characters"
--msgstr ""
-+msgstr "Profil zawiera nieprzyjemne znaki"
- 
- #: src/args.c:1182
- #, c-format
- msgid "File named by environment variable %s does not exist or is not readable"
- msgstr ""
-+"Plik okre�lony zmienn� �rodowiskow� %s nie istnieje lub nie jest czytelny"
- 
- #: src/backup.c:466
- #, c-format
- msgid "indent:  Strange version-control value\n"
--msgstr "indent:  Dziwna warto�� numeru wersji\n"
-+msgstr "indent:  Dziwna warto�� znacznika kontroli wersji\n"
- 
- #: src/backup.c:467
- #, c-format
- msgid "indent:  Using numbered-existing\n"
--msgstr "indent:  U�ywam bie��cy numerowany\n"
-+msgstr "indent:  U�ycie trybu numbered-existing (numerowane je�li istniej�)\n"
- 
- #: src/backup.c:498
--#, fuzzy, c-format
-+#, c-format
- msgid "indent: Can't make backup filename of %s\n"
--msgstr "indent: Nie mog� zapisa� kopii pliku jako %s"
-+msgstr "indent: Nie mo�na utworzy� nazwy kopii zapasowej pliku %s\n"
- 
- #: src/backup.c:506
--#, fuzzy, c-format
-+#, c-format
- msgid "Can't open backup file %s"
--msgstr "indent: Nie mog� zapisa� kopii pliku jako %s"
-+msgstr "Nie mo�na otworzy� pliku kopii zapasowej %s"
- 
- #: src/backup.c:513
--#, fuzzy, c-format
-+#, c-format
- msgid "Can't write to backup file %s"
--msgstr "indent: Nie mog� zapisa� kopii pliku jako %s"
-+msgstr "Nie mo�na zapisa� pliku kopii zapasowej %s"
- 
- #: src/backup.c:526
- #, c-format
- msgid "Can't preserve modification time on backup file %s"
--msgstr ""
-+msgstr "Nie mo�na zachowa� czasu modyfikacji pliku kopii zapasowej %s"
- 
- #: src/globs.c:49 src/globs.c:74
- #, c-format
-@@ -100,31 +105,31 @@
- msgstr "indent: Zabrak�o pami�ci wirtualnej.\n"
- 
- #: src/globs.c:93
--#, fuzzy, c-format
-+#, c-format
- msgid "indent: %s:%d: %s:"
--msgstr "indent:%s:%d: %s: "
-+msgstr "indent: %s:%d: %s:"
- 
- #: src/globs.c:109
- #, c-format
- msgid "indent: Fatal Error: "
--msgstr ""
-+msgstr "indent: B��d krytyczny: "
- 
- #: src/globs.c:119
- #, c-format
- msgid "indent: System Error: "
--msgstr ""
-+msgstr "indent: B��d systemowy: "
- 
- #: src/globs.h:27
- msgid "Warning"
--msgstr ""
-+msgstr "Uwaga"
- 
- #: src/globs.h:31
- msgid "Error"
--msgstr ""
-+msgstr "B��d"
- 
- #: src/indent.c:187
- msgid "Ran out of memory"
--msgstr ""
-+msgstr "Pami�� si� sko�czy�a"
- 
- #: src/indent.c:596 src/indent.c:1318
- #, c-format
-@@ -140,27 +145,25 @@
- msgstr "Nadmiarowe #else"
- 
- #: src/indent.c:2116
--#, fuzzy
- msgid "Unmatched #elif"
--msgstr "Nadmiarowe #endif"
-+msgstr "Niedopasowane #elif"
- 
- #: src/indent.c:2143
- msgid "Unmatched #endif"
--msgstr "Nadmiarowe #endif"
-+msgstr "Niedopasowane #endif"
- 
- #: src/indent.c:2563
--#, fuzzy
- msgid "EOF encountered in comment"
--msgstr "Otwarty komentarz"
-+msgstr "Napotkano EOF wewn�trz komentarza"
- 
- #: src/indent.c:2802
- msgid "Unexpected end of file"
--msgstr ""
-+msgstr "Nieoczekiwany koniec pliku"
- 
- #: src/indent.c:2808
--#, fuzzy, c-format
-+#, c-format
- msgid "There were %d non-blank output lines and %d comments\n"
--msgstr "By�o %d linii wyj�ciowych i %d komentarzy\n"
-+msgstr "By�o %d niepustych linii wyj�ciowych i %d komentarzy\n"
- 
- #: src/indent.c:2812
- #, c-format
-@@ -168,38 +171,38 @@
- msgstr "(Linii komentarza)/(Linii kodu): %6.3f\n"
- 
- #: src/indent.c:2836
--#, fuzzy
- msgid "Line broken 2"
--msgstr "Przerwana linia"
-+msgstr "Przerwana linia 2"
- 
- #: src/indent.c:3059
--#, fuzzy, c-format
-+#, c-format
- msgid "indent: only one output file (2nd was %s)\n"
--msgstr "%s: tylko jeden plik wyj�ciowy (drugim by� %s)\n"
-+msgstr "indent: tylko jeden plik wyj�ciowy (drugim by� %s)\n"
- 
- #: src/indent.c:3068 src/indent.c:3094
--#, fuzzy, c-format
-+#, c-format
- msgid "indent: only one input file when output file is specified\n"
--msgstr "%s: tylko jeden plik wej�ciowy gdy podano plik wyj�ciowy\n"
-+msgstr "indent: tylko jeden plik wej�ciowy gdy podano plik wyj�ciowy\n"
- 
- #: src/indent.c:3082 src/indent.c:3129
- #, c-format
- msgid "indent: can't have filenames when specifying standard input\n"
--msgstr "indent: nazwy plik�w ignorowane gdy podano standardowe wej�cie\n"
-+msgstr "indent: nie mo�na poda� nazw plik�w gdy podano standardowe wej�cie\n"
- 
- #: src/indent.c:3102
- #, c-format
- msgid "indent: only one input file when stdout is used\n"
--msgstr "indent: tylko jeden plik wej�ciowy gdy podano plik wyj�ciowy\n"
-+msgstr ""
-+"indent: tylko jeden plik wej�ciowy gdy u�ywane jest standardowe wyj�cie\n"
- 
- #: src/indent.c:3138
- msgid "command line"
--msgstr ""
-+msgstr "linia polece�"
- 
- #: src/indent.c:3330
- #, c-format
- msgid "Read profile %s\n"
--msgstr "Czytaj profil %s\n"
-+msgstr "Czytanie profilu %s\n"
- 
- #: src/code_io.c:169
- msgid "Internal buffering error"
-@@ -208,79 +211,79 @@
- #: src/code_io.c:262
- #, c-format
- msgid "Can't open input file %s"
--msgstr ""
-+msgstr "Nie mo�na otworzy� pliku wej�ciowego %s"
- 
- #: src/code_io.c:267
- #, c-format
- msgid "Can't stat input file %s"
--msgstr ""
-+msgstr "Nie mo�na wykona� stat na pliku wej�ciowym %s"
- 
- #: src/code_io.c:272
- #, c-format
- msgid "Warning: Zero-length file %s"
--msgstr "Ostrze�enie: Plik o zerowej d�ugo�ci %s"
-+msgstr "Uwaga: Plik o zerowej d�ugo�ci: %s"
- 
- #: src/code_io.c:280
- #, c-format
- msgid "File %s is too big to read"
--msgstr ""
-+msgstr "Plik %s jest zbyt du�y, �eby m�g� by� odczytany"
- 
- #: src/code_io.c:288
- #, c-format
- msgid "System problem reading file %s"
--msgstr ""
-+msgstr "Problem systemowy podczas odczytu pliku %s"
- 
- #: src/code_io.c:312
- #, c-format
- msgid "Error reading input file %s"
--msgstr ""
-+msgstr "B��d podczas odczytu pliku wej�ciowego %s"
- 
- #: src/code_io.c:317
- #, c-format
- msgid "Error closeing input file %s"
--msgstr ""
-+msgstr "B��d podczas zamykania pliku wej�ciowego %s"
- 
- #: src/code_io.c:505
- #, c-format
- msgid "Warning: File %s contains NULL-characters\n"
--msgstr "Ostrze�enie: Plik %s zawiera znaki NULL\n"
-+msgstr "Uwaga: Plik %s zawiera znaki NULL\n"
- 
- #: src/lexi.c:787
- msgid "Unterminated character constant"
--msgstr ""
-+msgstr "Nie zako�czona sta�a znakowa"
- 
- #: src/lexi.c:788
- msgid "Unterminated string constant"
--msgstr ""
-+msgstr "Nie zako�czona sta�a �a�cuchowa"
- 
- #: src/lexi.c:1034
- #, c-format
- msgid "old style assignment ambiguity in \"=%c\".  Assuming \"= %c\"\n"
- msgstr ""
--"Niejasno�� przy starym stylu przypisania w \"=%c\".  Przyjmuj� \"= %c\"\n"
-+"Niejasno�� przy starym stylu przypisania w \"=%c\".  Za�o�ono \"= %c\"\n"
- 
- #: src/output.c:1312
- #, c-format
- msgid "indent: can't create %s\n"
--msgstr "indent: nie mog� utworzy� %s\n"
-+msgstr "indent: nie mo�na utworzy� %s\n"
- 
- #: src/output.c:1351
- #, c-format
- msgid "Can't close output file %s"
--msgstr ""
-+msgstr "Nie mo�na zamkn�� pliku wyj�ciowego %s"
- 
- #: src/output.c:1364
- #, c-format
- msgid "Can't preserve modification time on output file %s"
--msgstr ""
-+msgstr "Nie mo�na zachowa� czasu modyfikacji pliku wyj�ciowego %s"
- 
- #: src/parse.c:447
- msgid "Unmatched 'else'"
--msgstr "Nadmiarowe 'else'"
-+msgstr "Niedopasowane 'else'"
- 
- #: src/parse.c:473
- msgid "Stmt nesting error."
--msgstr "Zagnie�dzony b��d w instrukcji."
-+msgstr "B��d zagnie�d�enia instrukcji."
- 
- #: src/parse.c:515
- msgid "Unknown code to parser"
-@@ -289,7 +292,7 @@
- #: src/parse.c:525
- #, c-format
- msgid "ParseStack [%d]:\n"
--msgstr ""
-+msgstr "ParseStack [%d]:\n"
- 
- #: src/parse.c:529
- #, c-format
-@@ -298,33 +301,4 @@
- 
- #: src/wildexp.c:126
- msgid "CANNOT FIND '@' FILE!"
--msgstr ""
--
--#, fuzzy
--#~ msgid "usage: indent file [-o outfile ] [ options ]\n"
--#~ msgstr "u�ycie: %s plik [-o plik wynikowy ] [ opcje ]\n"
--
--#~ msgid "Stuff missing from end of file."
--#~ msgstr "Brak zawarto�ci patrz�c od ko�cu pliku."
--
--#~ msgid "Unbalanced parens"
--#~ msgstr "Niezamkni�te nawiasy"
--
--#~ msgid "%s: can't have filenames when specifying standard input\n"
--#~ msgstr "%s: nazwy plik�w ignorowane gdy podano standardowe wej�cie\n"
--
--#~ msgid "Standard input"
--#~ msgstr "Standardowe wej�cie"
--
--#~ msgid "indent: bad font specification: %s\n"
--#~ msgstr "indent: b��dne okre�lenie czcionki: %s\n"
--
--#~ msgid ""
--#~ "\n"
--#~ "*** Debug output marker line ***\n"
--#~ msgstr ""
--#~ "\n"
--#~ "*** Znacznik linii wydruku programu �ledz�czego ***\n"
--
--#~ msgid "Parse: Unknown code: %d for %s\n"
--#~ msgstr "Parse: Nieznany kod: %d dla %s\n"
-+msgstr "NIE MO�NA ZNALE�� PLIKU '@'!"
diff --git a/indent-po-fix.patch b/indent-po-fix.patch
deleted file mode 100644
index 9d4c33c..0000000
--- a/indent-po-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- indent-2.2.8a/po/da.po.orig	Mon Nov 11 22:20:26 2002
-+++ indent-2.2.8a/po/da.po	Mon Nov 11 22:20:56 2002
-@@ -10,7 +10,7 @@
- "Last-Translator: Anders Wegge Jakobsen <wegge at daimi.aau.dk>\n"
- "Language-Team: Danish <da at li.org>\n"
- "MIME-Version: 1.0\n"
--"Content-Type: text/plain; charset=ISO-Latin-1\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
- "Content-Transfer-Encoding: 8bit\n"
- 
- #: src/args.c:518
---- indent-2.2.10/src/indent.c.orig	2008-03-11 19:50:42.000000000 +0100
-+++ indent-2.2.10/src/indent.c	2010-11-13 07:52:15.271104966 +0100
-@@ -3290,6 +3290,7 @@
-     exit_values_ty exit_status;
- 
- #if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES) && defined (HAVE_LCCTYPES)
-+    setlocale(LC_CTYPE, "");
-     setlocale(LC_MESSAGES, "");
- #endif
-     bindtextdomain(PACKAGE, LOCALEDIR);
diff --git a/indent-zh_TW.patch b/indent-zh_TW.patch
deleted file mode 100644
index 43d2a2e..0000000
--- a/indent-zh_TW.patch
+++ /dev/null
@@ -1,5 +0,0 @@
---- indent-2.2.9/po/LINGUAS.orig	2002-12-16 17:03:13.000000000 +0100
-+++ indent-2.2.9/po/LINGUAS	2003-04-21 19:50:19.000000000 +0200
-@@ -1 +1 @@
--ca da de eo et fi fr gl hu it ja ko nl pl pt_BR ru sk sv tr zh_TW.Big5
-+ca da de eo et fi fr gl hu it ja ko nl pl pt_BR ru sk sv tr zh_TW
diff --git a/texi2html.patch b/texi2html.patch
deleted file mode 100644
index f627810..0000000
--- a/texi2html.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- indent-2.2.10/doc/Makefile.am~	2008-03-11 18:50:42.000000000 +0000
-+++ indent-2.2.10/doc/Makefile.am	2014-12-28 13:59:25.881825789 +0000
-@@ -34,7 +34,7 @@
- html-split: @PACKAGE at _toc.html
- 
- @PACKAGE at .html: version.texi $(@PACKAGE at _TEXINFOS)
--	$(TEXI2HTML) -expandinfo -number -monolithic `if test -f @PACKAGE at .texinfo; then echo @PACKAGE at .texinfo; else echo $(srcdir)/@PACKAGE at .texinfo; fi`
-+	$(TEXI2HTML) -expandinfo -number-footnotes -number-sections -monolithic `if test -f @PACKAGE at .texinfo; then echo @PACKAGE at .texinfo; else echo $(srcdir)/@PACKAGE at .texinfo; fi`
- 
- @PACKAGE at _toc.html: version.texi $(@PACKAGE at _TEXINFOS)
- 	case "$(TEXI2HTML)" in \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/indent.git/commitdiff/48dedaa2f13f34a2d335ad8db4d5d82a986359dc



More information about the pld-cvs-commit mailing list