summaryrefslogtreecommitdiff
path: root/misc/tmux
diff options
context:
space:
mode:
authordrochner <drochner>2010-02-22 19:07:41 +0000
committerdrochner <drochner>2010-02-22 19:07:41 +0000
commit96d767235d3843f9442ff10b982ba607cc6c1976 (patch)
tree4b22a0040310bb2aad6d7b5db0d7452dc33bc9d5 /misc/tmux
parent500c478570015ddc79acb5499116d453a2e14cfa (diff)
downloadpkgsrc-96d767235d3843f9442ff10b982ba607cc6c1976.tar.gz
this doesn't need ncurses, at least on NetBSD
bump PKGREVISION
Diffstat (limited to 'misc/tmux')
-rw-r--r--misc/tmux/Makefile4
-rw-r--r--misc/tmux/distinfo4
-rw-r--r--misc/tmux/patches/patch-ab19
3 files changed, 18 insertions, 9 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index 23d2494d913..d99728c73ac 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2009/11/07 17:25:08 hasso Exp $
+# $NetBSD: Makefile,v 1.8 2010/02/22 19:07:41 drochner Exp $
DISTNAME= tmux-1.1
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/}
@@ -12,7 +13,6 @@ LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
HAS_CONFIGURE= yes
-USE_NCURSES= yes
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/tmux/distinfo b/misc/tmux/distinfo
index 5c8607fb0cf..8d69507472d 100644
--- a/misc/tmux/distinfo
+++ b/misc/tmux/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2009/11/07 17:25:08 hasso Exp $
+$NetBSD: distinfo,v 1.10 2010/02/22 19:07:41 drochner Exp $
SHA1 (tmux-1.1.tar.gz) = 8dc57a70605930bbe61664bd52ed2c8081ea5a1c
RMD160 (tmux-1.1.tar.gz) = 9f03922c0be46e9259202ed2fdc0834dcf01581c
Size (tmux-1.1.tar.gz) = 230955 bytes
SHA1 (patch-aa) = e50976effc9fa43044d45055aabd86a69d9d9047
-SHA1 (patch-ab) = 0f701c350d26b2b14c230f148ea141ecafec6c6d
+SHA1 (patch-ab) = 8309eeec1f1ea1222b52fcd6940b9d49feb9e94c
SHA1 (patch-ac) = e308390602756b03197715de648710ea6441f348
diff --git a/misc/tmux/patches/patch-ab b/misc/tmux/patches/patch-ab
index 196a1a7d4cf..7aa1735e3ee 100644
--- a/misc/tmux/patches/patch-ab
+++ b/misc/tmux/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2009/09/21 10:55:35 hasso Exp $
+$NetBSD: patch-ab,v 1.6 2010/02/22 19:07:42 drochner Exp $
---- configure.orig 2009-09-20 20:51:54 +0300
-+++ configure 2009-09-21 09:18:07 +0300
-@@ -193,7 +193,7 @@ SRCS+= osdep-darwin.c \
+--- configure.orig 2009-10-25 22:09:56.000000000 +0000
++++ configure
+@@ -200,7 +200,7 @@ SRCS+= osdep-darwin.c \
EOF
;;
# ------------------------------------------------------------------------------
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.5 2009/09/21 10:55:35 hasso Exp $
cat <<EOF >>$CONFIG_H
#define HAVE_ASPRINTF
#define HAVE_BZERO
-@@ -225,6 +225,38 @@ SRCS+= osdep-freebsd.c \
+@@ -230,6 +230,38 @@ SRCS+= osdep-freebsd.c \
EOF
;;
# ------------------------------------------------------------------------------
@@ -50,3 +50,12 @@ $NetBSD: patch-ab,v 1.5 2009/09/21 10:55:35 hasso Exp $
NetBSD)
cat <<EOF >>$CONFIG_H
#define HAVE_ASPRINTF
+@@ -252,7 +284,7 @@ EOF
+ cat <<EOF >>$CONFIG_MK
+ CPPFLAGS+= -I/usr/pkg/include
+ LDFLAGS+= -L/usr/pkg/lib
+-LIBS+= -lncurses -lcrypt -lutil
++LIBS+= -lcurses -lcrypt -lutil
+ SRCS+= osdep-netbsd.c \
+ compat/strtonum.c \
+ compat/vis.c \