From owner-svn-ports-all@freebsd.org Wed Oct 7 01:37:34 2015 Return-Path: Delivered-To: svn-ports-all@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 871E99D06CF; Wed, 7 Oct 2015 01:37:34 +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 3772195C; Wed, 7 Oct 2015 01:37:34 +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 t971bXYq018435; Wed, 7 Oct 2015 01:37:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t971bXu7018434; Wed, 7 Oct 2015 01:37:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510070137.t971bXu7018434@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:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398738 - head/x11/cool-retro-term X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 01:37:34 -0000 Author: amdmi3 Date: Wed Oct 7 01:37:32 2015 New Revision: 398738 URL: https://svnweb.freebsd.org/changeset/ports/398738 Log: - Drop 8.x support Approved by: portmgr blanket Modified: head/x11/cool-retro-term/Makefile Modified: head/x11/cool-retro-term/Makefile ============================================================================== --- head/x11/cool-retro-term/Makefile Wed Oct 7 01:37:27 2015 (r398737) +++ head/x11/cool-retro-term/Makefile Wed Oct 7 01:37:32 2015 (r398738) @@ -24,7 +24,7 @@ USE_LDCONFIG= yes .include -.if ${OSVERSION} < 900014 || ${ARCH} == powerpc +.if ${ARCH} == powerpc USE_GCC= yes .else CC= clang @@ -39,15 +39,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e '/DEFINES +=/s,^macx:,,' \ ${WRKSRC}/qmltermwidget/qmltermwidget.pro -.if ${OSVERSION} < 900007 - @${REINPLACE_CMD} -e 's,HAVE_UTMPX,HAVE_UTMP,' \ - ${WRKSRC}/qmltermwidget/qmltermwidget.pro - @${REINPLACE_CMD} -e 's,ut_user,ut_name,g' \ - ${WRKSRC}/qmltermwidget/lib/kpty.cpp -.else @${REINPLACE_CMD} -e '/define HAVE_LOGIN/d' \ ${WRKSRC}/qmltermwidget/lib/kpty.cpp -.endif @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' \ ${WRKSRC}/app/app.pro ${WRKSRC}/cool-retro-term.pro @${REINPLACE_CMD} -e 's,\.\./icons,/icons,' \