[49988] trunk/dports/sysutils/tmux

toby at macports.org toby at macports.org
Tue Apr 21 15:45:25 PDT 2009


Revision: 49988
          http://trac.macports.org/changeset/49988
Author:   toby at macports.org
Date:     2009-04-21 15:45:24 -0700 (Tue, 21 Apr 2009)
Log Message:
-----------
tmux 0.8

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-04-21 22:36:40 UTC (rev 49987)
+++ trunk/dports/sysutils/tmux/Portfile	2009-04-21 22:45:24 UTC (rev 49988)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             tmux
-version          0.7
+version          0.8
 categories       sysutils
 maintainers      toby
 description      terminal multiplexer
@@ -15,9 +15,9 @@
 homepage         http://sourceforge.net/projects/tmux/
 platforms        darwin
 master_sites     sourceforge
-checksums        md5 bcdabfb8c49c3797ddd058bdeb3f1bfc \
-                 sha1 11c27de5de98367ea2c94ea70ef098e5e70eeead \
-                 rmd160 81f60d21230b995651e91e18e587d484e40f6c96
+checksums        md5 7292916c1fee6035def1d5f4efdb4770 \
+                 sha1 87a9db829ff36cc432114672f7354a74d673832b \
+                 rmd160 81f828e0af59a994e0b4ba86ab17421ffd7d7e98
 
 patchfiles       GNUmakefile.diff
 

Modified: trunk/dports/sysutils/tmux/files/GNUmakefile.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-04-21 22:36:40 UTC (rev 49987)
+++ trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-04-21 22:45:24 UTC (rev 49988)
@@ -1,6 +1,6 @@
 --- GNUmakefile.orig	2008-09-25 23:45:25.000000000 -0700
 +++ GNUmakefile	2008-11-29 10:08:06.000000000 -0800
-@@ -45,9 +45,9 @@
+@@ -46,9 +46,9 @@
        osdep-unknown.c osdep-openbsd.c osdep-freebsd.c osdep-linux.c \
        osdep-darwin.c attributes.c
  
@@ -13,27 +13,25 @@
  ifdef FDEBUG
  CFLAGS+= -g -ggdb -DDEBUG
  LDFLAGS+= -rdynamic
-@@ -58,14 +58,14 @@
- CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
+@@ -61,13 +61,13 @@
  CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
+ endif
  
 -LDFLAGS+=
 +LDFLAGS+= __LDFLAGS__
  LIBS+= -lncurses
  
 -PREFIX?= /usr/local
--MANDIR?= $(PREFIX)/man/man1
 +PREFIX?= __PREFIX__
-+MANDIR?= $(PREFIX)/share/man/man1
  INSTALLDIR= install -d
 -INSTALLBIN= install -g bin -o root -m 555
 -INSTALLMAN= install -g bin -o root -m 444
 +INSTALLBIN= install -m 555
 +INSTALLMAN= install -m 444
  
- ifeq ($(shell uname),IRIX64)
- INCDIRS+= -Icompat -I/usr/local/include/ncurses
-@@ -89,7 +89,6 @@
+ ifeq ($(shell uname),AIX)
+ INCDIRS+= -I/usr/local/include/ncurses -Icompat
+@@ -103,7 +103,6 @@
  endif
  
  ifeq ($(shell uname),Darwin)
@@ -41,3 +39,14 @@
  SRCS+= compat/strtonum.c compat/bsd-poll.c compat/vis.c
  CFLAGS+= -DNO_STRTONUM -DNO_SETRESUID -DNO_SETRESGID -DNO_SETPROCTITLE \
           -DNO_QUEUE_H -DNO_TREE_H -DBROKEN_POLL
+@@ -137,8 +137,8 @@
+ install:
+ 	$(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
+ 	$(INSTALLBIN) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
+-	$(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
+-	$(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/man/man1/$(PROG).1
++	$(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1
++	$(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(PROG).1
+ 
+ clean:
+ 	rm -f $(CLEANFILES)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090421/bf10fa5c/attachment.html>


More information about the macports-changes mailing list