From mitsuru@zebu.yokohama.riken.jp  Fri Apr  2 11:25:08 2010
Return-Path: <mitsuru@zebu.yokohama.riken.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 962F11065672
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Apr 2010 11:25:08 +0000 (UTC)
	(envelope-from mitsuru@zebu.yokohama.riken.jp)
Received: from zebu.yokohama.riken.go.jp (zebu.yokohama.riken.go.jp [134.160.84.77])
	by mx1.freebsd.org (Postfix) with SMTP id 30ADD8FC1E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Apr 2010 11:25:07 +0000 (UTC)
Received: (qmail 39907 invoked from network); 2 Apr 2010 11:25:30 -0000
Received: from localhost (HELO zebu.yokohama.riken.jp) (127.0.0.1)
  by zebu.yokohama.riken.go.jp with SMTP; 2 Apr 2010 11:25:30 -0000
Received: (from mitsuru@localhost)
	by zebu.yokohama.riken.jp (8.14.3/8.14.3/Submit) id o32BP4KO039905;
	Fri, 2 Apr 2010 20:25:04 +0900 (JST)
	(envelope-from mitsuru)
Message-Id: <201004021125.o32BP4KO039905@zebu.yokohama.riken.jp>
Date: Fri, 2 Apr 2010 20:25:04 +0900 (JST)
From: <mitsuru@riken.jp>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: editors/cle make fails
X-Send-Pr-Version: 3.113
X-GNATS-Notify: timbob@bigpond.com

>Number:         145288
>Category:       ports
>Synopsis:       editors/cle make fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 02 11:30:06 UTC 2010
>Closed-Date:    Tue May 04 13:23:38 EDT 2010
>Last-Modified:  Tue May  4 17:30:05 UTC 2010
>Originator:     
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD 8.0-RELEASE-p2 amd64


	
>Description:
make fails with the following messages.


gmake[2]: Entering directory `/usr/ports/editors/cle/work/cle-0.4/src'
cd .. && automake --gnu src/Makefile
src/Makefile.am: required file `./depcomp' not found
src/Makefile.am:   `automake --add-missing' can install `depcomp'
gmake[2]: *** [Makefile.in] Error 1
gmake[2]: Leaving directory `/usr/ports/editors/cle/work/cle-0.4/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/editors/cle/work/cle-0.4'
gmake: *** [all] Error 2
*** Error code 1

>How-To-Repeat:
	make
>Fix:


diff -ruN cle.old/Makefile cle/Makefile
--- cle.old/Makefile	2010-04-02 20:10:39.000000000 +0900
+++ cle/Makefile	2010-04-02 20:10:12.000000000 +0900
@@ -13,14 +13,12 @@
 MAINTAINER=	timbob@bigpond.com
 COMMENT=	Command Line Editor (based on readline)
 
-GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	aclocal:110 autoconf:262 automake:110
 USE_GMAKE=	yes
+AUTOMAKE_ARGS=	--gnu --add-missing
 
 PLIST_FILES=	bin/cle
 
 MAN1=		cle.1
 
-post-extract:
-	${CHMOD} ug+x ${WRKSRC}/missing
-
 .include <bsd.port.mk>
diff -ruN cle.old/files/patch-configure cle/files/patch-configure
--- cle.old/files/patch-configure	2010-04-02 20:10:39.000000000 +0900
+++ cle/files/patch-configure	1970-01-01 09:00:00.000000000 +0900
@@ -1,11 +0,0 @@
---- configure.orig	Fri Nov 19 01:24:25 1999
-+++ configure	Wed Jul 26 17:02:11 2006
-@@ -1328,7 +1328,7 @@
- 
- 
- 
--(cd readline; configure $prefix $curses) 
-+(cd readline; ./configure --prefix="$prefix" $curses) 
- 
- 
- 
diff -ruN cle.old/files/patch-configure.in cle/files/patch-configure.in
--- cle.old/files/patch-configure.in	1970-01-01 09:00:00.000000000 +0900
+++ cle/files/patch-configure.in	2010-04-02 19:43:59.000000000 +0900
@@ -0,0 +1,14 @@
+--- configure.in.org	2010-04-02 19:42:34.000000000 +0900
++++ configure.in	2010-04-02 19:42:58.000000000 +0900
+@@ -48,8 +48,8 @@
+ 
+ dnl Recursive configuration 
+ 
+-(cd readline; configure $prefix $curses) 
++(cd readline; ./configure --prefix=$prefix $curses) 
+ 
+-AC_SUBST(TERMLIB, TERMLIB)
+-AC_SUBST(VERSION, VERSION)
++AC_SUBST(TERMLIB)
++AC_SUBST(VERSION)
+ AC_OUTPUT(Makefile src/Makefile doc/Makefile etc/cle.spec)

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Apr 2 11:30:18 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145288 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: timbob@bigpond.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/145288: editors/cle make fails
Date: Fri, 2 Apr 2010 11:30:14 UT

 Maintainer of editors/cle,
 
 Please note that PR ports/145288 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145288
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: glarkin 
State-Changed-When: Tue May 4 13:23:23 EDT 2010 
State-Changed-Why:  
Committed after maintainer timeout, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145288 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145288: commit references a PR
Date: Tue,  4 May 2010 17:23:22 +0000 (UTC)

 glarkin     2010-05-04 17:23:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/cle          Makefile 
   Added files:
     editors/cle/files    patch-configure.in 
   Removed files:
     editors/cle/files    patch-configure 
   Log:
   - Fixed build problem (install missing depcomp)
   
   PR:             ports/145288
   Submitted by:   mitsuru@riken.jp
   Approved by:    timbob@bigpond.com (maintainer, implicit, timeout - 1 month)
   
   Revision  Changes    Path
   1.2       +2 -4      ports/editors/cle/Makefile
   1.2       +0 -11     ports/editors/cle/files/patch-configure (dead)
   1.1       +14 -0     ports/editors/cle/files/patch-configure.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
