Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 09:20:34 +0100
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r341801 - head/games/adgali
Message-ID:  <20140130082033.GE54904@ithaqua.etoilebsd.net>
In-Reply-To: <201401300504.s0U54Ai7041046@svn.freebsd.org>
References:  <201401300504.s0U54Ai7041046@svn.freebsd.org>

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

--a+b56+3nqLzpiR9O
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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/
>=20
> 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.
>=20
> Modified:
>   head/games/adgali/Makefile
>=20
> Modified: head/games/adgali/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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@FreeBSD.org>
>  # $FreeBSD$
> =20
>  PORTNAME=3D	adgali
> @@ -8,39 +8,33 @@ CATEGORIES=3D	games devel
>  MASTER_SITES=3D	http://adgali.apiou.org/download/
> =20
>  MAINTAINER=3D	gahr@FreeBSD.org
> -COMMENT=3D	An open source game library useful for 2D game development
> +COMMENT=3D	Open source game library useful for 2D game development
> =20
>  LICENSE=3D	GPLv2
> =20
> -LIB_DEPENDS=3D	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=3D	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+=3D	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
> +.endif
> =20
This is not needed LIB_DEPENDS=3D	libexecinfo.so:${PORTSDIR}/devel/libexeci=
nfo
will already do the right job here. aka it will find libexecinfo in base and
thus not depends on devel/libexecinfo.

regards,
Bapt

--a+b56+3nqLzpiR9O
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (FreeBSD)

iEYEARECAAYFAlLqC1EACgkQ8kTtMUmk6Ey2HwCgmt9p6EnQNQu3V4qzHRnLArip
/IMAn3yRLBiAR7YsYoxztfeAuecs2erB
=gphE
-----END PGP SIGNATURE-----

--a+b56+3nqLzpiR9O--



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