From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 15 08:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 070E5106566C for ; Wed, 15 Apr 2009 08:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B89ED8FC21 for ; Wed, 15 Apr 2009 08:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3F8A17j005734 for ; Wed, 15 Apr 2009 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3F8A17c005733; Wed, 15 Apr 2009 08:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 15 Apr 2009 08:10:01 GMT Resent-Message-Id: <200904150810.n3F8A17c005733@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bapt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B8C0106566B for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/133745: [Patch] fix net/mpd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bapt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 08:10:02 -0000 >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 --- patch-Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: