svn commit: r354175 - head/x11-servers/xephyr
Tijl Coosemans
tijl at FreeBSD.org
Fri May 16 08:41:01 UTC 2014
On Thu, 15 May 2014 21:26:23 +0000 (UTC) Koop Mast wrote:
> Author: kwm
> Date: Thu May 15 21:26:23 2014
> New Revision: 354175
> URL: http://svnweb.freebsd.org/changeset/ports/354175
> QAT: https://qat.redports.org/buildarchive/r354175/
>
> Log:
> Revert accident commit in -r351411. This should stop the option dialog
> from spamming the user.
>
> Submitted by: marino@
>
> Modified:
> head/x11-servers/xephyr/Makefile
>
> Modified: head/x11-servers/xephyr/Makefile
> ==============================================================================
> --- head/x11-servers/xephyr/Makefile Thu May 15 21:22:17 2014 (r354174)
> +++ head/x11-servers/xephyr/Makefile Thu May 15 21:26:23 2014 (r354175)
> @@ -21,8 +21,6 @@ CONFIGURE_ARGS= --enable-kdrive --enable
> SLAVE_PORT= yes
> PLIST_FILES= bin/Xephyr man/man1/Xephyr.1.gz
>
> -.include <bsd.port.options.mk>
> -
> do-install:
> ${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${STAGEDIR}${PREFIX}/bin/
> .if defined(WITH_NEW_XORG)
Isn't it needed to make this "if defined(WITH_NEW_XORG)" work on 10-STABLE
and 11-CURRENT?
More information about the svn-ports-head
mailing list