pkg/60155: net/gini: configure from autoconf 2.13 uses implicit int

"[email protected] via gnats" <[email protected]>
Newsgroups gmane.os.netbsd.devel.pkgsrc.bugs
Message-ID <[email protected]>
>Number:         60155
>Category:       pkg
>Synopsis:       net/gini: configure from autoconf 2.13 uses implicit int
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 02 01:00:00 +0000 2026
>Originator:     Robert Whitlock
>Release:        pkgsrc-2026Q1
>Organization:
>Environment:
NetBSD 11.99.5 amd64
>Description:
configure fails due to implicit int in test program checking the compiler because it used autoconf 2.13
>How-To-Repeat:
cd net/gini
make install
>Fix:
Pullups to 2026Q1 please.

pkgsrc/net/gini/patches/patch-configure:

$NetBSD$

--- configure.orig      2026-04-02 00:48:33.610384442 +0000
+++ configure
@@ -1159,7 +1159,7 @@ cat > conftest.$ac_ext << EOF
 #line 1160 "configure"
 #include "confdefs.h"
 
-main(){return(0);}
+int main(){return(0);}
 EOF
 if { (eval echo configure:1165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.