On Wed, 04 Mar 2009 04:28:24 +0200, Giorgos Keramidas <keram...@freebsd.org> 
wrote:
> The lang/python25 port fails to build on CURRENT from:
>
> FreeBSD 8.0-CURRENT #0: Sun Mar  1 09:36:35 EET 2009 
> bu...@kobe:/usr/obj/usr/src/sys/KOBE
>
> Apparently, the `configure.in' script of Python is missing a header file
> in one of the custom check programs, which I could work around by
> patching its `configure.in' script:
>
>   r...@kobe:/usr/ports/lang/python25# more files/patch-configure.in
>   --- configure.in.orig   2009-03-04 04:01:25.000000000 +0200
>   +++ configure.in        2009-03-04 04:00:45.000000000 +0200
>   @@ -2533,6 +2533,7 @@
>    #include <netdb.h>
>    #include <string.h>
>    #include <sys/socket.h>
>   +#include <arpa/inet.h>
>    #include <netinet/in.h>
>
>    main()
>   r...@kobe:/usr/ports/lang/python25#

Nevermind... Sorry for the noise.  Apparently, src/sys/sys/cdefs.h
changes in the last few days cause most of this (and other issues).

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to