From nobody@FreeBSD.org  Thu Nov 15 05:56:20 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1E2DE16A41A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 15 Nov 2007 05:56:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 10A4A13C46E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 15 Nov 2007 05:56:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lAF5tlw4073433
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 15 Nov 2007 05:55:47 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lAF5tlaD073432;
	Thu, 15 Nov 2007 05:55:47 GMT
	(envelope-from nobody)
Message-Id: <200711150555.lAF5tlaD073432@www.freebsd.org>
Date: Thu, 15 Nov 2007 05:55:47 GMT
From: Pavel Motyrev <legioner.r@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Non-correct install man for sshguard-ipfw
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mij@bitchx.it

>Number:         118065
>Category:       ports
>Synopsis:       Non-correct install man for security/sshguard-ipfw
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 15 06:00:04 UTC 2007
>Closed-Date:    Fri Jan 04 20:35:31 UTC 2008
>Last-Modified:  Fri Jan  4 20:40:00 UTC 2008
>Originator:     Pavel Motyrev
>Release:        6.2
>Organization:
>Environment:
FreeBSD h50n64.campus.nsu.ru 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #2: Thu Oct 25 11:06:09 NOVST 2007     legioner@h50n64.campus.nsu.ru:/usr/obj/usr/src/sys/FIREKERNEL  amd64
>Description:
Man pages install in /usr/local/share/man/man8/ instead /usr/local/man/man8/
>How-To-Repeat:
# cd /usr/ports/security/sshguard-ipfw && make install clean
<----skipped----->
Making install in man
/usr/local/bin/bash ../mkinstalldirs /usr/local/share/man/man8
 /usr/bin/install -c -m 644 ./sshguard.8 /usr/local/share/man/man8/sshguard.8
<----skipped----->
===>   Compressing manual pages for sshguard-ipfw-1.0_1
/usr/local/man/man8/sshguard.8: No such file or directory
===>   Registering installation for sshguard-ipfw-1.0_1

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Nov 15 07:29:34 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118065 

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--
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Fri Jan 4 20:35:16 UTC 2008 
State-Changed-Why:  
The patch to fix the problem was committed, thanks for reporting. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118065 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118065: commit references a PR
Date: Fri,  4 Jan 2008 20:35:14 +0000 (UTC)

 arved       2008-01-04 20:35:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/sshguard    Makefile 
   Log:
   Prevent the port from running automake if it is installed
   
   PR:             118065
   Submitted by:   Mij <mij@bitchx.it>
   
   Revision  Changes    Path
   1.7       +1 -0      ports/security/sshguard/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
