svn commit: r445301 - head/x11-drivers/xorgxrdp
Richard Gallamore
ultima at FreeBSD.org
Sat Jul 8 06:30:37 UTC 2017
Author: ultima
Date: Sat Jul 8 06:30:36 2017
New Revision: 445301
URL: https://svnweb.freebsd.org/changeset/ports/445301
Log:
* Updated to 0.2.2
* Removed append flag on LIBS and CONFIGURE_ENV, these are not required
* Modernized post-patch target
PR: 220442
Submitted by: Koichiro IWAO <meta+ports at vmeta.jp> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11499
Modified:
head/x11-drivers/xorgxrdp/Makefile
head/x11-drivers/xorgxrdp/distinfo
Modified: head/x11-drivers/xorgxrdp/Makefile
==============================================================================
--- head/x11-drivers/xorgxrdp/Makefile Sat Jul 8 06:17:46 2017 (r445300)
+++ head/x11-drivers/xorgxrdp/Makefile Sat Jul 8 06:30:36 2017 (r445301)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xorgxrdp
-PORTVERSION= 0.2.1
+PORTVERSION= 0.2.2
DISTVERSIONPREFIX= v
CATEGORIES= x11-drivers
DIST_SUBDIR= xrdp
@@ -28,17 +28,13 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CFLAGS+= -I${LOCALBASE}/include
-LIBS+= -I${LOCALBASE}/lib
-CONFIGURE_ENV+= XRDP_CFLAGS=-I${WRKSRC_xrdp}/common
+LIBS= -I${LOCALBASE}/lib
+CONFIGURE_ENV= XRDP_CFLAGS=-I${WRKSRC_xrdp}/common
OPTIONS_DEFINE= DEBUG
-.include <bsd.port.options.mk>
-
-post-patch:
-.if ${PORT_OPTIONS:MDEBUG}
+post-patch-DEBUG-on:
${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|#define LOG_LEVEL [0-9]*|#define LOG_LEVEL 20|'
-.endif
pre-configure:
@cd ${WRKSRC} && ./bootstrap
Modified: head/x11-drivers/xorgxrdp/distinfo
==============================================================================
--- head/x11-drivers/xorgxrdp/distinfo Sat Jul 8 06:17:46 2017 (r445300)
+++ head/x11-drivers/xorgxrdp/distinfo Sat Jul 8 06:30:36 2017 (r445301)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1490934966
-SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.1_GH0.tar.gz) = 43800cd1fec03a24a2e0f0c51716e87570bc1c700f23c5b4ff0f0efd1bc4bf56
-SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.1_GH0.tar.gz) = 83010
+TIMESTAMP = 1498019717
+SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.2_GH0.tar.gz) = f35b79868a78d371bf88dd8956915d4fe6452ad4442f8c7eba735046de4c0ca5
+SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.2_GH0.tar.gz) = 86057
SHA256 (xrdp/neutrinolabs-xrdp-v0.9.2_GH0.tar.gz) = 41d3abf64f95c527cc0e91bf32d744518a0dcfaefddbace13b44ece0314cbcdc
SIZE (xrdp/neutrinolabs-xrdp-v0.9.2_GH0.tar.gz) = 1861921
More information about the svn-ports-all
mailing list