Skip site navigation (1)Skip section navigation (2)
Date:      27 Apr 2003 10:15:50 -0000
From:      Rui Lopes <rui@ruilopes.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rodrigc@attbi.com
Subject:   ports/51458: [PATCH] Remove configure warning
Message-ID:  <20030427101550.17950.qmail@ns.webtt.biz>
Resent-Message-ID: <200304271020.h3RAK5KT009822@freefall.freebsd.org>

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

>Number:         51458
>Category:       ports
>Synopsis:       [PATCH] Remove configure warning
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 03:20:04 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 5.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD disty 5.0-RELEASE-p2 FreeBSD 5.0-RELEASE-p2 #7: Sun Feb 23 17:54:25 WET 2003 root@disty:/usr/obj/usr/src/sys/DEBUGGER i386


	
>Description:
Minor Makefile patch to remove the anoying configure warning,

===>  Configuring for subversion-0.21.0
configure: WARNING: you should use --build, --host, --target
Configuring Subversion 0.21.0	
	
>How-To-Repeat:
	
>Fix:
apply patch to,
$FreeBSD: ports/devel/subversion/Makefile,v 1.27 2003/04/19 03:32:34 bmah Exp $
	

--- Makefile.diff begins here ---
--- Makefile.orig	Sun Apr 27 10:48:28 2003
+++ Makefile	Sun Apr 27 10:48:51 2003
@@ -27,6 +27,7 @@
 WRKSRC=	${WRKDIR}/subversion-${PORTVERSION}
 GNU_CONFIGURE=	yes
 USE_REINPLACE=	yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-ssl \
 		--with-neon=${LOCALBASE} \
 		--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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