svn commit: r503341 - in head/net: samba46 samba47

Cy Schubert Cy.Schubert at cschubert.com
Mon Jun 3 04:16:11 UTC 2019


In message <201906030240.x532et39064397 at 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 at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

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




More information about the svn-ports-all mailing list