From nobody Sun May 28 17:45:31 2023 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QTmKQ4j4gz4Xg60 for ; Sun, 28 May 2023 17:45:46 +0000 (UTC) (envelope-from DtxdF@disroot.org) Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QTmKP51F8z3mMP for ; Sun, 28 May 2023 17:45:45 +0000 (UTC) (envelope-from DtxdF@disroot.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=disroot.org header.s=mail header.b=kHnc0Fft; spf=pass (mx1.freebsd.org: domain of DtxdF@disroot.org designates 178.21.23.139 as permitted sender) smtp.mailfrom=DtxdF@disroot.org; dmarc=pass (policy=reject) header.from=disroot.org Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6554D40EA9 for ; Sun, 28 May 2023 19:45:38 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e9dK7JxEYehQ for ; Sun, 28 May 2023 19:45:37 +0200 (CEST) Date: Sun, 28 May 2023 17:45:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1685295937; bh=4CEk5509l1e6KxBdSed83TqSVQ7cFkpDAH36NoF8T6E=; h=Date:From:To:Subject:In-Reply-To:References; b=kHnc0FftzkVYfPfLmmqSC2u3c/9uA9w07yUbGtWFCwlfgsYxWB7TweevxglE7ehqt kVI75OV6A512tJrBoEG1gJSeJLwtLKCVnRm4egB+Bff5wobt6c7RTM1RniB3HrUc52 rmhEe3AjCR5oJvz3EtyFiAAJOc/rKg1rVOErES6JMspaf2IHjvLd5XVj9sGBHySrQE ao6zBD2Tu7rH0pBoNZaS9/nuYRxWGbCMHMXQPnaNVL1L3mi0MFQfToPqYZQFtoqVr/ zYow1qcn036OrfmqV84HqsFQsZU2hFTI44FaFd2wYpnu4f3JK5khT/1LZ2DitRzzK3 H6xaWoQunmecA== From: DtxdF To: ports@freebsd.org Subject: Re: How to test GUI ports within their poudriere jails? In-Reply-To: References: Message-ID: <074BEB84-4E9C-443E-9683-65034A9B1C27@disroot.org> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----5HDV2ISUL2N9LSTWGEHKHVY57GAJ4U Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.995]; DMARC_POLICY_ALLOW(-0.50)[disroot.org,reject]; R_SPF_ALLOW(-0.20)[+a]; R_DKIM_ALLOW(-0.20)[disroot.org:s=mail]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:50673, ipnet:178.21.23.0/24, country:NL]; MLMMJ_DEST(0.00)[ports@freebsd.org]; DKIM_TRACE(0.00)[disroot.org:+]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4QTmKP51F8z3mMP X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N ------5HDV2ISUL2N9LSTWGEHKHVY57GAJ4U Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I use AppJail with the x11 option to install the GUI port I am creating wit= h Xephyr but I normally do not use Xephyr=2E El 28 de mayo de 2023 12:02:41 a=2E m=2E UTC, "Edward Sanford Sutton, III"= escribi=C3=B3: >Is there a preferred way to test GUI ports function correctly within poud= riere? Wondering if there is a workflow to do so instead of just creating a= n install on a second computer or in a virtual machine=2E My primary goal i= s to be able to confirm it still functions properly with minimal runtime de= pendencies as my main FreeBSD system is a desktop with many things installe= d so would contaminate that check=2E > >Thanks, >Edward Sanford Sutton, III > ------5HDV2ISUL2N9LSTWGEHKHVY57GAJ4U Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
I use AppJail with the x11 optio= n to install the GUI port I am creating with Xephyr but I normally do not u= se Xephyr=2E


El 2= 8 de mayo de 2023 12:02:41 a=2E m=2E UTC, "Edward Sanford Sutton, III" <= mirror176@hotmail=2Ecom> escribi=C3=B3:
Is there a preferred way to test G= UI ports function correctly within poudriere? Wondering if there is a workf= low to do so instead of just creating an install on a second computer or in= a virtual machine=2E My primary goal is to be able to confirm it still fun= ctions properly with minimal runtime dependencies as my main FreeBSD system= is a desktop with many things installed so would contaminate that check=2E=

Thanks,
Edward Sanford Sutton, III

------5HDV2ISUL2N9LSTWGEHKHVY57GAJ4U--