svn commit: r436917 - head/devel/p5-Parse-Pidl

Timur I. Bakeyev timur at freebsd.org
Sun Mar 26 00:21:31 UTC 2017


It turns out that Pidl from 4.6 breaks compilation of 4.5 and 4.4. So, I'm
going to deprecate this one in favour of bundled version. Libmapi will need
to deal with that somehow, but as it requires samba41/42 now it shouldn't
be a big issue anyhow...

On Sat, Mar 25, 2017 at 9:49 PM, Timur I. Bakeyev <timur at freebsd.org> wrote:

> Author: timur
> Date: Sat Mar 25 20:49:00 2017
> New Revision: 436917
> URL: https://svnweb.freebsd.org/changeset/ports/436917
>
> Log:
>   Use most recent version of the Pidl code by default, as build cluster
> doesn't set /etc/make.conf
>
> Modified:
>   head/devel/p5-Parse-Pidl/Makefile
>
> Modified: head/devel/p5-Parse-Pidl/Makefile
> ============================================================
> ==================
> --- head/devel/p5-Parse-Pidl/Makefile   Sat Mar 25 20:46:10 2017
> (r436916)
> +++ head/devel/p5-Parse-Pidl/Makefile   Sat Mar 25 20:49:00 2017
> (r436917)
> @@ -17,7 +17,7 @@ RUN_DEPENDS:=         ${BUILD_DEPENDS}
>
>  CONFLICTS=
>
> -SAMBA4_PORT?=          net/samba44
> +SAMBA4_PORT?=          net/samba46
>  SAMBA4_SUBPORT=                yes
>
>  MASTERDIR=             ${.CURDIR}/../../${SAMBA4_PORT}
>
>


More information about the svn-ports-all mailing list