From amdmi3@amdmi3.ru  Wed Jun 10 12:09:53 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 878D310656A5
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jun 2009 12:09:53 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 4551B8FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jun 2009 12:09:53 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1MEMcs-0004C0-Eb; Wed, 10 Jun 2009 16:09:54 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id BD711B86E;
	Wed, 10 Jun 2009 16:09:45 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id B1D8B108840; Wed, 10 Jun 2009 16:09:45 +0400 (MSD)
Message-Id: <20090610120945.B1D8B108840@hades.panopticon>
Date: Wed, 10 Jun 2009 16:09:45 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: cjh@FreeBSD.org
Subject: [PATCH] korean/ko-hanterm: fix for NOPORTDOCS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         135441
>Category:       ports
>Synopsis:       [PATCH] korean/ko-hanterm: fix for NOPORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cjh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 10 12:10:01 UTC 2009
>Closed-Date:    Tue Jul 07 00:30:58 UTC 2009
>Last-Modified:  Tue Jul  7 00:40:01 UTC 2009
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun  1 22:13:51 MSD
>Description:
The port creates DOCSDIR even if NOPORTDOCS is set, and in that case it's not removed on deinstall. Fix that and also use DOCSDIR.

Reported by:	QAT

Port maintainer (cjh@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ko-hanterm-3.1.6_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/korean/hanterm/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile	9 Jun 2009 15:33:12 -0000	1.29
+++ Makefile	10 Jun 2009 12:06:29 -0000
@@ -27,10 +27,10 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \
 		${PREFIX}/lib/X11/app-defaults/Hanterm
-	${MKDIR} ${PREFIX}/share/doc/hanterm
 .if !defined(NOPORTDOCS)
-	${INSTALL_DATA} ${WRKSRC}/doc/devel/hanterm.html ${PREFIX}/share/doc/hanterm/
-	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/hanterm/
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/devel/hanterm.html ${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>
--- ko-hanterm-3.1.6_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->cjh 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 10 12:10:23 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135441 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Tue Jul 7 00:30:56 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135441: commit references a PR
Date: Tue,  7 Jul 2009 00:31:46 +0000 (UTC)

 amdmi3      2009-07-07 00:30:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     korean/hanterm       Makefile 
   Log:
   - Don't create DOCSDIR if NOPORTDOCS in set (that is, fix install with NOPORTDOCS)
   - Use DOCSDIR in the Makefile
   
   PR:             135441
   Submitted by:   myself
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.30      +3 -3      ports/korean/hanterm/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:
