From nobody@FreeBSD.org  Fri Jun  6 12:18:16 2008
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 B9B06106567B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  6 Jun 2008 12:18:16 +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 9FF638FC22
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  6 Jun 2008 12:18:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m56CIGcN058938
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 6 Jun 2008 12:18:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m56CIGBg058937;
	Fri, 6 Jun 2008 12:18:16 GMT
	(envelope-from nobody)
Message-Id: <200806061218.m56CIGBg058937@www.freebsd.org>
Date: Fri, 6 Jun 2008 12:18:16 GMT
From: "Scot W. Hetzel" <swhetzel@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/php5-chartdirector: NOPORTDOCS fix
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124350
>Category:       ports
>Synopsis:       graphics/php5-chartdirector: NOPORTDOCS fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 06 12:20:01 UTC 2008
>Closed-Date:    Sun Jun 08 15:08:41 UTC 2008
>Last-Modified:  Sun Jun  8 15:10:02 UTC 2008
>Originator:     Scot W. Hetzel
>Release:        FreeBSD 8.0-CURRENT
>Organization:
>Environment:
>Description:
php*-chartdirector when NOPORTDOCS is defined it still installs the LICENSE* and README* files in the DOCSDIR.
>How-To-Repeat:
install the port with NOPORTDOCS installed
>Fix:
apply attached patch

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/php5-chartdirector/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	17 Sep 2007 11:10:07 -0000	1.2
+++ Makefile	5 Jun 2008 10:45:15 -0000
@@ -66,10 +66,10 @@
 	@${MKDIR} ${PREFIX}/etc/php
 	@${ECHO_CMD} extension=${PHP_CHARTDIR_DLL} \
 		>> ${PREFIX}/etc/php/extensions.ini
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${DOCSDIR}
 	@${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR}
-.if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}/cdphpdoc
 	@${MKDIR} ${DOCSDIR}/cdphpdoc/images
 	@${INSTALL_DATA} ${WRKSRC}/doc/cdphp.htm ${DOCSDIR}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Fri Jun 6 12:36:30 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124350 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Jun 8 15:08:40 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124350: commit references a PR
Date: Sun,  8 Jun 2008 15:08:29 +0000 (UTC)

 itetcu      2008-06-08 15:08:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/php5-chartdirector Makefile 
   Log:
   - fix plist with NOPORTDOCS defined
   - bump PORTREVISION
   
   PR:             ports/124350
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.3       +2 -1      ports/graphics/php5-chartdirector/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:
