Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 18:20:14 GMT
From:      "Dominique Goncalves" <dominique.goncalves@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/109422: sysutils/gnomebaker 0.6.1: could not find signal handler
Message-ID:  <200702261820.l1QIKE0d036939@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/109422; it has been noted by GNATS.

From: "Dominique Goncalves" <dominique.goncalves@gmail.com>
To: bug-followup@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@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@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."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702261820.l1QIKE0d036939>