pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p2kmoto: fix build on -current



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Apr 8 14:34:09 2026 +0200
Changeset:	d042a7d0fbc9c1a6500895e1ac0adcf049cc7b1a

Modified Files:
	p2kmoto/Makefile
	p2kmoto/distinfo

Log Message:
p2kmoto: fix build on -current

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d042a7d0fbc9c1a6500895e1ac0adcf049cc7b1a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p2kmoto/Makefile | 5 +++--
 p2kmoto/distinfo | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/p2kmoto/Makefile b/p2kmoto/Makefile
index 8c9ed326df..06343108cd 100644
--- a/p2kmoto/Makefile
+++ b/p2kmoto/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.2 2012/10/04 09:13:17 asau Exp $
-#
 
 DISTNAME=		p2kmoto-0.1-rc1
 PKGNAME=		p2kmoto-0.1rc1
@@ -10,10 +9,12 @@ MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		https://moto4lin.sourceforge.net/
 COMMENT=		Support for p2k on Motorola phones
 
-
 WRKSRC=			${WRKDIR}/p2kmoto-0.1
 USE_LIBTOOL=		yes
 GNU_CONFIGURE=		yes
 
+CFLAGS+=		-Wno-implicit-function-declaration
+CFLAGS+=		-Wno-return-mismatch
+
 .include "../../mk/libusb.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/p2kmoto/distinfo b/p2kmoto/distinfo
index 978fdbe216..bbcf2c0069 100644
--- a/p2kmoto/distinfo
+++ b/p2kmoto/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2008/01/18 07:11:22 thomasklausner Exp $
 
-RMD160 (p2kmoto-0.1-rc1.tar.gz) = cb243a637a23353f596f313124f71f7eb354a3bd
+BLAKE2s (p2kmoto-0.1-rc1.tar.gz) = 5fde5a9c2f764db8e653ba58b7b563297b8a8ad94add759caafdd9568ce4d21c
 SHA512 (p2kmoto-0.1-rc1.tar.gz) = 5c35eb95d015002665307b4df62df173217c41fbd8d7f00e4b9785e8523ccf4493f1a1ed359716c39b1489e5404fa1fd46d4e8b99fb3d2e014b549cdec00bcd1
 Size (p2kmoto-0.1-rc1.tar.gz) = 281950 bytes


Home | Main Index | Thread Index | Old Index