Date: Sun, 26 Mar 2017 01:23:38 +0100 From: "Timur I. Bakeyev" <timur@com.bat.ru> To: Antoine Brodin <antoine@freebsd.org> Cc: "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: r436924 - in head: devel devel/p5-Parse-Pidl44 net/samba42 net/samba43 net/samba44 Message-ID: <CALdFvJGjXPr%2BjsH-4r5QQz=_tXAicVOf=z6daRXh6L%2B-kPvKfQ@mail.gmail.com> In-Reply-To: <201703252334.v2PNYbZi047306@repo.freebsd.org> References: <201703252334.v2PNYbZi047306@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I'd rather get rid of standalone version and rely on the bundled one for at least samba45/46. So, this one should be redundant and p5-Parse-Pidl should be defaulted to net/samba44. On Sun, Mar 26, 2017 at 12:34 AM, Antoine Brodin <antoine@freebsd.org> wrote: > Author: antoine > Date: Sat Mar 25 23:34:37 2017 > New Revision: 436924 > URL: https://svnweb.freebsd.org/changeset/ports/436924 > > Log: > Add devel/p5-Parse-Pidl44, based on samba44 sources to allow building > net/samba{42,43,44} > > Added: > head/devel/p5-Parse-Pidl44/ > - copied from r436923, head/devel/p5-Parse-Pidl/ > Modified: > head/devel/Makefile > head/devel/p5-Parse-Pidl44/Makefile > head/net/samba42/Makefile > head/net/samba43/Makefile > head/net/samba44/Makefile > > Modified: head/devel/Makefile > ============================================================ > ================== > --- head/devel/Makefile Sat Mar 25 23:25:25 2017 (r436923) > +++ head/devel/Makefile Sat Mar 25 23:34:37 2017 (r436924) > @@ -3024,6 +3024,7 @@ > SUBDIR += p5-Parse-PMFile > SUBDIR += p5-Parse-PerlConfig > SUBDIR += p5-Parse-Pidl > + SUBDIR += p5-Parse-Pidl44 > SUBDIR += p5-Parse-PlainConfig > SUBDIR += p5-Parse-RecDescent > SUBDIR += p5-Parse-Win32Registry > > Modified: head/devel/p5-Parse-Pidl44/Makefile > ============================================================ > ================== > --- head/devel/p5-Parse-Pidl/Makefile Sat Mar 25 23:25:25 2017 > (r436923) > +++ head/devel/p5-Parse-Pidl44/Makefile Sat Mar 25 23:34:37 2017 > (r436924) > @@ -6,7 +6,7 @@ PORTREVISION= 0 > PORTEPOCH= 0 > CATEGORIES= devel perl5 > PKGNAMEPREFIX= p5- > -PKGNAMESUFFIX= > +PKGNAMESUFFIX= 44 > > COMMENT= IDL compiler written in Perl > > @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} > > CONFLICTS= > > -SAMBA4_PORT?= net/samba46 > +SAMBA4_PORT= net/samba44 > SAMBA4_SUBPORT= yes > > MASTERDIR= ${.CURDIR}/../../${SAMBA4_PORT} > > Modified: head/net/samba42/Makefile > ============================================================ > ================== > --- head/net/samba42/Makefile Sat Mar 25 23:25:25 2017 (r436923) > +++ head/net/samba42/Makefile Sat Mar 25 23:34:37 2017 (r436924) > @@ -84,7 +84,7 @@ BUILD_DEPENDS+= libarchive>=3.1.2:archi > RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive > # External Samba dependencies > # IDL compiler > -BUILD_DEPENDS+= p5-Parse-Pidl>=4.0.0:devel/p5-Parse-Pidl > +BUILD_DEPENDS+= p5-Parse-Pidl44>=4.0.0:devel/ > p5-Parse-Pidl44 > # > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX} > dnspython>=1.9.4:dns/py-dnspython > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py- > dnspython > > Modified: head/net/samba43/Makefile > ============================================================ > ================== > --- head/net/samba43/Makefile Sat Mar 25 23:25:25 2017 (r436923) > +++ head/net/samba43/Makefile Sat Mar 25 23:34:37 2017 (r436924) > @@ -84,7 +84,7 @@ BUILD_DEPENDS+= libarchive>=3.1.2:archi > RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive > # External Samba dependencies > # IDL compiler > -BUILD_DEPENDS+= p5-Parse-Pidl>=4.3.1:devel/p5-Parse-Pidl > +BUILD_DEPENDS+= p5-Parse-Pidl44>=4.3.1:devel/ > p5-Parse-Pidl44 > # > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX} > dnspython>=1.9.4:dns/py-dnspython > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py- > dnspython > > Modified: head/net/samba44/Makefile > ============================================================ > ================== > --- head/net/samba44/Makefile Sat Mar 25 23:25:25 2017 (r436923) > +++ head/net/samba44/Makefile Sat Mar 25 23:34:37 2017 (r436924) > @@ -85,7 +85,7 @@ BUILD_DEPENDS+= libarchive>=3.1.2:archi > RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive > # External Samba dependencies > # IDL compiler > -BUILD_DEPENDS+= p5-Parse-Pidl>=4.3.1:devel/p5-Parse-Pidl > +BUILD_DEPENDS+= p5-Parse-Pidl44>=4.3.1:devel/ > p5-Parse-Pidl44 > # External Python modules > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX} > dnspython>=1.9.4:dns/py-dnspython > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py- > dnspython > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALdFvJGjXPr%2BjsH-4r5QQz=_tXAicVOf=z6daRXh6L%2B-kPvKfQ>