svn commit: r443389 - in head/audio/shairport: . files

Alexey Dokuchaev danfe at FreeBSD.org
Sun Jun 11 13:54:25 UTC 2017


On Sun, Jun 11, 2017 at 01:46:41PM +0000, Wen Heping wrote:
> New Revision: 443389
> URL: https://svnweb.freebsd.org/changeset/ports/443389
> 
> Log:
>   - Update to 1.1.1
>   
>   PR:		194153
>   Submitted by:	swills@
>   Approved by:	maintainer(timeout, > 2 years)

It would be nice to provide more elaborate commit message.

> ...
> -RUN_DEPENDS=	p5-MIME-Base64>=0:converters/p5-MIME-Base64 \
> -		p5-Getopt-Long>=0:devel/p5-Getopt-Long \
> -		p5-URI>=0:net/p5-URI \
> -		p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \
> -		p5-Digest-MD5>=0:security/p5-Digest-MD5 \
> -		p5-HTTP-Message>=0:www/p5-HTTP-Message \
> -		avahi-publish-service:net/avahi-app
> +RUN_DEPENDS=	avahi-publish-service:net/avahi-app

So why those p5-* deps are no longer needed?

> +do-configure:
> +	cd ${WRKSRC} ; ./configure

What's wrong with our default configure target?

> +	cd ${WRKSRC} ; ${GMAKE} PREFIX=${STAGEDIR}${PREFIX} install

I believe MAKE_CMD should've been used here instead; also ``-C ${WRKSRC}''
would've saved you the trouble of explicit chdir.  Then again: what was
wrong with our default install target which essentially does the same?

./danfe


More information about the svn-ports-all mailing list