summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-09 14:50:31 +0000
committerghen <ghen@pkgsrc.org>2006-03-09 14:50:31 +0000
commit8cf271c6e87684e5c59b2dc80574a145a78c786f (patch)
tree5dfaf291a174bff9f21a03a3c2c7d0ff9f7c9c44 /converters
parent23a3bdbb82a2c960c25e3cc2bb660a5a6636bcaa (diff)
downloadpkgsrc-8cf271c6e87684e5c59b2dc80574a145a78c786f.tar.gz
Use REPLACE_INTERPRETER instead of a patch.
Diffstat (limited to 'converters')
-rw-r--r--converters/fribidi/Makefile7
-rw-r--r--converters/fribidi/distinfo3
-rw-r--r--converters/fribidi/patches/patch-aa10
3 files changed, 7 insertions, 13 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
index d6edf93b971..9bd2530293a 100644
--- a/converters/fribidi/Makefile
+++ b/converters/fribidi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:06 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/03/09 14:50:31 ghen Exp $
#
DISTNAME= fribidi-0.10.4
@@ -11,6 +11,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fribidi.sourceforge.net/
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
+REPLACE_INTERPRETER+= bash
+_REPLACE.bash.old= /bin/bash
+_REPLACE.bash.new= ${SH:Q}
+_REPLACE_FILES.bash= run.tests
+
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
diff --git a/converters/fribidi/distinfo b/converters/fribidi/distinfo
index 10585c0d75f..ea87a759a26 100644
--- a/converters/fribidi/distinfo
+++ b/converters/fribidi/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 16:12:33 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/03/09 14:50:31 ghen Exp $
SHA1 (fribidi-0.10.4.tar.bz2) = a77f55797095ea5de6e620370f5968b891aed103
RMD160 (fribidi-0.10.4.tar.bz2) = 9afd13f64ba8907ece99b7c04a7d4e98b23f9d92
Size (fribidi-0.10.4.tar.bz2) = 335733 bytes
-SHA1 (patch-aa) = bc930c1df929716aa5e4bf8e8951668f15f71ec0
diff --git a/converters/fribidi/patches/patch-aa b/converters/fribidi/patches/patch-aa
deleted file mode 100644
index 56d825f52d0..00000000000
--- a/converters/fribidi/patches/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/12/14 01:16:39 xtraeme Exp $
-
---- run.tests.orig Mon Oct 6 14:12:47 2003
-+++ run.tests Mon Oct 6 14:12:57 2003
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # run.tests - Check that the algorithm does what it is supposed to
- # Copyright (C) 1999,2000 Dov Grobgeld, and
- # Copyright (C) 2001,2002 Behdad Esfahbod.