Date: Mon, 30 Sep 2019 03:59:23 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513282 - in head: deskutils/timewarrior x11-wm/epplets Message-ID: <201909300359.x8U3xN9v079728@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Mon Sep 30 03:59:22 2019 New Revision: 513282 URL: https://svnweb.freebsd.org/changeset/ports/513282 Log: Drop OPTIONS_SUB in ports that have no options Modified: head/deskutils/timewarrior/Makefile head/x11-wm/epplets/Makefile Modified: head/deskutils/timewarrior/Makefile ============================================================================== --- head/deskutils/timewarrior/Makefile Mon Sep 30 03:29:14 2019 (r513281) +++ head/deskutils/timewarrior/Makefile Mon Sep 30 03:59:22 2019 (r513282) @@ -15,6 +15,4 @@ LICENSE= MIT USES= cmake compiler:c++11-lang CMAKE_ARGS+= -DTIMEW_DOCDIR=${DOCSDIR} -OPTIONS_SUB= yes - .include <bsd.port.mk> Modified: head/x11-wm/epplets/Makefile ============================================================================== --- head/x11-wm/epplets/Makefile Mon Sep 30 03:29:14 2019 (r513281) +++ head/x11-wm/epplets/Makefile Mon Sep 30 03:59:22 2019 (r513282) @@ -25,8 +25,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-auto-respawn \ --disable-esound -OPTIONS_SUB= yes - post-patch: @${REINPLACE_CMD} -e 's|<machine/soundcard\.h>|<sys/soundcard.h>|g' \ ${WRKSRC}/epplets/Emix.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300359.x8U3xN9v079728>