From owner-freebsd-ports Fri Apr 12 3:10:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id 94AF937B416 for ; Fri, 12 Apr 2002 03:10:37 -0700 (PDT) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.11.6/8.11.1) with ESMTP id g3CAAQh27752; Fri, 12 Apr 2002 12:10:26 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.11.6/8.11.1) id g3CABwt30095; Fri, 12 Apr 2002 12:11:58 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: "R. Lahaye" Cc: Neil Blakey-Milner , ports@FreeBSD.ORG Subject: Re: FreeBSD Port: opendx-4.1.3_1 References: <3CB3B695.E71D4E73@users.sourceforge.net> <20020410132338.GB47576@mithrandr.moria.org> <3CB43F85.E249FA7E@users.sourceforge.net> From: Thomas Gellekum In-Reply-To: "R. Lahaye"'s message of "Wed, 10 Apr 2002 22:35:01 +0900" Date: 12 Apr 2002 12:11:57 +0200 Message-ID: Lines: 25 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-=-= "R. Lahaye" writes: > Neil Blakey-Milner wrote: > > > > Yes, it is. I had to remove autoconf and automake to make it build. > > I've just retested with the latest autoconf and automake, reinstalled > > from scratch, and it dies with the error above, full with warnings: > > [...] > > I have on my FreeBSD 4.5 system: > > autoconf-2.52_2 Automatically configure source code on many Un*x platforms > autoconf213-2.13.000227_1 Automatically configure source code on many Un*x platforms > automake-1.5,1 GNU Standards-compliant Makefile generator After reading the CVS logs for the makefile I don't know why the port builds when there's no autoconf or automake to be found, but anyway: I've appended a patch that puts back USE_AUTOMAKE=yes. This works for me (I've upgraded my auto{conf,make} ports in the meantime). tg --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=opendx-port.diff Index: Makefile =================================================================== RCS file: /usr/cvs/ports/graphics/opendx/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 6 Jan 2002 06:20:19 -0000 1.20 +++ Makefile 11 Apr 2002 14:31:34 -0000 @@ -20,12 +20,14 @@ netcdf.1:${PORTSDIR}/math/netcdf \ tiff.4:${PORTSDIR}/graphics/tiff +USE_AUTOMAKE= yes USE_BISON= yes USE_GMAKE= yes USE_MESA= yes USE_MOTIF= yes USE_NEWGCC= yes USE_XLIB= yes +AUTOMAKE_ARGS= -a -i GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-magick CONFIGURE_ENV= ARCH="" \ @@ -38,6 +40,9 @@ post-patch: @${RM} -f ${WRKSRC}/include/stamp-h.in + +#pre-configure: +# @cd ${WRKSRC} && ${ACLOCAL} && ${SETENV} ${CONFIGURE_ENV} ${AUTOHEADER} post-configure: ${PERL} -pi -e "s;flex ;flex -l ;g" ${WRKSRC}/src/uipp/dxuilib/Makefile --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message