Date: Mon, 22 Mar 2021 06:31:25 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568939 - head/net/xrdp Message-ID: <202103220631.12M6VPGo087665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103220631.12M6VPGo087665>