Index: siege/Makefile =================================================================== RCS file: /WORK/CHROOT/home/ncvs/ports/benchmarks/siege/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- siege/Makefile 21 May 2004 22:52:26 -0000 1.18 +++ siege/Makefile 13 Sep 2004 17:06:20 -0000 @@ -7,6 +7,7 @@ PORTNAME= siege PORTVERSION= 2.59 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= ftp://sid.joedog.org/pub/siege/ Index: siege/files/patch-src::sock.c =================================================================== RCS file: siege/files/patch-src::sock.c diff -N siege/files/patch-src::sock.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ siege/files/patch-src::sock.c 13 Sep 2004 17:05:00 -0000 @@ -0,0 +1,12 @@ +--- src/sock.c.ORIG Sun Aug 29 13:39:37 2004 ++++ src/sock.c Sun Aug 29 13:38:01 2004 +@@ -132,7 +132,7 @@ + if((gethostbyname_r( hn, &hent, hbf, sizeof(hbf), &hp, &herrno ) < 0)){ + hp = NULL; + } +-#elif defined(sun) ++#elif defined(sun) || defined(__FreeBSD__) + # ifdef HAVE_GETIPNODEBYNAME + hp = getipnodebyname( hn, AF_INET, 0, &herrno ); + # else /* default use gethostbyname_r*/ +