summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-04-21 20:54:18 +0000
committerChristian Heim <phreak@gentoo.org>2007-04-21 20:54:18 +0000
commit32771eda47f3650edc87012152fd5ba86f420b41 (patch)
treedfb224d98c9db2adb3b812c3bc96a2063c9a82b0
parentUpdated ebuild for bug 110541. (diff)
downloadphreak-32771eda47f3650edc87012152fd5ba86f420b41.tar.gz
phreak-32771eda47f3650edc87012152fd5ba86f420b41.tar.bz2
phreak-32771eda47f3650edc87012152fd5ba86f420b41.zip
Updating the comments.
svn path=/; revision=313
-rw-r--r--hardened/dev-lang/ocaml/Manifest8
-rw-r--r--hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild9
2 files changed, 9 insertions, 8 deletions
diff --git a/hardened/dev-lang/ocaml/Manifest b/hardened/dev-lang/ocaml/Manifest
index 2a22890..9c4c22d 100644
--- a/hardened/dev-lang/ocaml/Manifest
+++ b/hardened/dev-lang/ocaml/Manifest
@@ -15,10 +15,10 @@ MD5 bcc5109143faee7e7b8f7f76bd4726a7 files/ocaml-rebuild.sh 1361
RMD160 a9c452fbea18de3b38d8240f887f8595e529643e files/ocaml-rebuild.sh 1361
SHA256 a8004cd4bca96ab3fc595fcfd7dbe88903833f9e430149c3d04c9fda84362b64 files/ocaml-rebuild.sh 1361
DIST ocaml-3.09.3.tar.bz2 2038617 RMD160 fdc124218c556c62c897ee6720970279e2d5426b SHA1 5d63c6e0d13463f85c0d5147d641d2bceef87d6b SHA256 607842b4f4917a759f19541a421370a834f5b948855ca54cef40d22b19a0934f
-EBUILD ocaml-3.09.3-r1.ebuild 3206 RMD160 ba06c87bedb46450bd648d279a5608add2020d8a SHA1 66387047f2ff9cef3acee696a6ee36242b699ff6 SHA256 e4ba68f909ae78946a09431b188833e266586579f2c5b8741d88521bbed50094
-MD5 5c2b4509b061e757232dea21e2dd9553 ocaml-3.09.3-r1.ebuild 3206
-RMD160 ba06c87bedb46450bd648d279a5608add2020d8a ocaml-3.09.3-r1.ebuild 3206
-SHA256 e4ba68f909ae78946a09431b188833e266586579f2c5b8741d88521bbed50094 ocaml-3.09.3-r1.ebuild 3206
+EBUILD ocaml-3.09.3-r1.ebuild 3326 RMD160 c15fdcb0aea2fd11edda4a04543872ff73c5ce49 SHA1 f336f20ed1e8a082ef9164cdf07b0f538cfa9d48 SHA256 87f2869be2afe136deb2dc39e5f2fc647f085af267d0efe7a6a867bab06cdaeb
+MD5 ae396adf0d796e28c5e22fda78a7d2e5 ocaml-3.09.3-r1.ebuild 3326
+RMD160 c15fdcb0aea2fd11edda4a04543872ff73c5ce49 ocaml-3.09.3-r1.ebuild 3326
+SHA256 87f2869be2afe136deb2dc39e5f2fc647f085af267d0efe7a6a867bab06cdaeb ocaml-3.09.3-r1.ebuild 3326
MD5 71f3dc5bc2ee57a403689b56bc1a85c1 files/digest-ocaml-3.09.3-r1 244
RMD160 e7f0898889b94faae3b1481555bac42e9298b370 files/digest-ocaml-3.09.3-r1 244
SHA256 19708f759185ed39623e03921462ba20fb6f3533268673d2bcd7dd07cef57350 files/digest-ocaml-3.09.3-r1 244
diff --git a/hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
index f48756d..2af2e77 100644
--- a/hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
+++ b/hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
@@ -25,15 +25,16 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-execheap.patch
# The configure script doesn't inherit previous defined variables,
- # overwriting previous declarations of $nativecccompopts, $bytecccompopts,
- # and $bytecclinkopts.
+ # overwriting previous declarations of bytecccompopts, bytecclinkopts,
+ # nativecccompopts and nativecclinkopts. Reported upstream as issue 0004267.
epatch "${FILESDIR}"/${P}-configure.patch
# The sed in the Makefile doesn't replace all occurences of @compiler@
- # in driver/ocamlcomp.sh.in.
+ # in driver/ocamlcomp.sh.in. Reported upstream as issue 0004268.
epatch "${FILESDIR}"/${P}-Makefile.patch
- # Change the configure script to add the CFLAGS to bytecccompopts
+ # Change the configure script to add the CFLAGS to bytecccompopts and
+ # LDFLAGS to bytecclinkopts.
sed -i -e "s,bytecccompopts=\"\",bytecccompopts=\"\${CFLAGS}\"," \
-e "s,bytecclinkopts=\"\",bytecclinkopts=\"\${LDFLAGS}\"," \
"${S}"/configure