From takamune@avrl.mei.co.jp  Sun Apr  7 20:45:33 2002
Return-Path: <takamune@avrl.mei.co.jp>
Received: from kings.mei.co.jp (bulls.mei.co.jp [202.224.189.25])
	by hub.freebsd.org (Postfix) with ESMTP id 1308237B404
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Apr 2002 20:45:32 -0700 (PDT)
Received: by kings.mei.co.jp (8.12.2/3.7W/bulls) with ESMTP id g383jN4R010394
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Apr 2002 12:45:23 +0900 (JST)
Received: by mail.jp.panasonic.com (8.11.6/3.7W/dodgers) with ESMTP id g383jNm17167
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Apr 2002 12:45:23 +0900 (JST)
Received: from localhost ([133.181.143.194]) by vega.pcpd.mei.co.jp
          (Netscape Mail Server v2.02) with ESMTP id AAA12878;
          Mon, 8 Apr 2002 12:45:24 +0900
Message-Id: <20020408.124508.25480346.takamune@vrl.mei.co.jp>
Date: Mon, 08 Apr 2002 12:45:08 +0900 (JST)
From: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: takamune@avrl.mei.co.jp
Subject: Unbreak: japanese/ndtpd

>Number:         36864
>Category:       ports
>Synopsis:       Unbreak: japanese/ndtpd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 20:50:01 PDT 2002
>Closed-Date:    Wed Apr 10 03:10:51 PDT 2002
>Last-Modified:  Wed Apr 10 03:10:51 PDT 2002
>Originator:     Kazu TAKAMUNE
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Matsushita Electric Industrial Co., Ltd.
>Environment:

FreeBSD 4.5-STABLE(Fri Apr  5 10:17:21 JST 2002)
ports/Mk/bsd.port.mk,v 1.409 2002/04/04 10:06:00

>Description:

Please apply this patch to unbreak ja-ndtpd-3.1.1 (of which I'm the
maintainer).

Changes:
  o Don't use autoconf-2.53.  NDTPD-3.1.1 does not accept it.
    cf) The 'configure' in the distribution was generated by
	autoconf-2.52.

>How-To-Repeat:

# cd /usr/ports/japanese/ndtpd
# make install

===>  Configuring for ja-ndtpd-3.1.1
cd /usr/ports/japanese/ndtpd/work/ndtpd-3.1.1; autoconf
configure.ac:150: error: do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs. LIBOBJS'
*** Error code 1

>Fix:

diff -x CVS -Nur /usr/ports/japanese/ndtpd/Makefile japanese/ndtpd/Makefile
--- /usr/ports/japanese/ndtpd/Makefile	Mon Apr  1 09:17:01 2002
+++ japanese/ndtpd/Makefile	Sun Apr  7 22:44:11 2002
@@ -16,7 +16,6 @@
 MAINTAINER=	takamune@avrl.mei.co.jp
 
 LIB_DEPENDS=	eb.6:${PORTSDIR}/japanese/eb
-BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
@@ -30,8 +29,6 @@
 RUNDIR=		/var/run
 STARTUP_SCRIPT=	${PORTNAME}.sh.sample
 
-pre-configure:
-	cd ${WRKSRC}; autoconf
 post-build:
 	${SED} "s,@prefix@,${PREFIX},; s,@rundir@,${RUNDIR},"\
 	  ${FILESDIR}/${STARTUP_SCRIPT} > ${WRKDIR}/${STARTUP_SCRIPT}
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: yoichi 
State-Changed-When: Wed Apr 10 03:10:23 PDT 2002 
State-Changed-Why:  
The port fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36864 
>Unformatted:
