CVS commit: pkgsrc/security/mhash
"Tobias Nygren" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: tnn Date: Mon Aug 17 21:11:16 UTC 2026 Modified Files: pkgsrc/security/mhash: Makefile Log Message: mhash: needs older autoconf To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/mhash/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 684 B)
Modified files: Index: pkgsrc/security/mhash/Makefile diff -u pkgsrc/security/mhash/Makefile:1.43 pkgsrc/security/mhash/Makefile:1.44 --- pkgsrc/security/mhash/Makefile:1.43 Mon Aug 17 12:10:06 2026 +++ pkgsrc/security/mhash/Makefile Mon Aug 17 21:11:16 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2026/08/17 12:10:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.44 2026/08/17 21:11:16 tnn Exp $ DISTNAME= mhash-0.9.9 PKGREVISION= 15 @@ -14,7 +14,7 @@ MAINTAINER= [email protected] HOMEPAGE= https://mhash.sourceforge.net/ COMMENT= Hash algorithms library -USE_TOOLS+= gmake perl autoconf +USE_TOOLS+= gmake perl autoconf269 USE_LIBTOOL= yes GNU_CONFIGURE= yes