svn commit: r490980 - head/graphics/wayland

Niclas Zeising zeising at FreeBSD.org
Tue Jan 22 20:51:39 UTC 2019


Author: zeising
Date: Tue Jan 22 20:51:38 2019
New Revision: 490980
URL: https://svnweb.freebsd.org/changeset/ports/490980

Log:
  graphics/wayland: disable debug build by default
  
  There is no need to build wayland with debug options by default.  This is
  most likely a left over from when it was first ported.
  
  PR:		234920
  Submitted by:	jbeich

Modified:
  head/graphics/wayland/Makefile

Modified: head/graphics/wayland/Makefile
==============================================================================
--- head/graphics/wayland/Makefile	Tue Jan 22 20:50:10 2019	(r490979)
+++ head/graphics/wayland/Makefile	Tue Jan 22 20:51:38 2019	(r490980)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wayland
 PORTVERSION=	1.16.0
+PORTREVISION=	1
 CATEGORIES=	graphics wayland
 MASTER_SITES=	https://wayland.freedesktop.org/releases/
 
@@ -17,8 +18,6 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libepoll-shim.so:devel/libepoll-shim
 
 CFLAGS+=	"-I${LOCALBASE}/include/libepoll-shim"
-
-WITH_DEBUG=	1
 
 USES=		autoreconf gmake gnome libtool localbase pathfix pkgconfig tar:xz
 USE_GNOME=	libxslt:build


More information about the svn-ports-head mailing list