From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 5 16:40:03 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1F8F16A418 for ; Sat, 5 Jan 2008 16:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF94C13C478 for ; Sat, 5 Jan 2008 16:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m05Ge3LC058702 for ; Sat, 5 Jan 2008 16:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m05Ge3s2058701; Sat, 5 Jan 2008 16:40:03 GMT (envelope-from gnats) Date: Sat, 5 Jan 2008 16:40:03 GMT Message-Id: <200801051640.m05Ge3s2058701@freefall.freebsd.org> To: gnome@FreeBSD.org From: Romain Tartiere Cc: Subject: Re: ports/119286: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Romain Tartiere List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 16:40:03 -0000 The following reply was made to PR ports/119286; it has been noted by GNATS. From: Romain Tartiere To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/119286: commit references a PR Date: Sat, 5 Jan 2008 17:34:38 +0100 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi On Sat, Jan 05, 2008 at 03:10:02PM +0000, dfilter service wrote : > The following reply was made to PR ports/119286; it has been noted by GNA= TS. >=20 > Modified files: > audio/pulseaudio Makefile=20 > Log: > Remove -Wl,-no-undefined from the LDFLAGS to allow pulse to build on > FreeBSD < 7.X. This last commit does not fix build on my machine (FreeBSD 6.2-STABLE). Patching the Makefile in /src instead of the one in / solve the issue (patch bellow). --- Makefile.patch begins here --- diff -Nur pulseaudio.orig/Makefile pulseaudio/Makefile --- pulseaudio.orig/Makefile 2008-01-05 17:23:03.000000000 +0100 +++ pulseaudio/Makefile 2008-01-05 17:20:44.000000000 +0100 @@ -86,7 +86,7 @@ ${WRKSRC}/src/daemon/default.pa.in .if ${OSVERSION} < 700042 @${REINPLACE_CMD} -e 's|-Wl,-no-undefined||' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/src/Makefile.in .endif =20 post-install: --- Makefile.patch ends here --- Regards, Romain --=20 Romain Tartiere http://romain.blogreen.org/ pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43) (plain text =3Dnon-HTML=3D PGP/GPG encrypted/signed e-mail much appreciated) --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHf7Ge2OmjP/9W/0MRAgWYAJ4zGvermeBP0J9YTWl0hvLKZ2uE6wCglibR 1s/PixGBxBFC91A7uwwHjm4= =NmAP -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5--