Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2007 10:35:30 +0400
From:      "Andrew Pantyukhin" <sat@FreeBSD.org>
To:        "Cheng-Lung Sung" <clsung@freebsd.org>, cvs-all@freebsd.org,  cvs-ports@freebsd.org, ports-committers@freebsd.org,  "Gea-Suan Lin" <gslin@gslin.org>
Subject:   Re: cvs commit: ports/security Makefile ports/security/php-Auth_OpenID Makefile distinfo pkg-descr pkg-plist
Message-ID:  <cb5206420706132335r4991c8b0wbd9808ac76d88b5b@mail.gmail.com>
In-Reply-To: <20070614024146.C164C16A57F@hub.freebsd.org>
References:  <200706140241.l5E2ffFf081480@repoman.freebsd.org> <20070614024146.C164C16A57F@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/14/07, Cheng-Lung Sung <clsung@freebsd.org> wrote:
> clsung      2007-06-14 02:41:41 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     security             Makefile
>   Added files:
>     security/php-Auth_OpenID Makefile distinfo pkg-descr pkg-plist
>   Log:
>   Add php-Auth_OpenID 1.2.2, PHP OpenID library.
>
>   PR:             ports/112079
>   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
>
>   Revision  Changes    Path
>   1.891     +1 -0      ports/security/Makefile
>   1.1       +58 -0     ports/security/php-Auth_OpenID/Makefile (new)
>   1.1       +3 -0      ports/security/php-Auth_OpenID/distinfo (new)
>   1.1       +5 -0      ports/security/php-Auth_OpenID/pkg-descr (new)
>   1.1       +62 -0     ports/security/php-Auth_OpenID/pkg-plist (new)

> +RUN_DEPENDS=   pear:${PORTSDIR}/devel/pear
> +BUILD_DEPENDS= ${RUN_DEPENDS}

I think I pointed out many times that this latter
definition should be done with :=, or else bdeps
will end up gulping whatever rdeps gets throughout
the rest of the port and infrastructure.

> +@dirrmtry share/pear/Services/Yadis
> +@dirrmtry share/pear/Services
> +@dirrmtry share/pear/Auth/OpenID
> +@dirrmtry share/pear/Auth
> +@dirrmtry share/pear
> +@dirrmtry %%EXAMPLESDIR%%/server/lib/render
> +@dirrmtry %%EXAMPLESDIR%%/server/lib
> +@dirrmtry %%EXAMPLESDIR%%/server
> +@dirrmtry %%EXAMPLESDIR%%/consumer
> +@dirrmtry %%EXAMPLESDIR%%

I assume the pear dirs were dirrmtried with expectation
of other (newer) pear ports installing in the same
location. But why examplesdir? It's completely port-
specific.



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