Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2007 15:00:11 GMT
From:      Mij <mij@bitchx.it>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/118065: Non-correct install man for security/sshguard-ipfw
Message-ID:  <200711181500.lAIF0B6e079783@freefall.freebsd.org>

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

From: Mij <mij@bitchx.it>
To: bug-followup@FreeBSD.org,
 Pavel Motyrev <legioner.r@gmail.com>
Cc:  
Subject: Re: ports/118065: Non-correct install man for security/sshguard-ipfw
Date: Sun, 18 Nov 2007 15:38:54 +0100

 --Apple-Mail-2-193685996
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 this patch should fix the problem, which is similar to automake problem
 "Disable use of automake if found, this breaks the build"
 
 
 --Apple-Mail-2-193685996
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	x-unix-mode=0644;
 	name=sshguard-patch.txt
 Content-Disposition: attachment;
 	filename=sshguard-patch.txt
 
 --- Makefile.old	2007-11-18 16:34:52.000000000 +0100
 +++ Makefile	2007-11-18 16:34:47.000000000 +0100
 @@ -22,6 +22,7 @@
  MAN8=		sshguard.8
  MANCOMPRESSED=	no
  USE_BZIP2=	yes
 +MAKE_ARGS+=     ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
  HAS_CONFIGURE=	yes
  
  # sublist will be set afterward
 
 --Apple-Mail-2-193685996--



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