summaryrefslogtreecommitdiff
path: root/net/freewais-sf
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /net/freewais-sf
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'net/freewais-sf')
-rw-r--r--net/freewais-sf/Makefile6
-rw-r--r--net/freewais-sf/distinfo4
-rw-r--r--net/freewais-sf/patches/patch-ba4
3 files changed, 7 insertions, 7 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile
index 2a8c339caa8..f8d7942070d 100644
--- a/net/freewais-sf/Makefile
+++ b/net/freewais-sf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:24 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/05 20:50:45 rillig Exp $
#
DISTNAME= freeWAIS-sf-2.2.12
@@ -17,11 +17,11 @@ USE_LIBTOOL= yes
USE_TOOLS+= perl:run
HAS_CONFIGURE= yes
-CONFIGURE_ENV+= PREFIX=${PREFIX}
+CONFIGURE_ENV+= PREFIX=${PREFIX:Q}
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \
-Darchname=${MACHINE_ARCH}-${LOWER_OPSYS}
-CONFIGURE_ENV+= PERL5="${PERL5}"
+CONFIGURE_ENV+= PERL5=${PERL5:Q}
INSTALL_TARGET= install install.man
USE_MAKEINFO= YES
diff --git a/net/freewais-sf/distinfo b/net/freewais-sf/distinfo
index 6fbe25653ba..1cd10d08a1d 100644
--- a/net/freewais-sf/distinfo
+++ b/net/freewais-sf/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/06/23 22:12:44 kristerw Exp $
+$NetBSD: distinfo,v 1.6 2005/12/05 20:50:45 rillig Exp $
SHA1 (freeWAIS-sf-2.2.12.tar.gz) = a18ec82b773e0114c3c2b15aa3fbeadc21b2cd47
RMD160 (freeWAIS-sf-2.2.12.tar.gz) = 3b25c10f0cb62d69ce7001affe53c18bfaf9cede
@@ -29,4 +29,4 @@ SHA1 (patch-aw) = 00f267dd288dfcce627dbbb631cd388eae1a81af
SHA1 (patch-ax) = 9934346f7d22c23d0682c316079bb4cdf01d77d7
SHA1 (patch-ay) = b699615b0a152136fc6be02c899a2a0d4ea6ced1
SHA1 (patch-az) = 8b608484a353c73e6e532bb4cb9f32a4270f1385
-SHA1 (patch-ba) = 55414bc530ef72426793014f09578bac1378cbb8
+SHA1 (patch-ba) = fc98fc590a86720f39fc77d650bfc985508b064b
diff --git a/net/freewais-sf/patches/patch-ba b/net/freewais-sf/patches/patch-ba
index 77ed44602c0..03aa8f68fd6 100644
--- a/net/freewais-sf/patches/patch-ba
+++ b/net/freewais-sf/patches/patch-ba
@@ -1,8 +1,8 @@
-$NetBSD: patch-ba,v 1.1 2004/03/09 11:24:04 seb Exp $
+$NetBSD: patch-ba,v 1.2 2005/12/05 20:50:45 rillig Exp $
--- server/waisserver.c.orig 1999-04-16 09:59:45.000000000 +0000
+++ server/waisserver.c
-@@ -44,6 +44,9 @@ static char *PRCSid = "$Id: waisserver.c
+@@ -44,6 +44,9 @@
#ifdef I_SYS_SELECT
#include <sys/select.h>
#endif