Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jun 2019 21:16:02 -0700
From:      Cy Schubert <Cy.Schubert@cschubert.com>
To:        "Timur I. Bakeyev" <timur@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r503341 - in head/net: samba46 samba47
Message-ID:  <201906030416.x534G2T2005285@slippy.cwsent.com>
In-Reply-To: Message from "Timur I. Bakeyev" <timur@FreeBSD.org> of "Mon, 03 Jun 2019 02:40:55 -0000." <201906030240.x532et39064397@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <201906030240.x532et39064397@repo.freebsd.org>, "Timur I. 
Bakeyev" w
rites:
> Author: timur
> Date: Mon Jun  3 02:40:54 2019
> New Revision: 503341
> URL: https://svnweb.freebsd.org/changeset/ports/503341
>
> Log:
>   Fix QA error and set expiration date.
>   
>   PR:		238143
>
> Modified:
>   head/net/samba46/Makefile
>   head/net/samba47/Makefile
>
> Modified: head/net/samba46/Makefile
> =============================================================================
> =
> --- head/net/samba46/Makefile	Mon Jun  3 01:49:04 2019	(r503340)
> +++ head/net/samba46/Makefile	Mon Jun  3 02:40:54 2019	(r503341)
> @@ -14,6 +14,8 @@ COMMENT?=			Free SMB/CIFS and AD/DC server 
> and client 
>  LICENSE=			GPLv3+
>  LICENSE_FILE=			${WRKSRC}/COPYING
>  
> +DEPRECATED=			yes
> +EXPIRATION_DATE=		2019-08-19
>  BROKEN_powerpc64=		fails to compile: unrecognized command line opt
> ion "-Wno-format-truncation"
>  
>  IGNORE_NONTHREAD_PYTHON=	needs port lang/python${PYTHON_SUFFIX} to be bu
> ild with THREADS support
>
> Modified: head/net/samba47/Makefile
> =============================================================================
> =
> --- head/net/samba47/Makefile	Mon Jun  3 01:49:04 2019	(r503340)
> +++ head/net/samba47/Makefile	Mon Jun  3 02:40:54 2019	(r503341)
> @@ -14,6 +14,9 @@ COMMENT=			Free SMB/CIFS and AD/DC server 
> and client f
>  LICENSE=			GPLv3+
>  LICENSE_FILE=			${WRKSRC}/COPYING
>  
> +DEPRECATED=			yes
> +EXPIRATION_DATE=		2019-08-19
> +

Should SAMBA_DEFAULT be changed from 4.7 to 4.8?


>  IGNORE_NONTHREAD_PYTHON=	needs port lang/python${PYTHON_SUFFIX} to be bu
> ild with THREADS support
>  
>  CONFLICTS_INSTALL?=		samba4-4.0.* samba4[1-689]-4.* p5-Parse-Pidl-4.
> *
> @@ -233,12 +236,12 @@ SAMBA4_BUNDLED_LIBS+=		replace
>  # Don't use external libcom_err
>  SAMBA4_BUNDLED_LIBS+=		com_err
>  # Set the test environment variables
> +TEST_USES=			python
>  TEST_ENV+=			PYTHON="${PYTHON_CMD}" \
>  				SHA1SUM=/sbin/sha1 \
>  				SHA256SUM=/sbin/sha256 \
>  				MD5SUM=/sbin/md5
> -TEST_DEPENDS+=			python:lang/python \
> -				bash:shells/bash \
> +TEST_DEPENDS+=			bash:shells/bash \
>  				tshark:net/tshark
>  ############################################################################
> ##
>  CONFIGURE_ARGS+=		\
>


-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





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