pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/irrtoolset5
Module Name: pkgsrc
Committed By: he
Date: Thu Oct 17 16:05:06 UTC 2019
Modified Files:
pkgsrc/net/irrtoolset5: Makefile
Log Message:
Apparently, there is no need to run aclocal and automake, so remove
those. USE_TOOLS still needs automake, though. Also turn down the
verbosity of autoconf. Ride on previous update, though this is just
a configure/build simplification.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/irrtoolset5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/irrtoolset5/Makefile
diff -u pkgsrc/net/irrtoolset5/Makefile:1.11 pkgsrc/net/irrtoolset5/Makefile:1.12
--- pkgsrc/net/irrtoolset5/Makefile:1.11 Thu Oct 17 14:05:49 2019
+++ pkgsrc/net/irrtoolset5/Makefile Thu Oct 17 16:05:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/10/17 14:05:49 he Exp $
+# $NetBSD: Makefile,v 1.12 2019/10/17 16:05:06 he Exp $
VERSION= 5.1.2
DISTNAME= irrtoolset-${VERSION}
@@ -22,16 +22,14 @@ MAKE_JOBS_SAFE= NO
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
-USE_TOOLS+= aclocal automake autoconf bison flex
+USE_TOOLS+= automake autoconf bison flex
CONFIG_GUESS_OVERRIDE= config.guess
CONFIG_SUB_OVERRIDE= config.sub
pre-configure:
- cd ${WRKSRC} && aclocal
cd ${WRKSRC} && autoreconf --install
- cd ${WRKSRC} && automake --add-missing
- cd ${WRKSRC} && autoconf -v -i -f
+ cd ${WRKSRC} && autoconf -f
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index