From darcsis@gmail.com  Fri May  2 05:41:25 2008
Return-Path: <darcsis@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 90B57106567C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 May 2008 05:41:25 +0000 (UTC)
	(envelope-from darcsis@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183])
	by mx1.freebsd.org (Postfix) with ESMTP id 3D4A08FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 May 2008 05:41:24 +0000 (UTC)
	(envelope-from darcsis@gmail.com)
Received: by py-out-1112.google.com with SMTP id u52so2059497pyb.10
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 01 May 2008 22:41:24 -0700 (PDT)
Received: by 10.114.38.2 with SMTP id l2mr2654670wal.69.1209706884001;
        Thu, 01 May 2008 22:41:24 -0700 (PDT)
Received: from gmail.com ( [123.117.32.7])
        by mx.google.com with ESMTPS id f20sm4242458waf.56.2008.05.01.22.41.21
        (version=SSLv3 cipher=OTHER);
        Thu, 01 May 2008 22:41:23 -0700 (PDT)
Received: by gmail.com (sSMTP sendmail emulation); Fri,  2 May 2008 13:41:18 +0800
Message-Id: <481aa983.1420720a.0e01.1061@mx.google.com>
Date: Fri,  2 May 2008 13:41:18 +0800
From: Denise H. G. <darcsis@gmail.com>
Reply-To: Denise H. G. <darcsis@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [deskutils/chmsee]: fix for correct installation of man page
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123320
>Category:       ports
>Synopsis:       [deskutils/chmsee]: fix for correct installation of man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 02 05:50:01 UTC 2008
>Closed-Date:    Sat May 03 08:44:45 UTC 2008
>Last-Modified:  Sat May  3 08:50:02 UTC 2008
>Originator:     Denise H. G.
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD pluton.xbsd.name 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Apr 26 01:11:46 CST 2008 dhg@pluton.xbsd.name:/opt/obj/usr/src/sys/pluton-SMP-ULE amd64


	
>Description:
the Makeifle doesn't handle correctly the man page.
>How-To-Repeat:
	
>Fix:

	

--- chmsee.diff begins here ---
diff -ruN chmsee/Makefile chmsee.new/Makefile
--- chmsee/Makefile	2008-05-02 11:04:12.000000000 +0800
+++ chmsee.new/Makefile	2008-05-02 13:34:42.000000000 +0800
@@ -13,7 +13,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A viewer for Microsoft Help "CHM" files
 
-MAN1=		chmsee
+MAN1=		chmsee.1
+MANCOMPRESSED=	no
 
 LIB_DEPENDS+=	chm.0:${PORTSDIR}/misc/chmlib \
 		gtkhtml-3.14:${PORTSDIR}/www/gtkhtml3
--- chmsee.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sat May 3 08:44:44 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123320: commit references a PR
Date: Sat,  3 May 2008 08:44:39 +0000 (UTC)

 rafan       2008-05-03 08:44:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/chmsee     Makefile 
   Log:
   - Fix build
   
   PR:             ports/123320
   Submitted by:   Denise H. G. <darcsis at gmail.com>
   
   Revision  Changes    Path
   1.12      +2 -1      ports/deskutils/chmsee/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:
