Skip site navigation (1)Skip section navigation (2)
Date:      12 Apr 2002 12:11:57 +0200
From:      Thomas Gellekum <tg@melaten.rwth-aachen.de>
To:        "R. Lahaye" <lahaye@users.sourceforge.net>
Cc:        Neil Blakey-Milner <nbm@mithrandr.moria.org>, ports@FreeBSD.ORG
Subject:   Re: FreeBSD Port: opendx-4.1.3_1
Message-ID:  <kqg021usya.fsf@cip12.melaten.rwth-aachen.de>
In-Reply-To: "R. Lahaye"'s message of "Wed, 10 Apr 2002 22:35:01 %2B0900"
References:  <3CB3B695.E71D4E73@users.sourceforge.net> <kq3cy3sth4.fsf@cip12.melaten.rwth-aachen.de> <20020410132338.GB47576@mithrandr.moria.org> <3CB43F85.E249FA7E@users.sourceforge.net>

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

"R. Lahaye" <lahaye@users.sourceforge.net> 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




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