Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2001 13:48:27 -0400 (EDT)
From:      "Alexander N. Kabaev" <ak03@gte.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   ports/31315: Wrong GNU target specified in rep-gtk Makefile
Message-ID:  <200110161748.f9GHmR446616@h132-197-97-45.gte.com>

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

>Number:         31315
>Category:       ports
>Synopsis:       Wrong GNU target specified in rep-gtk Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 10:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alexander N. Kabaev
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD kanpc.gte.com 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Tue Oct 16 11:03:35 EDT 2001 root@kanpc.gte.com:/usr/src/sys/i386/compile/KANPC i386


	
>Description:
	Wrong GNU target ${ARCH}-freebsd${OSREL:C/\..*//} is 
	specified in Makefile, while sawfish is using
	${ARCH}-pc-freebsd${OSREL:C/\..*//}
	
>How-To-Repeat:
	Build rep-gtk, then try to built sawfish and see it fail.
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/x11-toolkits/rep-gtk/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	15 Oct 2001 10:07:47 -0000	1.26
+++ Makefile	16 Oct 2001 15:18:27 -0000
@@ -25,7 +25,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET=	${ARCH}-freebsd${OSREL:C/\..*//}
+CONFIGURE_TARGET=	${ARCH}-pc-freebsd${OSREL:C/\..*//}
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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