ports/109422: sysutils/gnomebaker 0.6.1: could not find signal handler
Dominique Goncalves
dominique.goncalves at gmail.com
Mon Feb 26 18:20:14 UTC 2007
The following reply was made to PR ports/109422; it has been noted by GNATS.
From: "Dominique Goncalves" <dominique.goncalves at gmail.com>
To: bug-followup at freebsd.org
Cc:
Subject: Re: ports/109422: sysutils/gnomebaker 0.6.1: could not find signal handler
Date: Mon, 26 Feb 2007 18:46:59 +0100
Hi,
On Thu, 22 Feb 2007 06:17:43 UT, Edwin Groothuis <edwin at freebsd.org> wrote:
> Maintainer of sysutils/gnomebaker,
>
> Please note that PR ports/109422 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/109422
>
> --
> Edwin Groothuis
> edwin at FreeBSD.org
>
Thanks for pointing this out! I already received a problem report
about this issue, but couldn't reproduce on my box.
Reading the bug report on ubuntu and mandriva it seems to be a reasonable fix.
--- Makefile.orig Mon Feb 26 18:43:28 2007
+++ Makefile Mon Feb 26 18:45:03 2007
@@ -6,6 +6,7 @@
PORTNAME= gnomebaker
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomebaker
@@ -27,7 +28,7 @@
USE_GETTEXT= yes
USE_GSTREAMER= vorbis mad flac
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
.include <bsd.port.pre.mk>
Regards.
--
There's this old saying: "Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life."
More information about the freebsd-ports-bugs
mailing list