public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/groff/files: groff-1.22.1-pdf-subdir.patch groff-1.22.1-pdf-symlink.patch
@ 2013-01-08 11:42 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-01-08 11:42 UTC (permalink / raw
  To: gentoo-commits

vapier      13/01/08 11:42:33

  Added:                groff-1.22.1-pdf-subdir.patch
                        groff-1.22.1-pdf-symlink.patch
  Log:
  Apply fixes from upstream for building w/out ghostscript #450798 by Tomas Mozes.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.1                  sys-apps/groff/files/groff-1.22.1-pdf-subdir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/files/groff-1.22.1-pdf-subdir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/files/groff-1.22.1-pdf-subdir.patch?rev=1.1&content-type=text/plain

Index: groff-1.22.1-pdf-subdir.patch
===================================================================
https://bugs.gentoo.org/450798

From aca061e723e26d1815536c69e5691818aea260c7 Mon Sep 17 00:00:00 2001
From: wl <wl>
Date: Fri, 4 Jan 2013 07:19:51 +0000
Subject: [PATCH] o Makefile.sub (install_data): Create directory for PDF
 documentation.   This is necesssary in case GhostScript is not available, and
 no other   PDF files have been created yet.

---
 contrib/mom/ChangeLog    | 8 +++++++-
 contrib/mom/Makefile.sub | 4 +++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/contrib/mom/Makefile.sub b/contrib/mom/Makefile.sub
index 6dd7020..e956346 100644
--- a/contrib/mom/Makefile.sub
+++ b/contrib/mom/Makefile.sub
@@ -158,6 +158,8 @@ install_data: stamp-strip $(NORMALFILES) $(HTMLDOCFILES) \
 	  rm -f $(DESTDIR)$(exampledir)/mom/$$f; \
 	  $(INSTALL_DATA) examples/$$f $(DESTDIR)$(exampledir)/mom/$$f; \
 	done
+	-test -d $(DESTDIR)$(pdfdocdir) \
+	  || $(mkinstalldirs) $(DESTDIR)$(pdfdocdir)
 	for f in $(PDFDOCFILE); do \
 	  rm -f $(DESTDIR)$(pdfdocdir)/$$f; \
 	  ln -s $(exampledir)/mom/$$f $(DESTDIR)$(pdfdocdir)/$$f; \
-- 
1.8.0.2




1.1                  sys-apps/groff/files/groff-1.22.1-pdf-symlink.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/files/groff-1.22.1-pdf-symlink.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/files/groff-1.22.1-pdf-symlink.patch?rev=1.1&content-type=text/plain

Index: groff-1.22.1-pdf-symlink.patch
===================================================================
https://bugs.gentoo.org/450798

From 1ed193f4a8f54a28b44cd901e076de1702d2e8e8 Mon Sep 17 00:00:00 2001
From: wl <wl>
Date: Sun, 30 Dec 2012 14:22:17 +0000
Subject: [PATCH] o Makefile.sub (install-data): Fix symlink.   Patch from
 Elias Pipping <pipping@lavabit.com>.

---
 contrib/mom/ChangeLog    | 5 +++++
 contrib/mom/Makefile.sub | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/mom/Makefile.sub b/contrib/mom/Makefile.sub
index 9d30b22..6dd7020 100644
--- a/contrib/mom/Makefile.sub
+++ b/contrib/mom/Makefile.sub
@@ -160,7 +160,7 @@ install_data: stamp-strip $(NORMALFILES) $(HTMLDOCFILES) \
 	done
 	for f in $(PDFDOCFILE); do \
 	  rm -f $(DESTDIR)$(pdfdocdir)/$$f; \
-	  ln -s $(DESTDIR)$(exampledir)/mom/$$f $(DESTDIR)$(pdfdocdir)/$$f; \
+	  ln -s $(exampledir)/mom/$$f $(DESTDIR)$(pdfdocdir)/$$f; \
 	done
 
 stamp-strip: $(STRIPFILES)
-- 
1.8.0.2






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-08 11:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 11:42 [gentoo-commits] gentoo-x86 commit in sys-apps/groff/files: groff-1.22.1-pdf-subdir.patch groff-1.22.1-pdf-symlink.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox