pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mhash



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 18:38:28 UTC 2020

Modified Files:
        pkgsrc/security/mhash: Makefile

Log Message:
security/mhash: fix file patterns for SUBST

The files in src/ don't reference MD4 at all.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/mhash/Makefile

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

Modified files:

Index: pkgsrc/security/mhash/Makefile
diff -u pkgsrc/security/mhash/Makefile:1.35 pkgsrc/security/mhash/Makefile:1.36
--- pkgsrc/security/mhash/Makefile:1.35 Fri Mar 20 11:58:17 2020
+++ pkgsrc/security/mhash/Makefile      Sun Mar 22 18:38:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/03/20 11:58:17 nia Exp $
+# $NetBSD: Makefile,v 1.36 2020/03/22 18:38:27 rillig Exp $
 
 DISTNAME=      mhash-0.9.9
 PKGREVISION=   10
@@ -25,7 +25,7 @@ POLLUTING_SYMS=               MD4Final MD4Init MD4Tra
 SUBST_CLASSES+=                ns
 SUBST_STAGE.ns=                pre-configure
 SUBST_MESSAGE.ns=      Prefixing symbols to avoid libc namespace pollution
-SUBST_FILES.ns=                lib/*.c lib/*.h src/*.c src/*.h
+SUBST_FILES.ns=                lib/*.c lib/*.h
 .for sym in ${POLLUTING_SYMS}
 SUBST_SED.ns+=         -e 's,\(${sym}\),mhash_\1,g'
 .endfor



Home | Main Index | Thread Index | Old Index