Date: Sun, 26 Mar 2017 01:21:09 +0100 From: "Timur I. Bakeyev" <timur@freebsd.org> To: "ports-committers@freebsd.org" <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>, svn-ports-head <svn-ports-head@freebsd.org> Subject: Re: svn commit: r436917 - head/devel/p5-Parse-Pidl Message-ID: <CALdFvJEEoTvkTUsrcXKy7pYF6tVmYNirXO5qoSRj6x3XTqb9Wg@mail.gmail.com> In-Reply-To: <201703252049.v2PKn0od078222@repo.freebsd.org> References: <201703252049.v2PKn0od078222@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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} > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALdFvJEEoTvkTUsrcXKy7pYF6tVmYNirXO5qoSRj6x3XTqb9Wg>