Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jul 2006 17:12:24 +0200 (MEST)
From:      Michiel Boland <michiel@boland.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99716: update of gmake to 3.81 breaks mozilla build
Message-ID:  <Pine.GSO.4.64.0607021710170.27165@brakkenstein.nijmegen.internl.net>
Resent-Message-ID: <200607021520.k62FKAx0089524@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99716
>Category:       ports
>Synopsis:       update of gmake to 3.81 breaks mozilla build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 02 15:20:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michiel Boland
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD leefnet.office.internl.net 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Thu Jun 29 16:50:50 CEST 2006 root@leefnet.office.internl.net:/usr/obj/usr/src/sys/LEEFNET i386



>Description:
 	The www/mozilla ports does not build with gmake 3.81.
>How-To-Repeat:
 	Build www/mozilla with gmake 3.81
>Fix:
 	The makefiles (or Makefile.in's) need to be corrected like this:
 	(I take extensions/p3p/Makefile.in as an example since this is
 	the one file where the build breaks. This is not a complete fix,
 	there are many more places where an extra space is needed, but
 	I got bored looking for them.)

--- extensions/p3p/Makefile.in.orig	Thu Dec  4 19:20:16 2003
+++ extensions/p3p/Makefile.in	Sun Jul  2 15:35:57 2006
@@ -62,7 +62,7 @@
  p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in
  	@$(RM) -f $@
  	$(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
-	-DHAS_TMPL_RETENTION\
+	-DHAS_TMPL_RETENTION \
  	$< > $@

 	An alternative fix would be to downgrade gmake back to 3.80.
>Release-Note:
>Audit-Trail:
>Unformatted:



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