svn commit: r341801 - head/games/adgali

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 30 08:20:40 UTC 2014


On Thu, Jan 30, 2014 at 05:04:10AM +0000, Alexey Dokuchaev wrote:
> Author: danfe
> Date: Thu Jan 30 05:04:10 2014
> New Revision: 341801
> URL: http://svnweb.freebsd.org/changeset/ports/341801
> QAT: https://qat.redports.org/buildarchive/r341801/
> 
> Log:
>   - Stagify, drop indefinite article from COMMENT, modernize LID_DEPENDS syntax
>   - Remove the check for a long-time unsupported "alpha" architecture
>   - Check if libexecinfo.so is available in the base; convert USE_GMAKE, etc.
> 
> Modified:
>   head/games/adgali/Makefile
> 
> Modified: head/games/adgali/Makefile
> ==============================================================================
> --- head/games/adgali/Makefile	Thu Jan 30 03:34:12 2014	(r341800)
> +++ head/games/adgali/Makefile	Thu Jan 30 05:04:10 2014	(r341801)
> @@ -1,4 +1,4 @@
> -# Created by: ijliao
> +# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
>  # $FreeBSD$
>  
>  PORTNAME=	adgali
> @@ -8,39 +8,33 @@ CATEGORIES=	games devel
>  MASTER_SITES=	http://adgali.apiou.org/download/
>  
>  MAINTAINER=	gahr at FreeBSD.org
> -COMMENT=	An open source game library useful for 2D game development
> +COMMENT=	Open source game library useful for 2D game development
>  
>  LICENSE=	GPLv2
>  
> -LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
> -		png15:${PORTSDIR}/graphics/png \
> -		tiff.4:${PORTSDIR}/graphics/tiff \
> -		freetype.9:${PORTSDIR}/print/freetype2 \
> -		execinfo.1:${PORTSDIR}/devel/libexecinfo
> +LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
> +		libpng15.so:${PORTSDIR}/graphics/png \
> +		libtiff.so:${PORTSDIR}/graphics/tiff \
> +		libfreetype.so:${PORTSDIR}/print/freetype2
> +.if !exists(/usr/include/execinfo.h)
> +LIB_DEPENDS+=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
> +.endif
>  
This is not needed LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
will already do the right job here. aka it will find libexecinfo in base and
thus not depends on devel/libexecinfo.

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140130/bae73b40/attachment.sig>


More information about the svn-ports-all mailing list