[Lunar-commits] <moonbase-core> groff: Properly install on a system without psutils

Stefan Wold ratler at lunar-linux.org
Sun Dec 30 17:00:06 CET 2012


commit 555eb37d0683498afca8a5a1e1cc56fc307f732c
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 30 Dec 2012 08:00:06 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/555eb37d0683498afca8a5a1e1cc56fc307f732c

groff: Properly install on a system without psutils
---
  doc-tools/groff/BUILD   | +3/-0     
  doc-tools/groff/DETAILS | +4/-1     
  2 files changed, 7 insertions(+), 1 deletion(-)

--- a/doc-tools/groff/BUILD
+++ b/doc-tools/groff/BUILD
@@ -3,6 +3,9 @@
   # Fix typo
   sedit "s:tob_builddir:top_builddir:1" Makefile.comm  &&
 
+  # Properly install if psutils is missing
+  patch_it $SOURCE2 1 &&
+
   default_build  &&
   cd /usr/bin    &&
   if [ ! -e geqn ] ; then
--- a/doc-tools/groff/DETAILS
+++ b/doc-tools/groff/DETAILS
@@ -1,13 +1,16 @@
           MODULE=groff
          VERSION=1.22.1
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=groff-1.22-create_pdf_dir.patch
       SOURCE_URL=$GNU_URL/$MODULE
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:94e2e020343e1b7aa212bf490c74bef9550807ca
+     SOURCE2_VFY=sha1:d904ebaa5a882df0a91a733193e50384c6e38ac6
         WEB_SITE=http://www.gnu.org/software/groff/groff.html
          ENTERED=20010922
          UPDATED=20121230
            SHORT="A device-independent document processor/formatter"
-           PSAFE=no
+PSAFE=no
 
 cat << EOF
 groff - Document formatting system




More information about the Lunar-commits mailing list