Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2009 10:09:45 +0200 (CEST)
From:      Bapt <baptiste.daroussin@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133745: [Patch] fix net/mpd
Message-ID:  <20090415080945.9FD05F191F@wicklow.lan>
Resent-Message-ID: <200904150810.n3F8A17c005733@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133745
>Category:       ports
>Synopsis:       [Patch] fix net/mpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 15 08:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090415080945.9FD05F191F>