[75406] trunk/dports/devel
Rainer Müller
raimue at macports.org
Mon Jan 24 17:13:26 PST 2011
On 2011-01-24 17:27 , yeled at macports.org wrote:
> Revision: 75406
> http://trac.macports.org/changeset/75406
> Author: yeled at macports.org
> Date: 2011-01-24 08:27:40 -0800 (Mon, 24 Jan 2011)
> Log Message:
> -----------
> import libevent2
>
> Added Paths:
> -----------
> trunk/dports/devel/libevent2/
> trunk/dports/devel/libevent2/Portfile
> [...]
This new port conflicts with the existing libevent. Either we need to
patch them to use different path names or mark them conflicting.
---> Activating libevent2 @2.0.10_0
Error: Target org.macports.activate returned: Image error:
/opt/local/bin/event_rpcgen.py is being used by the active libevent
port. Please deactivate this port first, or use 'port -f activate
libevent2' to force the activation.
As there are currently more ports using libevent, are libevent and
libevent2 API compatible? Should we add a choice by using a path:
dependency?
On 2011-01-24 17:28 , yeled at macports.org wrote:
> Revision: 75407
> http://trac.macports.org/changeset/75407
> Author: yeled at macports.org
> Date: 2011-01-24 08:28:22 -0800 (Mon, 24 Jan 2011)
> Log Message:
> -----------
> attempt to fix the osx resize bug
>
> Modified Paths:
> --------------
> trunk/dports/sysutils/tmux/Portfile
>
> Modified: trunk/dports/sysutils/tmux/Portfile
> ===================================================================
> --- trunk/dports/sysutils/tmux/Portfile 2011-01-24 16:27:40 UTC (rev 75406)
> +++ trunk/dports/sysutils/tmux/Portfile 2011-01-24 16:28:22 UTC (rev 75407)
> @@ -4,6 +4,7 @@
>
> name tmux
> version 1.4
> +revision 1
> categories sysutils
> maintainers toby
> description terminal multiplexer
> @@ -20,7 +21,7 @@
> sha1 c0cb9b01aee9b2b5c939bacccd5c78cf6fa6773e \
> rmd160 d8d09ccac7c1c79244f96beccbd6d52f1cc50d1b
>
> -depends_lib port:libevent port:ncurses
> +depends_lib port:libevent2 port:ncurses
>
> patchfiles GNUmakefile.diff \
> tmux.1.diff \
The usual upgrade path for tmux is now broken as libevent2 conflicts
with libevent...
Rainer
More information about the macports-dev
mailing list