pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/erlang



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 21 10:29:16 UTC 2023

Modified Files:
        pkgsrc/lang/erlang: Makefile

Log Message:
erlang: remove unnecessary autoconf dependency


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/lang/erlang/Makefile

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

Modified files:

Index: pkgsrc/lang/erlang/Makefile
diff -u pkgsrc/lang/erlang/Makefile:1.113 pkgsrc/lang/erlang/Makefile:1.114
--- pkgsrc/lang/erlang/Makefile:1.113   Tue Feb 21 10:20:01 2023
+++ pkgsrc/lang/erlang/Makefile Tue Feb 21 10:29:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2023/02/21 10:20:01 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2023/02/21 10:29:16 wiz Exp $
 
 DISTNAME=      erlang-${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH}
 PKGNAME=       ${DISTNAME:S/OTP-/erlang-/}
@@ -17,7 +17,7 @@ EXTRACT_USING=        bsdtar
 
 WRKSRC=                ${WRKDIR}/otp-${GITHUB_TAG}
 GNU_CONFIGURE= yes
-USE_TOOLS+=    autoconf awk gmake perl:run flex
+USE_TOOLS+=    awk gmake perl:run flex
 USE_LANGUAGES+=        c c++
 
 # "This run-time was supposed be compiled with all code below 2Gb,
@@ -82,9 +82,6 @@ CHECK_RELRO_SKIP+=    lib/erlang/lib/megaco
 
 .include "options.mk"
 
-pre-configure:
-       cd ${WRKSRC} && ./otp_build autoconf
-
 ###
 ### Ensure this gets rebuilt.
 ###



Home | Main Index | Thread Index | Old Index