svn commit: r397765 - in head/x11-toolkits: vte vte290

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 24 21:19:43 UTC 2015


Author: amdmi3
Date: Thu Sep 24 21:19:41 2015
New Revision: 397765
URL: https://svnweb.freebsd.org/changeset/ports/397765

Log:
  - Switch to options helpers
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/x11-toolkits/vte/Makefile
  head/x11-toolkits/vte290/Makefile

Modified: head/x11-toolkits/vte/Makefile
==============================================================================
--- head/x11-toolkits/vte/Makefile	Thu Sep 24 21:19:31 2015	(r397764)
+++ head/x11-toolkits/vte/Makefile	Thu Sep 24 21:19:41 2015	(r397765)
@@ -36,12 +36,6 @@ CONFIGURE_ARGS?=--disable-python \
 
 CPE_VENDOR=	nalin_dahyabhai
 
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} < 900007
-EXTRA_PATCHES+=		${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c
-.endif
-
 .include <bsd.port.mk>
 
 .endif

Modified: head/x11-toolkits/vte290/Makefile
==============================================================================
--- head/x11-toolkits/vte290/Makefile	Thu Sep 24 21:19:31 2015	(r397764)
+++ head/x11-toolkits/vte290/Makefile	Thu Sep 24 21:19:41 2015	(r397765)
@@ -42,20 +42,12 @@ INSTALL_TARGET=	install-strip
 .if !defined(MASTERDIR)
 OPTIONS_DEFINE=	GLX
 GLX_DESC=	Support for DRI/GLX rendering
-.endif
-
-PLIST_SUB=	VERSION=2.90
 
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} < 900007
-EXTRA_PATCHES+=		${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c
+GLX_CONFIGURE_ON=	--with-glX
+GLX_USE=		GL=yes
 .endif
 
-.if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR)
-CONFIGURE_ARGS+=	--with-glX
-USE_GL=			yes
-.endif
+PLIST_SUB=	VERSION=2.90
 
 post-install:
 	@${MV} ${STAGEDIR}${PREFIX}/etc/profile.d/vte.sh \


More information about the svn-ports-all mailing list