svn commit: r347002 - head/sysutils/tmux
Pietro Cerutti
gahr at FreeBSD.org
Tue Mar 4 10:00:05 UTC 2014
Author: gahr
Date: Tue Mar 4 10:00:05 2014
New Revision: 347002
URL: http://svnweb.freebsd.org/changeset/ports/347002
QAT: https://qat.redports.org/buildarchive/r347002/
Log:
- Add EXAMPLES option
- Mute portscout
Modified:
head/sysutils/tmux/Makefile
Modified: head/sysutils/tmux/Makefile
==============================================================================
--- head/sysutils/tmux/Makefile Tue Mar 4 09:33:53 2014 (r347001)
+++ head/sysutils/tmux/Makefile Tue Mar 4 10:00:05 2014 (r347002)
@@ -24,7 +24,7 @@ PLIST_DIRSTRY= etc/bash_completion.d
PORTDOCS= CHANGES FAQ README TODO
PORTEXAMPLES= *
-OPTIONS_DEFINE= DOCS LIBEVENT2 LIBEVENT_STATIC BACKSPACE
+OPTIONS_DEFINE= DOCS EXAMPLES LIBEVENT2 LIBEVENT_STATIC BACKSPACE
LIBEVENT2_DESC= Use libevent version 2
LIBEVENT_STATIC_DESC= Build with static libevent
@@ -40,6 +40,9 @@ LIBEVENT2_CONFIGURE_ENV_OFF= LIBEVENT_CF
LIBEVENT2_LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2
LIBEVENT2_LIB_DEPENDS_OFF= libevent-1.4.so:${PORTSDIR}/devel/libevent
+PORTSCOUT= ignore:1.9 # 1.9a was released as an errata to 1.9;
+ # this port was never updated to 1.9.
+
.include <bsd.port.options.mk>
post-patch:
More information about the svn-ports-all
mailing list