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-12 11:35:23 +0000
commit8341dc6db33d80ef167f05ac3fb03545eec8cec6 (patch)
treeb9231e735bade4e19d79d6eb070cde414552bf10
parentfd64ef32214ceb05f89c51073e3a4673fb0c32aa (diff)
downloaddefinitions-8341dc6db33d80ef167f05ac3fb03545eec8cec6.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 245f5c2c..b11c3d61 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