pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2021Q1]: pkgsrc/net/GeoIP Pullup ticket #6451 - requested by maya



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e950c2eefafc
branches:  pkgsrc-2021Q1
changeset: 451501:e950c2eefafc
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Apr 27 14:35:55 2021 +0000

description:
Pullup ticket #6451 - requested by maya
net/GeoIP: NetBSD build fix

Revisions pulled up:
- net/GeoIP/Makefile                                            1.33

---
   Module Name: pkgsrc
   Committed By:        maya
   Date:                Mon Apr 19 07:22:30 UTC 2021

   Modified Files:
        pkgsrc/net/GeoIP: Makefile

   Log Message:
   GeoIP: force-fail gethostbyname_r configure check.

   NetBSD has this not-like-linux libc symbol and tries to hide it, but not
   well enough that autoconf fails to find it.

   Bump PKGREVISION for binary change.

   >From Stefan Schaeckeler in PR pkg/56116

diffstat:

 net/GeoIP/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 03a006a168e7 -r e950c2eefafc net/GeoIP/Makefile
--- a/net/GeoIP/Makefile        Sun Apr 25 08:15:21 2021 +0000
+++ b/net/GeoIP/Makefile        Tue Apr 27 14:35:55 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2020/01/08 11:59:43 nia Exp $
+# $NetBSD: Makefile,v 1.32.10.1 2021/04/27 14:35:55 bsiegert Exp $
 
 DISTNAME=      GeoIP-1.6.12
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=maxmind/}
 GITHUB_PROJECT=        geoip-api-c
@@ -16,5 +17,7 @@
 
 TEST_TARGET=   check
 
+CONFIGURE_ARGS.NetBSD+=        ac_cv_func_gethostbyname_r=no
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index