summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-09 14:52:07 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-11 10:33:04 +0000
commita120faacdac43b3263e6c7c8803395ac716450ab (patch)
tree261643c421619dab081104d9e202d991f2a00990
parentf14549f8e43e0a94996c92cb93b675cdaeecd9f3 (diff)
downloaddefinitions-a120faacdac43b3263e6c7c8803395ac716450ab.tar.gz
Update to groff 1.22.3
-rw-r--r--strata/cross-bootstrap.morph6
-rw-r--r--strata/cross-bootstrap/groff.morph2
-rw-r--r--strata/foundation.morph6
-rw-r--r--strata/foundation/groff.morph2
4 files changed, 10 insertions, 6 deletions
diff --git a/strata/cross-bootstrap.morph b/strata/cross-bootstrap.morph
index 59400940..435987da 100644
--- a/strata/cross-bootstrap.morph
+++ b/strata/cross-bootstrap.morph
@@ -11,9 +11,9 @@ chunks:
build-depends: []
- name: groff
morph: strata/cross-bootstrap/groff.morph
- repo: upstream:groff
- ref: c7017a099f954bb6de60e79c876935b1bf438b9a
- unpetrify-ref: baserock/morph
+ repo: upstream:groff-git
+ ref: 16305a24e67966ace06d55e2a0b98cc0e3127a93
+ unpetrify-ref: 1.22.3
build-depends: []
- name: openssh
morph: strata/cross-bootstrap/openssh.morph
diff --git a/strata/cross-bootstrap/groff.morph b/strata/cross-bootstrap/groff.morph
index fed35b7d..8380a9cc 100644
--- a/strata/cross-bootstrap/groff.morph
+++ b/strata/cross-bootstrap/groff.morph
@@ -4,6 +4,8 @@ max-jobs: 1
configure-commands:
- PAGE=A4 ./configure --prefix="$PREFIX"
build-commands:
+# hack to avoid a netpbm dependency
+- touch doc/gnu.eps
- make
install-commands:
- make DESTDIR="$DESTDIR" install
diff --git a/strata/foundation.morph b/strata/foundation.morph
index e3bebe05..81b0f9ee 100644
--- a/strata/foundation.morph
+++ b/strata/foundation.morph
@@ -12,9 +12,9 @@ chunks:
build-depends: []
- name: groff
morph: strata/foundation/groff.morph
- repo: upstream:groff
- ref: c7017a099f954bb6de60e79c876935b1bf438b9a
- unpetrify-ref: baserock/morph
+ repo: upstream:groff-git
+ ref: 16305a24e67966ace06d55e2a0b98cc0e3127a93
+ unpetrify-ref: 1.22.3
build-depends: []
- name: kmod
morph: strata/foundation/kmod.morph
diff --git a/strata/foundation/groff.morph b/strata/foundation/groff.morph
index fed35b7d..8380a9cc 100644
--- a/strata/foundation/groff.morph
+++ b/strata/foundation/groff.morph
@@ -4,6 +4,8 @@ max-jobs: 1
configure-commands:
- PAGE=A4 ./configure --prefix="$PREFIX"
build-commands:
+# hack to avoid a netpbm dependency
+- touch doc/gnu.eps
- make
install-commands:
- make DESTDIR="$DESTDIR" install