[45683] trunk/dports/sysutils/tmux

toby at macports.org toby at macports.org
Mon Jan 19 16:11:26 PST 2009


Revision: 45683
          http://trac.macports.org/changeset/45683
Author:   toby at macports.org
Date:     2009-01-19 16:11:26 -0800 (Mon, 19 Jan 2009)
Log Message:
-----------
tmux 0.6
also remove 1.6 workaround

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-01-20 00:11:13 UTC (rev 45682)
+++ trunk/dports/sysutils/tmux/Portfile	2009-01-20 00:11:26 UTC (rev 45683)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             tmux
-version          0.5
+version          0.6
 categories       sysutils
 maintainers      toby
 description      terminal multiplexer
@@ -15,14 +15,13 @@
 homepage         http://sourceforge.net/projects/tmux/
 platforms        darwin
 master_sites     sourceforge
-checksums        md5    6053c9be7e8e532705e5e6d6dd6acf3e \
-                 sha1   058a1bb31ef1abe22ecfa3abd0feeba44b5e45ec \
-                 rmd160 3745400dcdd2a759ace2b29013f97f6bbd67f4e7
+checksums        md5 0749cb7df138b587dfdb59f2cca4b414 \
+                 sha1 0ac163676a5230653f21efc046440a7227fa0b3b \
+                 rmd160 a3de8366efb3158f88502b6cf43801c02471d1de
 
 patchfiles       GNUmakefile.diff
 
-configure.cmd    true
-post-configure {
+configure {
 	reinplace "s|__PREFIX__|${prefix}|" "${worksrcpath}/GNUmakefile"
 	reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile"
 	reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile"

Modified: trunk/dports/sysutils/tmux/files/GNUmakefile.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-01-20 00:11:13 UTC (rev 45682)
+++ trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-01-20 00:11:26 UTC (rev 45683)
@@ -1,8 +1,8 @@
 --- GNUmakefile.orig	2008-09-25 23:45:25.000000000 -0700
 +++ GNUmakefile	2008-11-29 10:08:06.000000000 -0800
-@@ -35,9 +35,9 @@
-       window-scroll.c window-more.c window-copy.c options.c paste.c \
-       tty.c tty-keys.c tty-write.c colour.c utf8.c
+@@ -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
  
 -CC?= gcc
 -INCDIRS+= -I. -I-
@@ -13,7 +13,7 @@
  ifdef DEBUG
  CFLAGS+= -g -ggdb -DDEBUG
  LDFLAGS+= -rdynamic
-@@ -48,14 +48,14 @@
+@@ -54,14 +54,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
-@@ -79,7 +79,6 @@
+@@ -85,7 +85,6 @@
  endif
  
  ifeq ($(shell uname),Darwin)
 -INCDIRS+= -Icompat
- SRCS+= compat/strtonum.c compat/bsd-poll.c
+ 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090119/88d14cc6/attachment.html>


More information about the macports-changes mailing list