Package Details: whois-git 5.5.16.r0.g41b3435-1

Git Clone URL: https://aur.archlinux.org/whois-git.git (read-only, click to copy)
Package Base: whois-git
Description: The whois client by Marco d'Itri
Upstream URL: https://github.com/rfc1036/whois
Licenses: GPL2
Conflicts: whois
Provides: whois
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 1
Popularity: 0.000000
First Submitted: 2017-08-25 09:37 (UTC)
Last Updated: 2023-04-13 09:12 (UTC)

Dependencies (5)

Required by (8)

Sources (1)

Latest Comments

dev-zero commented on 2021-05-11 12:16 (UTC)

Thanks for the quick fix and the aur itself!

Chocobo1 commented on 2021-05-11 12:08 (UTC)

I get with the current version: ...

Fixed, thanks!

dev-zero commented on 2021-05-11 10:36 (UTC) (edited on 2021-05-11 10:39 (UTC) by dev-zero)

I get with the current version:

Makefile:42: *** Please fix your build system to stop defining HAVE_LIBIDN!.  Stop.
==> ERROR: A failure occurred in build().
    Aborting...

and there is some auto-detection for libxcrypt:

ifeq ($(shell $(PKG_CONFIG) --exists 'libxcrypt >= 4.1' || echo NO),)
DEFS += -DHAVE_CRYPT_H -DHAVE_LINUX_CRYPT_GENSALT $(shell $(PKG_CONFIG) --cflags libcrypt)
mkpasswd_LDADD += $(shell $(PKG_CONFIG) --libs libcrypt)