Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2019 20:51:38 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490980 - head/graphics/wayland
Message-ID:  <201901222051.x0MKpce9052035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901222051.x0MKpce9052035>