Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2006 07:14:24 +0000 (UTC)
From:      Peter Schuller <peter.schuller@infidyne.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Peter Schuller <peter.schuller@infidyne.com>
Subject:   ports/94438: devel/libidn - does not build
Message-ID:  <20060314071424.BB22D5C91@scode.mine.nu>
Resent-Message-ID: <200603140720.k2E7KH3b040566@freefall.freebsd.org>

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

>Number:         94438
>Category:       ports
>Synopsis:       devel/libidn - does not 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:   Tue Mar 14 07:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     peter.schuller@infidyne.com
>Release:        FreeBSD 6.0-RELEASE-p5 i386
>Organization:
N/A
>Environment:
System: FreeBSD scode.mine.nu 6.0-RELEASE-p5 FreeBSD 6.0-RELEASE-p5 #0: Mon Mar 13 14:59:36 UTC 2006 scode@scode.mine.nu:/usr/obj/usr/src/sys/PROMETHEUS i386

>Description:
	devel/libidn does not build, failing to find "Makefile" in the build
	phase because the configure script is not run.
>How-To-Repeat:
	cd /usr/ports/devel/libidn && make build
>Fix:
	Suggest this patch:

--- Makefile~	Sun Jul 17 22:14:22 2005
+++ Makefile	Tue Mar 14 06:59:50 2006
@@ -22,6 +22,7 @@
 USE_PERL5_BUILD=	yes
 USE_REINPLACE=	yes
 
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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