Date: Thu, 22 Jul 2010 11:07:23 +0200 (CEST) From: Frederic Culot <frederic@culot.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148835: Update port: sysutils/tmux Message-ID: <201007220907.o6M97NEu061016@ks28346.kimsufi.com> Resent-Message-ID: <201007220910.o6M9A2PR019813@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148835 >Category: ports >Synopsis: Update port: sysutils/tmux >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 22 09:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Frederic Culot >Release: FreeBSD 8.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD ks28346.kimsufi.com 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #0: Mon Jul 12 20:55:11 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to 1.3. The extra-patch-configure file is not needed anymore (configure script patched upstream with revision 1.49). The REINPLACE_CMD on the HAVE_TREE_H define doesn't seem to be needed. >How-To-Repeat: >Fix: diff -ruN tmux.bak/Makefile tmux/Makefile --- tmux.bak/Makefile 2010-07-22 10:24:18.000000000 +0200 +++ tmux/Makefile 2010-07-22 10:44:39.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= tmux -PORTVERSION= 1.2 -PORTREVISION= 2 +PORTVERSION= 1.3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -31,13 +30,7 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 703100 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure -.endif - post-patch: - @${REINPLACE_CMD} -e '/^#define HAVE_TREE_H/d' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ ${WRKSRC}/Makefile diff -ruN tmux.bak/distinfo tmux/distinfo --- tmux.bak/distinfo 2010-07-22 10:24:18.000000000 +0200 +++ tmux/distinfo 2010-07-22 10:27:12.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (tmux-1.2.tar.gz) = 748fbe7bb5f86812e19bd6005ff21a5a -SHA256 (tmux-1.2.tar.gz) = af3f2678ae631ab3f7973b646aff2f8757e9e00935a5984c23058da4f723491d -SIZE (tmux-1.2.tar.gz) = 241779 +MD5 (tmux-1.3.tar.gz) = 96e60cb206de2db0610b9fb6a64c2251 +SHA256 (tmux-1.3.tar.gz) = 72c2d6f1c30fb4ccbd29b530a7d8a08e67c9c2d87ac8d67e3806561670fc0362 +SIZE (tmux-1.3.tar.gz) = 251999 diff -ruN tmux.bak/files/extra-patch-configure tmux/files/extra-patch-configure --- tmux.bak/files/extra-patch-configure 2010-07-22 10:24:18.000000000 +0200 +++ tmux/files/extra-patch-configure 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- configure.orig 2010-03-17 09:12:09.000000000 +0800 -+++ configure 2010-03-17 09:11:28.000000000 +0800 -@@ -204,6 +204,7 @@ - FreeBSD|DragonFly) - cat <<EOF >>$CONFIG_H - #define HAVE_ASPRINTF -+#define HAVE_BROKEN_KQUEUE - #define HAVE_BZERO - #define HAVE_DAEMON - #define HAVE_FGETLN >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007220907.o6M97NEu061016>