svn commit: r502285 - head/www/otrs

Alexey Dokuchaev danfe at freebsd.org
Wed May 22 21:04:58 UTC 2019


On Wed, May 22, 2019 at 08:49:03PM +0000, Carlo Strub wrote:
> New Revision: 502285
> URL: https://svnweb.freebsd.org/changeset/ports/502285
> 
> Log:
>   Add missing dependendies.

This commit message sucks.  Not just it does not accurately reflect the
changes made -- it does not explain the rationale behind them.

> Modified: head/www/otrs/Makefile
> @@ -56,7 +60,7 @@ SHEBANG_FILES=	bin/cgi-bin/*.pl bin/cgi-bin/app.psgi b
>  		scripts/tools/*.pl scripts/*.pl
>  
>  OPTIONS_DEFINE=		MYSQL PGSQL REPORTS SMTP POP3 IMAP LDAP PDF \
> -			GNUPG APACHE SSL XML
> +			GNUPG APACHE SSL
>  OPTIONS_DEFAULT=	MYSQL REPORTS SMTP POP3 IMAP PDF ASPELL APACHE \
>  			SSL
>  OPTIONS_RADIO=		SPELL
> @@ -125,10 +129,6 @@ ISPELL_RUN_DEPENDS=	ispell:textproc/aspell-ispell
>  ASPELL_RUN_DEPENDS=	aspell:textproc/aspell
>  
>  GNUPG_RUN_DEPENDS=	gpg:security/gnupg1
> -
> -XML_RUN_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser \
> -			p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
> -			p5-XML-LibXSLT>=0:textproc/p5-XML-LibXSLT

So basically you've removed the XML option, rather than making it
on by default.  Why?

./danfe


More information about the svn-ports-head mailing list