svn commit: r568939 - head/net/xrdp

Koichiro Iwao meta at FreeBSD.org
Mon Mar 22 06:31:26 UTC 2021


Author: meta
Date: Mon Mar 22 06:31:24 2021
New Revision: 568939
URL: https://svnweb.freebsd.org/changeset/ports/568939

Log:
  net/xrdp: Switch to GH_TUPLE
  
  Sponsored by:	HAW International

Modified:
  head/net/xrdp/Makefile

Modified: head/net/xrdp/Makefile
==============================================================================
--- head/net/xrdp/Makefile	Mon Mar 22 04:00:48 2021	(r568938)
+++ head/net/xrdp/Makefile	Mon Mar 22 06:31:24 2021	(r568939)
@@ -29,8 +29,9 @@ USE_GITHUB=	yes
 
 GNU_CONFIGURE=	yes
 GH_ACCOUNT=	neutrinolabs
-GH_PROJECT=	xrdp librfxcodec:librfxcodec libpainter:libpainter
-GH_TAGNAME=	v0.1.5:librfxcodec v0.1.1:libpainter
+GH_PROJECT=	xrdp
+GH_TUPLE=	neutrinolabs:librfxcodec:v0.1.5:librfxcodec/librfxcodec \
+		neutrinolabs:libpainter:v0.1.1:libpainter/libpainter
 
 CONFIGURE_ARGS=	--localstatedir=/var --enable-strict-locations \
 		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
@@ -71,11 +72,6 @@ OPUS_LIB_DEPENDS=	libopus.so:audio/opus
 CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
 .endif
-
-post-extract:
-	# librfxcodec is provided as git submodule
-	@${CP} -r ${WRKSRC_librfxcodec}/ ${WRKSRC}/librfxcodec/
-	@${CP} -r ${WRKSRC_libpainter}/ ${WRKSRC}/libpainter/
 
 pre-configure:
 	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap


More information about the svn-ports-head mailing list