[58089] trunk/dports/sysutils/tmux

brett at macports.org brett at macports.org
Mon Sep 21 18:34:48 PDT 2009


Revision: 58089
          http://trac.macports.org/changeset/58089
Author:   brett at macports.org
Date:     2009-09-21 18:34:45 -0700 (Mon, 21 Sep 2009)
Log Message:
-----------
update tmux to 1.0

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-09-22 01:15:19 UTC (rev 58088)
+++ trunk/dports/sysutils/tmux/Portfile	2009-09-22 01:34:45 UTC (rev 58089)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             tmux
-version          0.9
+version          1.0
 categories       sysutils
 maintainers      toby
 description      terminal multiplexer
@@ -16,9 +16,9 @@
 platforms        darwin
 license          BSD
 master_sites     sourceforge
-checksums        md5 2d1df646a6977bb7d9b20e53770d5593 \
-                 sha1 b00283291b642c8db654bee78fcf5453ba248c66 \
-                 rmd160 9847514485d2ad0f948def777fa8a2abd99cf34b
+checksums        md5 716b12d9ea052f57d917bf2869d419df \
+                 sha1 62bbea17e54cdacb48442e25eddf0463ab69ba61 \
+                 rmd160 3176447bf21dd1d5559d256ee3786d13771c20af 
 
 depends_lib      port:ncurses
 

Modified: trunk/dports/sysutils/tmux/files/GNUmakefile.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-09-22 01:15:19 UTC (rev 58088)
+++ trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-09-22 01:34:45 UTC (rev 58089)
@@ -1,6 +1,6 @@
---- GNUmakefile.orig	2009-07-12 21:16:26.000000000 -0700
-+++ GNUmakefile	2009-07-12 21:20:08.000000000 -0700
-@@ -6,9 +6,9 @@
+--- GNUmakefile.orig	2009-09-21 18:26:58.000000000 -0700
++++ GNUmakefile	2009-09-21 18:31:03.000000000 -0700
+@@ -6,34 +6,34 @@
  
  #FDEBUG= 1
  
@@ -10,17 +10,8 @@
 +CC?= __CC__
 +CFLAGS+= __CFLAGS__ -DBUILD="\"$(VERSION)\""
 +LDFLAGS+= __LDFLAGS__
- LIBS+= -lncurses
+ LIBS+=
  
- # This sort of sucks but gets rid of the stupid warning and should work on
-@@ -16,21 +16,21 @@
- ifeq ($(shell (LC_ALL=C $(CC) -v 2>&1|awk '/gcc version 4/') || true), )
- CPPFLAGS:= -I. -I- $(CPPFLAGS)
- else
--CPPFLAGS:= -iquote. $(CPPFLAGS)
-+CPPFLAGS:= -I__PREFIX__/include -I__PREFIX__/include/ncurses -iquote. $(CPPFLAGS)
- endif
- 
  ifdef FDEBUG
  CFLAGS+= -g -ggdb -DDEBUG
 +endif
@@ -30,6 +21,18 @@
  CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
 -endif
  
+ # This sort of sucks but gets rid of the stupid warning and should work on
+ # most platforms...
+ ifeq ($(shell (LC_ALL=C $(CC) -v 2>&1|awk '/gcc version 4|clang/') || true), )
+ CPPFLAGS:= -I. -I- $(CPPFLAGS)
+ else
+-CPPFLAGS:= -iquote. $(CPPFLAGS)
++CPPFLAGS:= -I__PREFIX__/include -I__PREFIX__/include/ncurses -iquote. $(CPPFLAGS)
+ ifdef FDEBUG
+ CFLAGS+= -Wno-pointer-sign
+ endif
+ endif
+ 
 -PREFIX?= /usr/local
 +PREFIX?= __PREFIX__
  INSTALLDIR= install -d
@@ -40,7 +43,7 @@
  
  SRCS= $(shell echo *.c|sed 's|osdep-[a-z0-9]*.c||g')
  include config.mk
-@@ -53,5 +53,5 @@
+@@ -59,7 +59,7 @@
  install:	all
  		$(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
  		$(INSTALLBIN) tmux $(DESTDIR)$(PREFIX)/bin/tmux
@@ -48,3 +51,5 @@
 -		$(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/man/man1/tmux.1
 +		$(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1
 +		$(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/share/man/man1/tmux.1
+ 
+ -include .depend
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090921/bec12e63/attachment.html>


More information about the macports-changes mailing list