pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/fml4 While this package uses perl to build, it re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b280e6a27d03
branches:  trunk
changeset: 652456:b280e6a27d03
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Tue Jun 02 23:54:35 2015 +0000

description:
While this package uses perl to build, it relies on the GNU config.guess script
to detect the platform.
Link-in the up to date copy of config.guess we provide as the version bundled
with the package is from 2002 and it causes bulkbuilds to hang due to waiting
for manual input if it doesn't recognise the platform.

diffstat:

 mail/fml4/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6bd66472563a -r b280e6a27d03 mail/fml4/Makefile
--- a/mail/fml4/Makefile        Tue Jun 02 22:41:53 2015 +0000
+++ b/mail/fml4/Makefile        Tue Jun 02 23:54:35 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/06/02 23:54:35 sevan Exp $
 #
 
 DISTNAME=      fml-4.0-stable-20040215
@@ -50,6 +50,9 @@
 
 INSTALLATION_DIRS+=    ${FML_DIR}/examples
 
+do-configure:
+       ${LN} -fs ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/sbin
+
 do-install:
        cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} ${PERL5} makefml install
        ${MV} ${DESTDIR}${PREFIX}/${FML_DIR}/.fml/system \



Home | Main Index | Thread Index | Old Index