pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/aspell-english Add patch-ab to not use "which...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7967c99bf475
branches: trunk
changeset: 498484:7967c99bf475
user: reed <reed%pkgsrc.org@localhost>
date: Tue Aug 23 21:37:24 2005 +0000
description:
Add patch-ab to not use "which" command.
And set in configure environment: ASPELL and PREZIP to
path to executables.
diffstat:
textproc/aspell-english/Makefile | 4 +++-
textproc/aspell-english/distinfo | 3 ++-
textproc/aspell-english/patches/patch-ab | 16 ++++++++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
diffs (50 lines):
diff -r 94eb09e08448 -r 7967c99bf475 textproc/aspell-english/Makefile
--- a/textproc/aspell-english/Makefile Tue Aug 23 20:55:46 2005 +0000
+++ b/textproc/aspell-english/Makefile Tue Aug 23 21:37:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:32 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/23 21:37:24 reed Exp $
#
DISTNAME= aspell6-en-6.0-0
@@ -12,6 +12,8 @@
COMMENT= English language support for aspell
HAS_CONFIGURE= YES
+CONFIGURE_ENV+= ASPELL=${BUILDLINK_PREFIX.aspell}/bin/aspell
+CONFIGURE_ENV+= PREZIP=${BUILDLINK_PREFIX.aspell}/bin/prezip-bin
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 94eb09e08448 -r 7967c99bf475 textproc/aspell-english/distinfo
--- a/textproc/aspell-english/distinfo Tue Aug 23 20:55:46 2005 +0000
+++ b/textproc/aspell-english/distinfo Tue Aug 23 21:37:24 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:48:39 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/08/23 21:37:24 reed Exp $
SHA1 (aspell6-en-6.0-0.tar.bz2) = 9723820a22340bcc3a12aae45df26d9ff0608829
RMD160 (aspell6-en-6.0-0.tar.bz2) = 54eafdae618b241ca8fcc76898ddfcb3d04ee5b2
Size (aspell6-en-6.0-0.tar.bz2) = 182442 bytes
SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677
+SHA1 (patch-ab) = 95767f553e37e39183ea5d26dc7ebfb488752cf5
diff -r 94eb09e08448 -r 7967c99bf475 textproc/aspell-english/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-english/patches/patch-ab Tue Aug 23 21:37:24 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2005/08/23 21:37:24 reed Exp $
+
+--- configure.orig 2004-08-10 09:01:33.000000000 +0000
++++ configure 2005-08-23 21:25:25.184621000 +0000
+@@ -79,9 +79,9 @@
+ datadir=`$ASPELL dump config data-dir`
+ echo $datadir
+
+-echo "ASPELL = `which $ASPELL`" > Makefile
++echo "ASPELL = $ASPELL" > Makefile
+ echo "ASPELL_FLAGS = $ASPELL_FLAGS" >> Makefile
+-echo "PREZIP = `which $PREZIP`" >> Makefile
++echo "PREZIP = $PREZIP" >> Makefile
+ echo "DESTDIR = $DESTDIR" >> Makefile
+ echo "dictdir = $dictdir" >> Makefile
+ echo "datadir = $datadir" >> Makefile
Home |
Main Index |
Thread Index |
Old Index