Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203928 - www-apache/anyterm-1.1.16 version bump
Summary: www-apache/anyterm-1.1.16 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-31 22:27 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-01-10 16:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-12-31 22:27:19 UTC
www-apache/anyterm has wrong built_with_use check.


 * ERROR: www-apache/anyterm-1.1.15 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called pkg_setup
 *   anyterm-1.1.15.ebuild, line   44:  Called built_with_use 'pkg_setup' 'pkg_setup'
 *           eutils.eclass, line 1695:  Called die
 * The specific snippet of code:
 *                                      die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   dev-libs/boost-1.34.1-r1 does not actually support the threads USE flag!


Patch:
--- www-apache/anyterm/anyterm-1.1.15.ebuild
+++ www-apache/anyterm/anyterm-1.1.16.ebuild
@@ -41,7 +41,7 @@
                die
        fi

-       if ! built_with_use dev-libs/boost threads; then
+       if ! built_with_use --missing true dev-libs/boost threads; then
                eerror "Build dev-libs/boost with USE=threads."
                die
        fi
@@ -50,7 +50,7 @@
 src_unpack() {
        unpack ${A}
        cd "${S}"
-       epatch "${FILESDIR}/${P}-browser-gentoo.patch"
+       epatch "${FILESDIR}/${PN}-1.1.15-browser-gentoo.patch"
        sed -i -e "s:apr-config:$(apr_config):g" apachemod/Makefile
 }

@@ -74,7 +74,7 @@

        webapp_src_preinst
        cp -f browser/{*,.htaccess} "${D}/${MY_HTDOCSDIR}"
-       webapp_postinst_txt en "${FILESDIR}/${P}-postinst-en.txt"
+       webapp_postinst_txt en "${FILESDIR}/${PN}-1.1.15-postinst-en.txt"
        webapp_src_install
 }
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2008-01-06 20:18:58 UTC
fixed, thanks
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-07 10:07:24 UTC
(In reply to comment #0)
> --- www-apache/anyterm/anyterm-1.1.15.ebuild
> +++ www-apache/anyterm/anyterm-1.1.16.ebuild
                                      ^
Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2008-01-07 10:38:02 UTC
i have to specify a comment
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2008-01-10 16:16:06 UTC
in cvs