From baptiste.daroussin@gmail.com  Wed Apr 15 08:09:48 2009
Return-Path: <baptiste.daroussin@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8B8C0106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Apr 2009 08:09:48 +0000 (UTC)
	(envelope-from baptiste.daroussin@gmail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159])
	by mx1.freebsd.org (Postfix) with ESMTP id 1BE238FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Apr 2009 08:09:47 +0000 (UTC)
	(envelope-from baptiste.daroussin@gmail.com)
Received: by fg-out-1718.google.com with SMTP id 13so771103fge.12
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Apr 2009 01:09:47 -0700 (PDT)
Received: by 10.86.23.20 with SMTP id 20mr3030296fgw.20.1239782987233;
        Wed, 15 Apr 2009 01:09:47 -0700 (PDT)
Received: from wicklow.lan (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89])
        by mx.google.com with ESMTPS id l12sm10076048fgb.6.2009.04.15.01.09.46
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Wed, 15 Apr 2009 01:09:46 -0700 (PDT)
Received: by wicklow.lan (Postfix, from userid 0)
	id 9FD05F191F; Wed, 15 Apr 2009 10:09:45 +0200 (CEST)
Message-Id: <20090415080945.9FD05F191F@wicklow.lan>
Date: Wed, 15 Apr 2009 10:09:45 +0200 (CEST)
From: Bapt <baptiste.daroussin@gmail.com>
Reply-To: Bapt <baptiste.daroussin@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Patch] fix net/mpd
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133745
>Category:       ports
>Synopsis:       [Patch] fix net/mpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 15 08:10:01 UTC 2009
>Closed-Date:    Wed Apr 15 13:56:19 UTC 2009
>Last-Modified:  Wed Apr 15 14:20:07 UTC 2009
>Originator:     Bapt
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD wicklow.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #9: Thu Mar 26 08:18:05 CET 2009 root@wicklow.lan:/usr/obj/usr/src/sys/WICKLOW i386


	
>Description:
This is a fix for the report: http://qat.tecnik93.com/index.php?action=describe_port&id=14984
Makefile doesn't goes in doc subrepository if NOPORTDOCS is set so it didn't install the man page, the makefile in the doc sub-repository already check for NOPORTSDOC in order to prevent install html docs if it is set, so I remove the NOPORTDOCS check in the main Makefile, now it always installs the man page et it keeps respecting the NOPORTDOCS knob.

Please add this patch to the net/mpd/files repository.


>How-To-Repeat:
	
>Fix:

	

--- patch-Makefile begins here ---
--- ./Makefile.orig	2004-05-04 18:12:28.000000000 +0200
+++ ./Makefile	2009-04-15 10:00:46.339896422 +0200
@@ -2,8 +2,6 @@
 
 SUBDIR+=	src
 SUBDIR+=	conf
-.if !defined(NOPORTDOCS)
 SUBDIR+=	doc
-.endif
 
 .include <bsd.subdir.mk>
--- patch-Makefile ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jadawin 
Responsible-Changed-By: jadawin 
Responsible-Changed-When: Wed Apr 15 08:48:15 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133745 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Wed Apr 15 13:56:18 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133745: commit references a PR
Date: Wed, 15 Apr 2009 14:12:09 +0000 (UTC)

 jadawin     2009-04-15 13:55:54 UTC
 
   FreeBSD ports repository
 
   Added files:
     net/mpd/files        patch-Makefile patch-conf::Makefile 
                          patch-src::Makefile 
   Log:
   - Fix NOPORTDOCS ...
   - Fix deprecated NOOBJ and NOMAN (patches sent by private mail)
   
   PR:             ports/133745
   Approved by:    portmgr (pav@)
   
   Revision  Changes    Path
   1.1       +11 -0     ports/net/mpd/files/patch-Makefile (new)
   1.1       +11 -0     ports/net/mpd/files/patch-conf::Makefile (new)
   1.1       +11 -0     ports/net/mpd/files/patch-src::Makefile (new)
 _______________________________________________
 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:
