svn commit: r398738 - head/x11/cool-retro-term

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 7 01:37:34 UTC 2015


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 <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,' \


More information about the svn-ports-all mailing list