public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Samuli Suominen <ssuominen@gentoo.org>
To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-libs/libexif: ChangeLog libexif-0.6.20.ebuild
Date: Sun, 13 Nov 2011 20:19:01 +0200	[thread overview]
Message-ID: <4EC00A15.6060309@gentoo.org> (raw)
In-Reply-To: <20111113180716.E5E082004B@flycatcher.gentoo.org>

On 11/13/2011 08:07 PM, Michael Weber (xmw) wrote:
> xmw         11/11/13 18:07:16
> 
>   Modified:             ChangeLog libexif-0.6.20.ebuild
>   Log:
>   remove -g from FLAGS, as pointed out by Agostino Sarubbo (bug 390249)
> @@ -22,7 +22,11 @@
>  
>  src_prepare() {
>  	epatch "${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch
> -	elibtoolize # FreeBSD .so version
> +	#elibtoolize # FreeBSD .so version
> +	sed -e '/FLAGS=/s:-g::g' \
> +		-e '/FLAGS=/s:-Wall::g' \
> +		-i configure.ac
> +	eautoreconf
>  }

removing compile warning flags is not allowed, thus hiding also
Portage's QA messages. restore -Wall.

and running eautoreconf just to remove -g from configure is too heavy.
just sed the configure directly.

>  
>  src_configure() {
> @@ -38,5 +42,4 @@
>  	emake DESTDIR="${D}" install || die
>  	find "${D}" -name '*.la' -exec rm -f {} +
>  	rm -f "${D}"usr/share/doc/${PF}/{ABOUT-NLS,COPYING}
> -	prepalldocs
>  }

the prepalldocs was still used because the ebuild is not EAPI=4. restore
it or upgrade the EAPI.



           reply	other threads:[~2011-11-13 18:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20111113180716.E5E082004B@flycatcher.gentoo.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EC00A15.6060309@gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=xmw@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox