Received: by mail.netbsd.org (Postfix, from userid 605) id 5DA3E84DD3; Thu, 26 Mar 2020 02:33:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D874684DD1 for ; Thu, 26 Mar 2020 02:33:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IvX6Z7KKI4uR for ; Thu, 26 Mar 2020 02:33:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 41A4284CD5 for ; Thu, 26 Mar 2020 02:33:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F589FB27; Thu, 26 Mar 2020 02:33:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158518999562960" MIME-Version: 1.0 Date: Thu, 26 Mar 2020 02:33:15 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/games/lbreakout2 To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200326023315.3F589FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158518999562960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Mar 26 02:33:15 UTC 2020 Modified Files: pkgsrc/games/lbreakout2: Makefile Log Message: Ignore portability when configure is already patched To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/games/lbreakout2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158518999562960 Content-Disposition: inline Content-Length: 685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/lbreakout2/Makefile diff -u pkgsrc/games/lbreakout2/Makefile:1.45 pkgsrc/games/lbreakout2/Makefile:1.46 --- pkgsrc/games/lbreakout2/Makefile:1.45 Fri Mar 20 11:57:42 2020 +++ pkgsrc/games/lbreakout2/Makefile Thu Mar 26 02:33:15 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2020/03/20 11:57:42 nia Exp $ +# $NetBSD: Makefile,v 1.46 2020/03/26 02:33:15 joerg Exp $ DISTNAME= lbreakout2-2.6.5 CATEGORIES= games @@ -16,6 +16,8 @@ CONFIGURE_ARGS+= --with-docdir=${PREFIX} LDFLAGS.SunOS+= -lsocket -lnsl +CHECK_PORTABILITY_SKIP+= configure.in + .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Msunpro) SUBST_CLASSES+= sunpro --_----------=_158518999562960--