summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-09-06 18:31:35 +0200
committerBen Kohler <bkohler@gentoo.org>2022-09-07 08:49:52 -0500
commitd27a247b32e3ee5136f2ef3ef0b05b6773b7ee05 (patch)
treef81eec57221282451b219486909010e04693614e
parentnet-libs/libnftnl: sparc stable wrt bug #868963 (diff)
downloadgentoo-d27a247b.tar.gz
gentoo-d27a247b.tar.bz2
gentoo-d27a247b.zip
media-gfx/fotoxx: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/27165 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--media-gfx/fotoxx/files/fotoxx-21.40-documentation.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-gfx/fotoxx/files/fotoxx-21.40-documentation.patch b/media-gfx/fotoxx/files/fotoxx-21.40-documentation.patch
deleted file mode 100644
index 523c640cc001..000000000000
--- a/media-gfx/fotoxx/files/fotoxx-21.40-documentation.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -ur a/Makefile b/Makefile
---- a/Makefile 2021-04-08 10:05:46.064519573 -0500
-+++ b/Makefile 2021-04-08 10:51:26.906128397 -0500
-@@ -97,6 +97,7 @@
-
- zfuncs.o: zfuncs.cc zfuncs.h
- $(CXX) zfuncs.cc $(CFLAGS) \
-+ -D DOCDIR=\"$(DOCDIR)\" \
-
- # install application files in standard locations
- PREFIX ?= /usr
-@@ -122,8 +123,7 @@
- cp -f -R data/* $(DESTDIR)$(DATADIR)
- cp -f -R images/* $(DESTDIR)$(IMAGEDIR)
- # man page (21.29)
-- gzip -fk -9 man/fotoxx.man
-- mv -f man/fotoxx.man.gz $(DESTDIR)$(MANDIR)/fotoxx.1.gz
-+ cp man/fotoxx.man $(DESTDIR)$(MANDIR)/fotoxx.1
- # desktop file and icon
- cp -f fotoxx.desktop $(DESTDIR)$(MENUDIR)
- cp -f fotoxx.png $(DESTDIR)$(ICONDIR)
-diff -ur a/zfuncs.cc b/zfuncs.cc
---- a/zfuncs.cc 2021-04-08 10:05:46.062519630 -0500
-+++ b/zfuncs.cc 2021-04-08 11:09:07.977258807 -0500
-@@ -5615,7 +5615,7 @@
-
- strncatv(zdatadir,199,zprefix,"/share/",zappname,"/data",null); // /prefix/share/appname/data
- strncatv(zimagedir,199,zprefix,"/share/",zappname,"/images",null); // /prefix/share/appname/images
-- strncatv(zdocdir,199,zprefix,"/share/doc/",zappname,null); // /prefix/share/doc/appname
-+ strncatv(zdocdir,199,zprefix,"/share/doc/",zappvers,null); // /prefix/share/doc/appname
-
- ch_time = zstrdup(build_date_time,"zinitapp");
- if (ch_time[4] == ' ') ch_time[4] = '0'; // replace month day ' d' with '0d'