ports/57188: [update] security/dropbear: Update to 0.37

Clement Laforet sheepkiller at cultdeadsheep.org
Thu Sep 25 10:10:26 UTC 2003


The following reply was made to PR ports/57188; it has been noted by GNATS.

From: Clement Laforet <sheepkiller at cultdeadsheep.org>
To: Kirill Ponomarew <krion at FreeBSD.org>
Cc: FreeBSD-gnats-submit at 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}



More information about the freebsd-ports-bugs mailing list