From nobody@FreeBSD.org  Thu Nov  1 14:09:13 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D5FA416A53D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  1 Nov 2007 14:09:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8FAB813C4A5
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  1 Nov 2007 14:09:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lA1E99Iq042108
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 1 Nov 2007 14:09:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lA1E99KD042079;
	Thu, 1 Nov 2007 14:09:09 GMT
	(envelope-from nobody)
Message-Id: <200711011409.lA1E99KD042079@www.freebsd.org>
Date: Thu, 1 Nov 2007 14:09:09 GMT
From: pietro cerutti <gahr@gahr.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] textproc/scrollkeeper fix libtool TAG problem with GCC 4.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117744
>Category:       ports
>Synopsis:       [patch] textproc/scrollkeeper fix libtool TAG problem with GCC 4.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 01 14:10:01 UTC 2007
>Closed-Date:    Fri Nov 02 01:33:35 UTC 2007
>Last-Modified:  Fri Nov 02 01:33:35 UTC 2007
>Originator:     pietro cerutti
>Release:        6.2-STABLE
>Organization:
Bern University of Applied Sciences
>Environment:
FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #3: Wed Oct 24 08:30:39 CEST 2007     root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034  i386

>Description:
A few Makefile.in's in textproc/scrollkeeper miss a --tag specification for libtool, which complains when used with GCC 4.2
>How-To-Repeat:
cd /usr/ports/textproc/scrollkeeper && make
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2007-10-31 20:31:34.000000000 +0100
+++ Makefile	2007-11-01 14:03:41.000000000 +0100
@@ -56,6 +56,10 @@
 post-patch:
 	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e   \
 		's|[(]LN_S[)] -f -n|(LN_S) -f|g'
+	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e   \
+		's|--mode=compile|--mode=compile --tag=CC|g'
+	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e   \
+		's|--mode=link|--mode=link --tag=CC|g'
 	@${REINPLACE_CMD} -e 's|/usr/share/locale|${PREFIX}/share/locale|g' \
 		${WRKSRC}/libs/scrollkeeper.h.in
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 1 14:10:05 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117744 

From: Pietro Cerutti <gahr@gahr.ch>
To: bug-followup@FreeBSD.org,  gahr@gahr.ch
Cc:  
Subject: Re: ports/117744: [patch] textproc/scrollkeeper fix libtool TAG problem
 with GCC 4.2
Date: Thu, 01 Nov 2007 15:21:00 +0100

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --------------enig8E2C2C094F09BAFA034BAEF8
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 If the patch is a mess:
 
 http://www.gahr.ch/FreeBSD/patches/117744_scrollkeeper_Makefile
 --=20
 Pietro Cerutti
 
 PGP Public Key:
 http://gahr.ch/pgp
 
 
 --------------enig8E2C2C094F09BAFA034BAEF8
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQFHKeDQwMJqmJVx944RCounAKCUq63oZ5gc+Zlk/NZ1FQj/OMRdlQCfYyY/
 0ikg69VJGmzJ+MqYhXRB94I=
 =prJB
 -----END PGP SIGNATURE-----
 
 --------------enig8E2C2C094F09BAFA034BAEF8--

From: Pietro Cerutti <gahr@gahr.ch>
To: FreeBSD-gnats-submit@FreeBSD.org,  freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/117744: [patch] textproc/scrollkeeper fix libtool TAG problem
 with GCC 4.2
Date: Thu, 01 Nov 2007 17:50:30 +0100

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --------------enig7619631C456191ED40F5C1D0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 If the patch is a mess:
 
 http://www.gahr.ch/FreeBSD/patches/117744_scrollkeeper_Makefile
 
 --=20
 Pietro Cerutti
 
 PGP Public Key:
 http://gahr.ch/pgp
 
 
 --------------enig7619631C456191ED40F5C1D0
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQFHKgPbwMJqmJVx944RCrP2AKDUrHU2Xg0bBlcnfC8f0xUVOcXanACdES39
 YoC0u+sUXlK+4NF6oTnd35A=
 =c8Kb
 -----END PGP SIGNATURE-----
 
 --------------enig7619631C456191ED40F5C1D0--
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Fri Nov 2 01:32:13 UTC 2007 
State-Changed-Why:  
closed by submitters request (reinstalled devel/libtoo15 and everything was ok) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117744 
>Unformatted:
