svn commit: r321339 - in head/devel/subversion: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Jun 20 07:35:49 UTC 2013


On 2013-06-19 23:57, Lev A. Serebryakov wrote:
> Author: lev
> Date: Wed Jun 19 21:57:33 2013
> New Revision: 321339
> URL: http://svnweb.freebsd.org/changeset/ports/321339
> 
> Log:
>     (1) Fix mod_Dav_svn installation.
>     (2) Add TOOLS instead of MOD_DONTDOTHAT and SVNAUTHZ_VALIDATE, but disable
>         installation of diffX tools.
>   
>   PR:		ports/179728 [1]
> 
> Added:
>   head/devel/subversion/files/patch-Makefile.in   (contents, props changed)
>   head/devel/subversion/files/patch-build-outputs.mk   (contents, props changed)
> Modified:
>   head/devel/subversion/Makefile
>   head/devel/subversion/Makefile.common
>   head/devel/subversion/files/build-outputs.mk
>   head/devel/subversion/files/extra-patch-Makefile.in   (contents, props changed)
>   head/devel/subversion/pkg-plist
> 
> Modified: head/devel/subversion/Makefile
> ==============================================================================
> --- head/devel/subversion/Makefile	Wed Jun 19 21:56:56 2013	(r321338)
> +++ head/devel/subversion/Makefile	Wed Jun 19 21:57:33 2013	(r321339)
> @@ -15,31 +15,24 @@ MAN8=		svnserve.8
>  
>  TXT_DOCS=	BUGS CHANGES COMMITTERS INSTALL README
>  
> -OPTIONS_DEFINE=	P4_STYLE_MARKERS FREEBSD_TEMPLATE \
> -		MOD_DAV_SVN MOD_DONTDOTHAT SVNAUTHZ_VALIDATE \
> -		SERF \
> -		SASL BDB \
> -		MAINTAINER_DEBUG \
> -		SVNSERVE_WRAPPER \
> -		STATIC \
> -		GNOME_KEYRING KDE_KWALLET \
> -		BOOK TEST
> +OPTIONS_DEFINE=	BDB BOOK GNOME_KEYRING KDE_KWALLET MAINTAINER_DEBUG \
> +		MOD_DAV_SVN P4_STYLE_MARKERS FREEBSD_TEMPLATE SASL \
> +		SERF STATIC SVNSERVE_WRAPPER TEST TOOLS \

Can you add DOCS and NLS? There are also 2 cases of !defined(NOPORTDOCS)
that should be replaced by ${PORT_OPTIONS:MDOCS}.

> @@ -131,13 +130,19 @@ pre-everything::
>  	@${ECHO_MSG} "Build debug version."
>  	@${ECHO_MSG} ""
>  .endif
> +.if ${PORT_OPTIONS:MTOOLS}
> +	@${ECHO_MSG} "Several tools enabled."
> +.else
> +	@${ECHO_MSG} "You can enable installation fo tools"

Spelling of "fo".

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130620/611f9edf/attachment.sig>


More information about the svn-ports-all mailing list