pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mit-krb5-appl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 27 13:52:55 UTC 2025

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

Log Message:
mit-krb5-appl: stop regenerating the configure script

Leads to weird errors like
checking for IPv6 compile-time support... ./configure: 6435: Syntax error: ";;" unexpected (expecting "fi")
and is not needed because pkgsrc doesn't patch any of
the autoconf/automake source files.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/mit-krb5-appl/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-appl/Makefile
diff -u pkgsrc/security/mit-krb5-appl/Makefile:1.14 pkgsrc/security/mit-krb5-appl/Makefile:1.15
--- pkgsrc/security/mit-krb5-appl/Makefile:1.14 Tue Oct 24 22:10:52 2023
+++ pkgsrc/security/mit-krb5-appl/Makefile      Mon Jan 27 13:52:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/10/24 22:10:52 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/27 13:52:54 wiz Exp $
 
 DISTNAME=      krb5-appl-1.0.3
 PKGNAME=       mit-${DISTNAME}
@@ -23,7 +23,7 @@ CONFLICTS+=   heimdal-[0-9]*
 CONFLICTS+=    kth-krb4-[0-9]*
 CONFLICTS+=    mit-krb5<1.8
 
-USE_TOOLS+=            autoconf autoheader yacc
+USE_TOOLS+=            yacc
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
@@ -61,11 +61,6 @@ post-extract:
        extract_file="${WRKDIR}/${DISTNAME}.tar.gz";    \
        cd ${WRKDIR} && ${EXTRACT_CMD}
 
-pre-configure:
-       @${ECHO} "=> Generating configure";             \
-       cd ${WRKSRC}; autoheader -I ${WRKSRC} -f;       \
-       cd ${WRKSRC}; autoconf -I ${WRKSRC} -f;
-
 .include "../../mk/termcap.buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../security/mit-krb5/buildlink3.mk"



Home | Main Index | Thread Index | Old Index