Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2011 18:07:14 GMT
From:      Barbara <barbara.xxx1975@libero.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156580: audio/vorbis-tools: optionally get rid of libkate dependency
Message-ID:  <201104221807.p3MI7EG5016259@red.freebsd.org>
Resent-Message-ID: <201104221810.p3MIA8Hx040979@freefall.freebsd.org>

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

>Number:         156580
>Category:       ports
>Synopsis:       audio/vorbis-tools: optionally get rid of libkate dependency
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 22 18:10:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Barbara
>Release:        RELENG_8
>Organization:
>Environment:
FreeBSD satanasso.local.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 16 13:53:23 CEST 2011     root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO  i386

>Description:
I added an option to get rid of libkate dependency (if someone want to).

I've done that after filing pr 155280 and getting no response after a month and a half. I've also wrote to the maintainer with the same result.

BTW:
1) there is a new version of libkate since Aug. 2010
2) searching in the pr db, I've found that there is another pr against libkate dated 2009-02-24 which has been closed after a maintainer timeout
Is the maintainer MIA?

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

10c10
< PORTREVISION=	1
---
> PORTREVISION=	2
21d20
< 		kate.3:${PORTSDIR}/multimedia/libkate \
31a31,35
> .if !defined(WITHOUT_LIBKATE)
> LIB_DEPENDS+=	kate.3:${PORTSDIR}/multimedia/libkate
> CONFIGURE_ARGS+=	--without-kate
> .endif
> 


>Release-Note:
>Audit-Trail:
>Unformatted:



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