[46677] trunk/dports/sysutils/tmux

toby at macports.org toby at macports.org
Mon Feb 9 21:20:32 PST 2009


Revision: 46677
          http://trac.macports.org/changeset/46677
Author:   toby at macports.org
Date:     2009-02-09 21:20:32 -0800 (Mon, 09 Feb 2009)
Log Message:
-----------
tmux 0.7

Modified Paths:
--------------
    trunk/dports/sysutils/tmux/Portfile
    trunk/dports/sysutils/tmux/files/GNUmakefile.diff

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2009-02-10 05:17:28 UTC (rev 46676)
+++ trunk/dports/sysutils/tmux/Portfile	2009-02-10 05:20:32 UTC (rev 46677)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             tmux
-version          0.6
+version          0.7
 categories       sysutils
 maintainers      toby
 description      terminal multiplexer
@@ -15,9 +15,9 @@
 homepage         http://sourceforge.net/projects/tmux/
 platforms        darwin
 master_sites     sourceforge
-checksums        md5 0749cb7df138b587dfdb59f2cca4b414 \
-                 sha1 0ac163676a5230653f21efc046440a7227fa0b3b \
-                 rmd160 a3de8366efb3158f88502b6cf43801c02471d1de
+checksums        md5 bcdabfb8c49c3797ddd058bdeb3f1bfc \
+                 sha1 11c27de5de98367ea2c94ea70ef098e5e70eeead \
+                 rmd160 81f60d21230b995651e91e18e587d484e40f6c96
 
 patchfiles       GNUmakefile.diff
 

Modified: trunk/dports/sysutils/tmux/files/GNUmakefile.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-02-10 05:17:28 UTC (rev 46676)
+++ trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-02-10 05:20:32 UTC (rev 46677)
@@ -1,8 +1,8 @@
 --- GNUmakefile.orig	2008-09-25 23:45:25.000000000 -0700
 +++ GNUmakefile	2008-11-29 10:08:06.000000000 -0800
-@@ -41,9 +41,9 @@
-       options.c options-cmd.c paste.c colour.c utf8.c clock.c \
-       tty.c tty-term.c tty-keys.c tty-write.c
+@@ -45,9 +45,9 @@
+       osdep-unknown.c osdep-openbsd.c osdep-freebsd.c osdep-linux.c \
+       osdep-darwin.c attributes.c
  
 -CC?= gcc
 -INCDIRS+= -I. -I-
@@ -10,10 +10,10 @@
 +CC= __CC__
 +INCDIRS+= -I.
 +CFLAGS+= __CFLAGS__ -DBUILD="\"$(VERSION) ($(DATE))\"" -DMETA="'${META}'"
- ifdef DEBUG
+ ifdef FDEBUG
  CFLAGS+= -g -ggdb -DDEBUG
  LDFLAGS+= -rdynamic
-@@ -54,14 +54,14 @@
+@@ -58,14 +58,14 @@
  CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
  CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
  
@@ -33,11 +33,11 @@
  
  ifeq ($(shell uname),IRIX64)
  INCDIRS+= -Icompat -I/usr/local/include/ncurses
-@@ -85,7 +85,6 @@
+@@ -89,7 +89,6 @@
  endif
  
  ifeq ($(shell uname),Darwin)
 -INCDIRS+= -Icompat
  SRCS+= compat/strtonum.c compat/bsd-poll.c compat/vis.c
  CFLAGS+= -DNO_STRTONUM -DNO_SETRESUID -DNO_SETRESGID -DNO_SETPROCTITLE \
-          -DNO_TREE_H -DBROKEN_POLL
+          -DNO_QUEUE_H -DNO_TREE_H -DBROKEN_POLL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090209/f6535793/attachment-0001.html>


More information about the macports-changes mailing list