Skip site navigation (1)Skip section navigation (2)
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:   ports/36864: Unbreak: japanese/ndtpd
Message-ID:  <20020408.124508.25480346.takamune@vrl.mei.co.jp>

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

>Number:         36864
>Category:       ports
>Synopsis:       Unbreak: japanese/ndtpd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 20:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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