From owner-svn-ports-head@freebsd.org Wed Oct 7 01:38:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16C8E9D07C6; Wed, 7 Oct 2015 01:38:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7744C7D; Wed, 7 Oct 2015 01:38:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t971c8td018727; Wed, 7 Oct 2015 01:38:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t971c8aG018725; Wed, 7 Oct 2015 01:38:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510070138.t971c8aG018725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 7 Oct 2015 01:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398741 - head/sysutils/tmux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 01:38:10 -0000 Author: amdmi3 Date: Wed Oct 7 01:38:08 2015 New Revision: 398741 URL: https://svnweb.freebsd.org/changeset/ports/398741 Log: - Drop 8.x support - Switch to options helpers - Fix WWW: Approved by: portmgr blanket Modified: head/sysutils/tmux/Makefile head/sysutils/tmux/pkg-descr Modified: head/sysutils/tmux/Makefile ============================================================================== --- head/sysutils/tmux/Makefile Wed Oct 7 01:37:46 2015 (r398740) +++ head/sysutils/tmux/Makefile Wed Oct 7 01:38:08 2015 (r398741) @@ -35,24 +35,14 @@ BACKSPACE_EXTRA_PATCHES= ${PATCHDIR}/ext LIBEVENT_STATIC_LIB_DEPENDS_OFF= libevent.so:${PORTSDIR}/devel/libevent2 LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent2 - -.include - -.if ${OSVERSION} < 900004 -LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif +LIBEVENT_STATIC_VARS= LESTATIC=${LOCALBASE}/lib/libevent.a post-patch: @${REINPLACE_CMD} -e 's|/etc/tmux.conf|${PREFIX}/etc/tmux.conf|g' ${WRKSRC}/CHANGES -.if ${PORT_OPTIONS:MLIBEVENT_STATIC} -LESTATIC= ${LOCALBASE}/lib/libevent.a -post-configure: +post-configure-LIBEVENT_STATIC-on: ${REINPLACE_CMD} -e '/LIBS/s|-levent[^[:blank:]]*|${LESTATIC}|' \ ${WRKSRC}/${MAKEFILE} -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tmux ${STAGEDIR}${PREFIX}/bin Modified: head/sysutils/tmux/pkg-descr ============================================================================== --- head/sysutils/tmux/pkg-descr Wed Oct 7 01:37:46 2015 (r398740) +++ head/sysutils/tmux/pkg-descr Wed Oct 7 01:38:08 2015 (r398741) @@ -2,4 +2,4 @@ Tmux is a terminal multiplexer, it enabl and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen. -WWW: http://www.sourceforge.net/projects/tmux/ +WWW: http://www.sourceforge.net/projects/tmux/