Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tqaOy8zD; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=V87PNeu/ Received: by mail.netbsd.org (Postfix, from userid 605) id 0C59384E63; Wed, 27 Mar 2024 12:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711541421; bh=U5uHxjEOh7whc3yCKlxM77TSy7DLMGVLSYNncDpIfM0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=tqaOy8zDoYyJVHeyQW4/Ms/jucWOBQMG/PE0wVaIfqXsypxXkRpfwQwc5jdLyPZhU NwTrNEvYcXgVzxi6HPj5zEZklxAgn8pPWJ3uyXrH6ZqoK69OhLC8ja7PNde9OXhWjR C7eJ2U/c2+2LzC3wkV6Wpj8Fx1oZPPhzrVNpq4YA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F22B584E60 for ; Wed, 27 Mar 2024 12:10:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iWJT_KyVDeqE for ; Wed, 27 Mar 2024 12:10:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5390A84D01 for ; Wed, 27 Mar 2024 12:10:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711541419; bh=U5uHxjEOh7whc3yCKlxM77TSy7DLMGVLSYNncDpIfM0=; h=Date:From:Subject:To:Reply-To; b=V87PNeu/DAVmp5F3iu4a885DNzzmR9RNw/+90+yp6ZYLrIwAMLfYz2kyrBxVZkiUH 6ZIEFe2cwO48ENqd+hFAQeq7Iga1KbS81PJEwZ94V5N9ubZuViXmjlMsCn6wsp11Sn h/mZlb+ukyyTd/fVakDtLcKNJ85ohCLfLcZ5I7TI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B07EFA2C; Wed, 27 Mar 2024 12:10:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711541419178000" MIME-Version: 1.0 Date: Wed, 27 Mar 2024 12:10:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/emulators/raine To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240327121019.4B07EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711541419178000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 27 12:10:19 UTC 2024 Modified Files: pkgsrc/emulators/raine: Makefile Log Message: raine: restore options.mk inclusion now that it's there To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/emulators/raine/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711541419178000 Content-Disposition: inline Content-Length: 800 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/raine/Makefile diff -u pkgsrc/emulators/raine/Makefile:1.42 pkgsrc/emulators/raine/Makefile:1.43 --- pkgsrc/emulators/raine/Makefile:1.42 Sat Mar 23 17:40:08 2024 +++ pkgsrc/emulators/raine/Makefile Wed Mar 27 12:10:19 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2024/03/23 17:40:08 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2024/03/27 12:10:19 wiz Exp $ DISTNAME= raine-0.96.7 CATEGORIES= emulators @@ -45,7 +45,7 @@ post-install: ${MV} ${DESTDIR}${PREFIX}/bin/raine ${DESTDIR}${PREFIX}/share/raine ${INSTALL_SCRIPT} ${WRKSRC}/raine.sh ${DESTDIR}${PREFIX}/bin/raine -#.include "options.mk" +.include "options.mk" .include "../../devel/SDL2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/SDL2_ttf/buildlink3.mk" --_----------=_1711541419178000--