ports/51458: [PATCH] Remove configure warning

Rui Lopes rui at ruilopes.com
Sun Apr 27 10:20:06 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list