Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 13:35:22 -0800
From:      Doug Barton <DougB@yahoo-inc.com>
To:        sobomax@freebsd.org, ports@freebsd.org, ve@sci.fi
Subject:   fetchmail port broken on releng_3
Message-ID:  <3ABA701A.726DFA85@yahoo-inc.com>

next in thread | raw e-mail | index | archive | help
	I get the following breakage on a 3-Stable system from 2/5/2001 when
building the latest fetchmail port. 


cc -DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/local/share/locale\" -c  -I. -I.
-I../intl -I./intl  -I/usr/local/include -O -pipe ipv6-connect.c
ipv6-connect.c: In function `sa_len':
ipv6-connect.c:36: sizeof applied to an incomplete type
gmake: *** [ipv6-connect.o] Error 1
*** Error code 2

Stop.

Also, it seems to me that the following:

.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+=--enable-inet6
.endif

.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
CONFIGURE_ARGS+=--with-ssl=/usr
.elif exists(${LOCALBASE}/lib/libssl.a) &&
exists(${LOCALBASE}/lib/libcrypto.a)
CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl
--with-ssl=${LOCALBA
SE}
.endif


is more correct than what is in there currently, but I could be mistaken as
to what you're trying to accomplish.

Doug
-- 
     Any sufficiently advanced technology is indistinguishable from magic.
		     -- Arthur C. Clarke

       Do YOU Yahoo!?

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?3ABA701A.726DFA85>