pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/libsieve Strip CR in some files.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a42f1ab64b09
branches: trunk
changeset: 543007:a42f1ab64b09
user: obache <obache%pkgsrc.org@localhost>
date: Sat May 31 15:05:40 2008 +0000
description:
Strip CR in some files.
Should fix build failure on Solaris.
diffstat:
mail/libsieve/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1ccdf68fdad9 -r a42f1ab64b09 mail/libsieve/Makefile
--- a/mail/libsieve/Makefile Sat May 31 14:16:47 2008 +0000
+++ b/mail/libsieve/Makefile Sat May 31 15:05:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/12/17 11:32:57 obache Exp $
+# $NetBSD: Makefile,v 1.10 2008/05/31 15:05:40 obache Exp $
#
DISTNAME= libsieve-2.2.6
@@ -18,4 +18,9 @@
PKG_DESTDIR_SUPPORT= user-destdir
+SUBST_CLASSES+= stripcr
+SUBST_STAGE.stripcr= post-extract
+SUBST_FILES.stripcr= src/sv_util/exception.*
+SUBST_FILTER_CMD.stripcr= ${TR} -d '\r'
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index