aboutsummaryrefslogtreecommitdiff
path: root/x11/cool-retro-term
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-07 01:37:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-07 01:37:32 +0000
commit65c3cad3d1dca889cd17566e69ba639393d6b806 (patch)
tree1b03dd39f3f6a6d35d88102990b522b6de0758f5 /x11/cool-retro-term
parent9776526188ac987595a71353250a050fd62afc62 (diff)
downloadports-65c3cad3d1dca889cd17566e69ba639393d6b806.tar.gz
ports-65c3cad3d1dca889cd17566e69ba639393d6b806.zip
- Drop 8.x support
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=398738
Diffstat (limited to 'x11/cool-retro-term')
-rw-r--r--x11/cool-retro-term/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/cool-retro-term/Makefile b/x11/cool-retro-term/Makefile
index 838abbd83616..71ed4eb7e72d 100644
--- a/x11/cool-retro-term/Makefile
+++ b/x11/cool-retro-term/Makefile
@@ -24,7 +24,7 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.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,' \