summaryrefslogtreecommitdiff
path: root/editors/zile
diff options
context:
space:
mode:
authortnn <tnn>2009-10-21 16:51:46 +0000
committertnn <tnn>2009-10-21 16:51:46 +0000
commitb4d0f021693cc18ac5a9e4a8d3692096a5b0713f (patch)
treef030fcd39f7dd2b9d5cfe42e3c169420a25ddef3 /editors/zile
parente76904d41b771456a0bb80588ace692ed1d91be2 (diff)
downloadpkgsrc-b4d0f021693cc18ac5a9e4a8d3692096a5b0713f.tar.gz
resolve lib/charset.alias conflicts. PR pkg/42199
Diffstat (limited to 'editors/zile')
-rw-r--r--editors/zile/Makefile5
-rw-r--r--editors/zile/PLIST3
-rw-r--r--editors/zile/distinfo3
-rw-r--r--editors/zile/patches/patch-aa12
4 files changed, 19 insertions, 4 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index 6311775690c..7acc6ccd858 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2009/07/19 11:49:10 zafer Exp $
+# $NetBSD: Makefile,v 1.25 2009/10/21 16:51:46 tnn Exp $
DISTNAME= zile-2.3.9
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://ftp.gnu.org/gnu/zile/
@@ -17,6 +18,8 @@ GNU_CONFIGURE= yes
INFO_FILES= # PLIST
+# we only want the charset.alias file, so no buildlinkery for libiconv
+DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/zile/PLIST b/editors/zile/PLIST
index 04949d7a1cd..17b32df9dcf 100644
--- a/editors/zile/PLIST
+++ b/editors/zile/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2009/07/19 11:49:10 zafer Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/10/21 16:51:46 tnn Exp $
bin/zile
-lib/charset.alias
man/man1/zile.1
share/zile/FAQ
share/zile/dotzile.sample
diff --git a/editors/zile/distinfo b/editors/zile/distinfo
index 3ffd6f563c4..478b23b6c8d 100644
--- a/editors/zile/distinfo
+++ b/editors/zile/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2009/07/19 11:49:10 zafer Exp $
+$NetBSD: distinfo,v 1.9 2009/10/21 16:51:46 tnn Exp $
SHA1 (zile-2.3.9.tar.gz) = e3d90bcdfd40ce8ad31e2154fe78a9abf679796b
RMD160 (zile-2.3.9.tar.gz) = 2d15bc0cd7d58fe75779f9adf5152de646dd7373
Size (zile-2.3.9.tar.gz) = 706848 bytes
+SHA1 (patch-aa) = 7a955b340c77b4c539b3d5ea7880c06d777dc424
diff --git a/editors/zile/patches/patch-aa b/editors/zile/patches/patch-aa
new file mode 100644
index 00000000000..7d96680fc57
--- /dev/null
+++ b/editors/zile/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2009/10/21 16:51:46 tnn Exp $
+
+--- lib/Makefile.in.orig 2009-07-08 16:10:42.000000000 +0200
++++ lib/Makefile.in
+@@ -1221,6 +1221,7 @@ install-exec-local: all-local
+ else \
+ need_charset_alias=false ; \
+ fi ; \
++ need_charset_alias=false`# provided by pkgsrc/converters/libiconv`; \
+ if $$need_charset_alias; then \
+ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
+ fi ; \