pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors abiword & abiword-plugins: fix builds



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1646b4e6cc0
branches:  trunk
changeset: 418787:d1646b4e6cc0
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Dec 04 05:40:47 2019 +0000

description:
abiword & abiword-plugins: fix builds

As of 3.0.3, Abiword's configure.ac now depends on macros provided by
GNU's autoconf-archive collection. Since we're using autoconf, we need
these available as a build dependency.

(TBD: there's a lot of duplication between these two files that could
probably be unified.)

diffstat:

 editors/abiword-plugins/Makefile |  4 +++-
 editors/abiword/Makefile         |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r fe0513364b45 -r d1646b4e6cc0 editors/abiword-plugins/Makefile
--- a/editors/abiword-plugins/Makefile  Wed Dec 04 05:13:56 2019 +0000
+++ b/editors/abiword-plugins/Makefile  Wed Dec 04 05:40:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2019/11/27 16:01:09 nia Exp $
+# $NetBSD: Makefile,v 1.108 2019/12/04 05:40:47 gutteridge Exp $
 
 .include       "../../editors/abiword/Makefile.common"
 DISTNAME=      abiword-${ABIVERSION}
@@ -16,6 +16,8 @@
 
 CONFLICTS=     abiword-plugins-[0-9]* abiword-personal-[0-9]* abiword2-[0-9]*
 
+BUILD_DEPENDS+=        autoconf-archive-[0-9]*:../../devel/autoconf-archive
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoconf automake gmake pkg-config
diff -r fe0513364b45 -r d1646b4e6cc0 editors/abiword/Makefile
--- a/editors/abiword/Makefile  Wed Dec 04 05:13:56 2019 +0000
+++ b/editors/abiword/Makefile  Wed Dec 04 05:40:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.192 2019/11/27 16:01:09 nia Exp $
+# $NetBSD: Makefile,v 1.193 2019/12/04 05:40:47 gutteridge Exp $
 
 .include       "Makefile.common"
 
@@ -14,6 +14,7 @@
 CONFLICTS=     abiword-personal-[0-9]* abiword2-[0-9]*
 
 DEPENDS+=      adwaita-icon-theme>0:../../graphics/adwaita-icon-theme
+BUILD_DEPENDS+=        autoconf-archive-[0-9]*:../../devel/autoconf-archive
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index