summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authorwulf <wulf>2003-07-13 11:35:32 +0000
committerwulf <wulf>2003-07-13 11:35:32 +0000
commit000350de465ee722a34e2d5685adadf349c0b1e4 (patch)
treeddfc3563aa7e4ee1e13c02e328366a965049a709 /x11/kdelibs3
parent3b3d8b4d370d4ba51b11e0ea4545991dbbeef473 (diff)
downloadpkgsrc-000350de465ee722a34e2d5685adadf349c0b1e4.tar.gz
Removed patches/patch-cf and use REPLACE_PERL instead to fix incorrect path
to perl in kdeui/preparetips
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/Makefile6
-rw-r--r--x11/kdelibs3/distinfo3
-rw-r--r--x11/kdelibs3/patches/patch-cf10
3 files changed, 5 insertions, 14 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 0a5bd9c1dcb..849dc5d11cb 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/06/02 14:05:08 abs Exp $
+# $NetBSD: Makefile,v 1.31 2003/07/13 11:35:32 wulf Exp $
DISTNAME= kdelibs-3.1.2
CATEGORIES= x11
@@ -14,6 +14,7 @@ USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
@@ -24,7 +25,8 @@ KDEDIR= ${PREFIX}
REPLACE_PERL= \
kio/proxytype.pl \
- kio/useragent.pl
+ kio/useragent.pl \
+ kdeui/preparetips
PLIST_SRC= ${WRKDIR}/PLIST
UNLIMIT_RESOURCES= datasize memorysize
diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo
index b5f5080cc6f..36892fa71fc 100644
--- a/x11/kdelibs3/distinfo
+++ b/x11/kdelibs3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2003/07/13 07:56:39 wulf Exp $
+$NetBSD: distinfo,v 1.22 2003/07/13 11:37:18 wulf Exp $
SHA1 (kdelibs-3.1.2.tar.bz2) = ce1a18206590f8ab62f267efc90dd7083822de74
Size (kdelibs-3.1.2.tar.bz2) = 10524265 bytes
@@ -40,4 +40,3 @@ SHA1 (patch-bv) = 882355f9dd9cdbbbe14d54e5c59b630ef0347e1c
SHA1 (patch-cc) = f0154cf753a61271366ec3f57d62c1cf21bffc14
SHA1 (patch-cd) = e9f1096e9c293c545a2121c73ceb238d98e9b486
SHA1 (patch-ce) = 08e965336563bc818bbfd6dcef6b3bdbcfd89497
-SHA1 (patch-cf) = e6871f41e484a0c9889db7e67addc6f06626bd09
diff --git a/x11/kdelibs3/patches/patch-cf b/x11/kdelibs3/patches/patch-cf
deleted file mode 100644
index 943f2c28f15..00000000000
--- a/x11/kdelibs3/patches/patch-cf
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-cf,v 1.3 2003/07/13 07:56:40 wulf Exp $
-
---- kdeui/preparetips.orig 2003-07-13 17:19:23.000000000 +0930
-+++ kdeui/preparetips 2003-07-13 17:20:30.000000000 +0930
-@@ -1,4 +1,4 @@
--#! /usr/bin/perl
-+#!/usr/bin/env perl
- # little script to extract the text from the tips file
- # and output it, so xgettext can add the tips to the po file
- #