pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/wmmail



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 20 09:06:38 UTC 2026

Modified Files:
        pkgsrc/mail/wmmail: Makefile distinfo
Added Files:
        pkgsrc/mail/wmmail/patches: patch-configure

Log Message:
wmmail: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/mail/wmmail/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/wmmail/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/wmmail/patches/patch-configure

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

Modified files:

Index: pkgsrc/mail/wmmail/Makefile
diff -u pkgsrc/mail/wmmail/Makefile:1.39 pkgsrc/mail/wmmail/Makefile:1.40
--- pkgsrc/mail/wmmail/Makefile:1.39    Sat Jul  4 16:18:37 2015
+++ pkgsrc/mail/wmmail/Makefile Tue Jan 20 09:06:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/07/04 16:18:37 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2026/01/20 09:06:38 wiz Exp $
 
 DISTNAME=      WMMail.app-0.64
 PKGNAME=       wmmail-0.64
@@ -11,6 +11,8 @@ COMMENT=      WindowMaker xbiff-like "mail-ch
 
 DEPENDS+=      windowmaker>=0.80.0nb1:../../wm/windowmaker
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-PL-incs="-I${LOCALBASE}/include" \

Index: pkgsrc/mail/wmmail/distinfo
diff -u pkgsrc/mail/wmmail/distinfo:1.8 pkgsrc/mail/wmmail/distinfo:1.9
--- pkgsrc/mail/wmmail/distinfo:1.8     Tue Oct 26 10:54:34 2021
+++ pkgsrc/mail/wmmail/distinfo Tue Jan 20 09:06:38 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:54:34 nia Exp $
+$NetBSD: distinfo,v 1.9 2026/01/20 09:06:38 wiz Exp $
 
 BLAKE2s (WMMail.app-0.64.tar.gz) = cf91a1ffc3bc8d49f50f24e1d1cd63cc2d9997278a6bdc935a15b720f5c91a35
 SHA512 (WMMail.app-0.64.tar.gz) = 2291595970d2a680e3452bf666602361ad0e1ec7a09079444a6d3ff6583c1a3c483ad53ca91c4cbe9df0f8ef6729792ac5fc1c403bee96620a5a6df3beafada2
@@ -6,5 +6,6 @@ Size (WMMail.app-0.64.tar.gz) = 147305 b
 SHA1 (patch-aa) = afeaff242ccf423a1e2ca3368941b6230185878e
 SHA1 (patch-ac) = 565d442850f7b406fad588dd5e045b465a40fbab
 SHA1 (patch-ad) = 13251a2ab4a656cf1452dc785d98e39b39aa7c94
+SHA1 (patch-configure) = 34a44a09716307eec896f9699fab9933870c14d1
 SHA1 (patch-src_list.h) = 747b32a70ecd05935f123d362dec996f98cf95aa
 SHA1 (patch-src_wmutil.c.in) = 71f1b7a97225a78371961cbe15cc1c793cc443fb

Added files:

Index: pkgsrc/mail/wmmail/patches/patch-configure
diff -u /dev/null pkgsrc/mail/wmmail/patches/patch-configure:1.1
--- /dev/null   Tue Jan 20 09:06:38 2026
+++ pkgsrc/mail/wmmail/patches/patch-configure  Tue Jan 20 09:06:38 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2026/01/20 09:06:38 wiz Exp $
+
+Add missing return type to fix build with gcc 14+
+
+--- configure.orig     2026-01-20 09:05:14.345875552 +0000
++++ configure
+@@ -709,7 +709,7 @@ cat > conftest.$ac_ext << EOF
+ #line 710 "configure"
+ #include "confdefs.h"
+ 
+-main(){return(0);}
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+   ac_cv_prog_cc_works=yes



Home | Main Index | Thread Index | Old Index