pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mit-krb5



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec  9 15:14:32 UTC 2024

Modified Files:
        pkgsrc/security/mit-krb5: Makefile

Log Message:
mit-krb5: Clarify reason for MAKE_JOBS_SAFE=no.

Use standard ASCII markup while here.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/security/mit-krb5/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/mit-krb5/Makefile
diff -u pkgsrc/security/mit-krb5/Makefile:1.119 pkgsrc/security/mit-krb5/Makefile:1.120
--- pkgsrc/security/mit-krb5/Makefile:1.119     Mon Jul 22 06:18:21 2024
+++ pkgsrc/security/mit-krb5/Makefile   Mon Dec  9 15:14:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2024/07/22 06:18:21 adam Exp $
+# $NetBSD: Makefile,v 1.120 2024/12/09 15:14:32 jperkin Exp $
 
 BRANCHNAME=    1.21
 DISTNAME=      krb5-${BRANCHNAME}.3
@@ -18,7 +18,10 @@ COMMENT=     MIT Kerberos 5 authentication s
 # license, which is not entirely clearly Free, by the text.
 #LICENSE=
 
-# \todo Debug and/or report upstream.
+# TODO: This is entirely caused by our libtool patches, which are also
+# actively harmful when trying to run the test suite.  They should really
+# be completely deleted and we instead homogenise shared objects to have
+# the same naming across all platforms.
 MAKE_JOBS_SAFE=        no
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src



Home | Main Index | Thread Index | Old Index