diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2008-01-27 18:23:26 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2008-01-27 18:23:26 +0000 |
commit | c58132b8cc609804c664066f1c043d3afd1a9331 (patch) | |
tree | 0af33c5cb422c9b9be6c39ecf064d170bc61b326 /dev-lang/hugs98 | |
parent | version bump; update metadata (diff) | |
download | gentoo-2-c58132b8cc609804c664066f1c043d3afd1a9331.tar.gz gentoo-2-c58132b8cc609804c664066f1c043d3afd1a9331.tar.bz2 gentoo-2-c58132b8cc609804c664066f1c043d3afd1a9331.zip |
Added missing patch file, fixes bug #207703.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/hugs98')
-rw-r--r-- | dev-lang/hugs98/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/hugs98/files/hugs98-2005.3-conditional-doc.patch | 19 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-lang/hugs98/ChangeLog b/dev-lang/hugs98/ChangeLog index da466be93743..0bf39c0c31b3 100644 --- a/dev-lang/hugs98/ChangeLog +++ b/dev-lang/hugs98/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/hugs98 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.45 2008/01/26 20:29:19 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.46 2008/01/27 18:23:25 dcoutts Exp $ + + 27 Jan 2008; Duncan Coutts <dcoutts@gentoo.org> + +files/hugs98-2005.3-conditional-doc.patch: + Added missing patch file, fixes bug #207703. *hugs98-2006.9 (26 Jan 2008) diff --git a/dev-lang/hugs98/files/hugs98-2005.3-conditional-doc.patch b/dev-lang/hugs98/files/hugs98-2005.3-conditional-doc.patch new file mode 100644 index 000000000000..b010df8ebc6f --- /dev/null +++ b/dev-lang/hugs98/files/hugs98-2005.3-conditional-doc.patch @@ -0,0 +1,19 @@ +--- Makefile~ ++++ Makefile +@@ -36,12 +36,16 @@ + all: fptools src/Makefile + cd src; $(MAKE) all + cd libraries; $(MAKE) all ++ ++doc: + cd docs; $(MAKE) all + + # We install the standard libraries and the simple demos. + # We don't install things which don't work on Unix (e.g. Win32). + + install: install_all_but_docs ++ ++install_doc: + cd docs; $(MAKE) install + + # Install everything except documentation, which is installed differently |