svn commit: r352081 - head/audio/shout-idjc
Gerald Pfeifer
gerald at pfeifer.com
Sat Apr 26 16:44:44 UTC 2014
On Fri, 25 Apr 2014, Sean Bruno wrote:
> Log:
> Apply patch from tijl@ to resolve a lot of issues with the port:
> - HAS_CONFIGURE -> GNU_CONFIGURE
> - USES=libtool.
> - DOCS option.
> - Remove GCC requirement. (In audio/idjc it is replaced with USES=compiler:nestedfct)
>
> Submitted by: tilj@
Thanks (also to Tijl)!
> DISTNAME= ${PORTNAME}-${PORTVERSION}
You can omit this, since this is the default definition of DISTNAME.
> Modified: head/audio/shout-idjc/pkg-plist
:
> +lib/libshout-idjc.so.3.2.0
I thought we are not supposed to have .so files with minor versions
numbers in FreeBSD? That's why I always remove them for my ports
instead of installing/adding them to pkg-plist.
Gerald
More information about the svn-ports-all
mailing list