From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 7 17:50:16 2012 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 4B2B3106564A for ; Thu, 7 Jun 2012 17:50:16 +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 35D8C8FC18 for ; Thu, 7 Jun 2012 17:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q57HoGmn032322 for ; Thu, 7 Jun 2012 17:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q57HoGqd032321; Thu, 7 Jun 2012 17:50:16 GMT (envelope-from gnats) Date: Thu, 7 Jun 2012 17:50:16 GMT Message-Id: <201206071750.q57HoGqd032321@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Timothy Beyer Cc: Subject: Re: ports/166899: update port: audio/libmp3splt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Timothy Beyer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 17:50:16 -0000 The following reply was made to PR ports/166899; it has been noted by GNATS. From: Timothy Beyer To: Anton Yuzhaninov Cc: bug-followup@FreeBSD.org, beyert@cs.ucr.edu Subject: Re: ports/166899: update port: audio/libmp3splt Date: Thu, 07 Jun 2012 10:49:58 -0700 At Thu, 07 Jun 2012 17:36:21 +0400, Anton Yuzhaninov wrote: > > I think generation of doxygen docs should not be enabled in this port. Any way > it should be not enabled by default, as in proposed patch. > > Doxygen doc for libmp3splt is not useful for most freebsd users, who install > this port. Doxygen docs is interesting only for mp3splt and mp3splt-gtk > developers, who unlikely use freebsd port, but probobly build libmp3splt from > svn trank/branches by hands. > > As maintainer I don't approve suggested patch. > > -- > Anton Yuzhaninov > Hi Anton, I agree with you, (and I find it odd that libmp3splt has the docs enabled by default) however, I think it is installing the doxygen docs anyway, they simply are not in the pkg-plist. (for example, on my machine, /usr/local/share/doc/mp3splt-gtk/doxygen/ is populated). I'd recommending adding --disable-doxygen-doc to CONFIGURE_ARGS if that is your desired configuration, since otherwise I think they are being included anyway. Either way, this PR should be closed, since my subsequent PR for the following version was already approved and applied. (eg. see http://www.freebsd.org/cgi/query-pr.cgi?pr=168184) Regards, Tim