diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-12 08:16:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-12 08:16:41 +0000 |
commit | d3065defc7c67d4eabc3d4e85bb739b77a5cbd7f (patch) | |
tree | daaac9b7e7e4c44ae46c3fe046286f4faa68c9a3 /app-text/psutils/files | |
parent | Add psutils to MISC-FREE license group, bug 440938. (diff) | |
download | gentoo-2-d3065defc7c67d4eabc3d4e85bb739b77a5cbd7f.tar.gz gentoo-2-d3065defc7c67d4eabc3d4e85bb739b77a5cbd7f.tar.bz2 gentoo-2-d3065defc7c67d4eabc3d4e85bb739b77a5cbd7f.zip |
Non-maintainer commit. Switch to tarball provided by Debian; the original one contained files md*.ps that are not distributable. The fixmacps command that was using them is therefore no longer available. Fixes bug 440938.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-text/psutils/files')
-rw-r--r-- | app-text/psutils/files/psutils-1.17-no-fixmacps.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-text/psutils/files/psutils-1.17-no-fixmacps.patch b/app-text/psutils/files/psutils-1.17-no-fixmacps.patch new file mode 100644 index 000000000000..16a3c13484a2 --- /dev/null +++ b/app-text/psutils/files/psutils-1.17-no-fixmacps.patch @@ -0,0 +1,26 @@ +Files md68_0.ps md71_0.ps have unknown copyright and license and are +therefore not included in the "DFSG" tarball. Suppress these files +(and the fixmacps program that references them) in Makefile. +https://bugs.gentoo.org/show_bug.cgi?id=440938 + +--- psutils-1.17.orig/Makefile.unix ++++ psutils/Makefile.unix +@@ -44,15 +44,15 @@ + BIN = psbook psselect pstops epsffit psnup \ + psresize + SHELLSCRIPTS = getafm showchar +-PERLSCRIPTS = fixfmps fixmacps fixpsditps fixpspps \ ++PERLSCRIPTS = fixfmps fixpsditps fixpspps \ + fixtpps fixwfwps fixwpps fixscribeps fixwwps \ + fixdlsrps extractres includeres psmerge + MANPAGES = psbook.$(MANEXT) psselect.$(MANEXT) pstops.$(MANEXT) epsffit.$(MANEXT) psnup.$(MANEXT) \ + psresize.$(MANEXT) psmerge.$(MANEXT) fixscribeps.$(MANEXT) getafm.$(MANEXT) \ +- fixdlsrps.$(MANEXT) fixfmps.$(MANEXT) fixmacps.$(MANEXT) fixpsditps.$(MANEXT) \ ++ fixdlsrps.$(MANEXT) fixfmps.$(MANEXT) fixpsditps.$(MANEXT) \ + fixpspps.$(MANEXT) fixtpps.$(MANEXT) fixwfwps.$(MANEXT) fixwpps.$(MANEXT) \ + fixwwps.$(MANEXT) extractres.$(MANEXT) includeres.$(MANEXT) +-INCLUDES = md68_0.ps md71_0.ps ++INCLUDES = + + all: $(BIN) $(PERLSCRIPTS) $(MANPAGES) $(SHELLSCRIPTS) + |