From nobody Sun May 30 00:06:46 2021 X-Original-To: freebsd-games@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 B5387BFF5BB; Sun, 30 May 2021 00:06:58 +0000 (UTC) (envelope-from kpedersen@disroot.org) Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FszHj5ml8z4qDj; Sun, 30 May 2021 00:06:57 +0000 (UTC) (envelope-from kpedersen@disroot.org) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id CDD4253C0B; Sun, 30 May 2021 02:06:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new 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 TpF_68-SwXgt; Sun, 30 May 2021 02:06:48 +0200 (CEST) Date: Sun, 30 May 2021 00:06:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1622333208; bh=X7x+osgYLT6hNBjwbGXthyZs2ornKSnn0jbOTCTQQ8Q=; h=Date:From:To:Cc:Subject; b=Nq/Wqz7/g2aAJs/vawjUNOBjxkMp010GkBWyVhfQbUD7HzACCV0iP0sSQElMeQOqT 36WYQAzB1LUczp2RWb1INtjHcjoAb79+HQssFXrK+OESOAft933WhtZG8CMTGQVVkK 1MW52NZrc1wPeUe/BCFm+suiqtpR8O3MXrqh911qGU3jM1+OupzhX5UHAIHyhBazVv nJDkhSXsq9ThvOdofhEEtkKeZZKU1Sa2wuK+fQ41NHnA3682favjOkmzsz7HiAgJbK lblWF6DHhB8lXmhiClttx/VII5wwjJRB4FJqR7moJOjybrgFTqmeiRqJz0jCN50/2e Mofucu8Mtwe/g== To: freebsd-ports@freebsd.org Cc: freebsd-games@freebsd.org Subject: Picking up hllib, hlextract and Half-Life Message-ID: <20210530000348.GA22411@dae.local> List-Id: Support for Games on FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-games List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-games@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4FszHj5ml8z4qDj X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=disroot.org header.s=mail header.b=Nq/Wqz7/; dmarc=pass (policy=quarantine) header.from=disroot.org; spf=pass (mx1.freebsd.org: domain of kpedersen@disroot.org designates 178.21.23.139 as permitted sender) smtp.mailfrom=kpedersen@disroot.org X-Spamd-Result: default: False [-3.50 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[178.21.23.139:from]; R_DKIM_ALLOW(-0.20)[disroot.org:s=mail]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+a]; SPAMHAUS_ZRD(0.00)[178.21.23.139:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[disroot.org:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[disroot.org,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:50673, ipnet:178.21.23.0/24, country:NL]; MAILMAN_DEST(0.00)[freebsd-games,freebsd-ports] Reply-To: kpedersen@disroot.org From: Karsten Pedersen via freebsd-ports X-Original-From: Karsten Pedersen X-ThisMailContainsUnwantedMimeParts: N Hi all, I have just submitted two port updates (and maintainer change) for hllib and hlextract. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256249 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256250 This was mainly in preparation for my port of Half-Life. Which is basically a composite fork of many different projects (Xash3D, HLSDK, hlextract, unwise). I have put it past a number of members of the FreeBSD forums with some positive results: https://forums.freebsd.org/threads/half-life-in-4-easy-steps.80394/ I am a bit rusty on the procedure (I made an initial port of devel/radare2 and x11/nimbus-gtk a long while back). Is there anything else that needs to be done? I am following through here: https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-submitting But am I correct in thinking if I do make further changes (to clean up some warnings), I simply resubmit a bug report again with the attached diff? I am hoping to get this right because I plan to pick up a number of currently unmaintained ports including darkplaces and allegro5. (also CC'ed freebsd-games because that might be more relevant?) Best regards, Karsten