Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2003 03:10:25 -0700 (PDT)
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/57188: [update] security/dropbear: Update to 0.37
Message-ID:  <200309251010.h8PAAPbi045838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/57188; it has been noted by GNATS.

From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: Kirill Ponomarew <krion@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/57188: [update] security/dropbear: Update to 0.37
Date: Thu, 25 Sep 2003 12:04:00 +0200

 Fix on -STABLE.
 In all case, remove typedef int socklen_t since configure failed to detect it under -STABLE.
 
 Pointed out by: krion.
 
 --- Makefile.orig	Thu Sep 25 11:57:07 2003
 +++ Makefile	Thu Sep 25 11:52:22 2003
 @@ -26,6 +26,7 @@
  post-configure:
  	@${REINPLACE_CMD} -e "s,/etc/,${PREFIX}/etc/,g" ${WRKSRC}/options.h
  	@${REINPLACE_CMD} -e "s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h
 +	@${REINPLACE_CMD} -e "s,^typedef int socklen_t,//typedef int socklen_t," ${WRKSRC}/includes.h
  
  do-install:
  .for bin in ${BIN}



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