diff options
author | salo <salo@pkgsrc.org> | 2004-06-06 11:45:06 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-06-06 11:45:06 +0000 |
commit | 5bd41dd0f9014c76ec290a3b3030230f0660739c (patch) | |
tree | 3bfc52cf5414d19e165ab91b4ac884eb191d76d8 /chat/silc-client/patches | |
parent | 85ee7fcbfa5f0b7bb35ea66905490efbee76894a (diff) | |
download | pkgsrc-5bd41dd0f9014c76ec290a3b3030230f0660739c.tar.gz |
PKGREVISION++
- Rework how and where is silc-client installed (in preparation for
silc-toolkit import).
- Rework PLIST.perl handling, now it works with threaded Perl as well.
- Minor cleanups.
Diffstat (limited to 'chat/silc-client/patches')
-rw-r--r-- | chat/silc-client/patches/patch-ab | 22 | ||||
-rw-r--r-- | chat/silc-client/patches/patch-ac | 13 |
2 files changed, 35 insertions, 0 deletions
diff --git a/chat/silc-client/patches/patch-ab b/chat/silc-client/patches/patch-ab new file mode 100644 index 00000000000..89112b2eb24 --- /dev/null +++ b/chat/silc-client/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.11 2004/06/06 11:45:06 salo Exp $ + +--- irssi/Makefile.in.orig 2004-01-14 14:29:02.000000000 +0100 ++++ irssi/Makefile.in 2004-06-05 14:36:55.000000000 +0200 +@@ -258,7 +258,7 @@ + target_alias = @target_alias@ + @BUILD_PLUGINS_TRUE@PLUGINS = plugins + @BUILD_SERVERTEST_TRUE@SERVERTEST = servertest +-SUBDIRS = src docs scripts ++SUBDIRS = src docs + + # + # INCLUDE defines +@@ -283,7 +283,7 @@ + #confdir = $(sysconfdir) + confdir = $(silc_etcdir) + conffile = silc.conf +-themedir = $(datadir)/silc/themes ++themedir = $(datadir)/silc-client/themes + theme_DATA = default.theme + noinst_HEADERS = irssi-version.h.in + EXTRA_DIST = \ diff --git a/chat/silc-client/patches/patch-ac b/chat/silc-client/patches/patch-ac new file mode 100644 index 00000000000..09396b54a33 --- /dev/null +++ b/chat/silc-client/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.7 2004/06/06 11:45:06 salo Exp $ + +--- irssi/src/perl/Makefile.in.orig 2004-01-14 14:29:06.000000000 +0100 ++++ irssi/src/perl/Makefile.in 2004-06-05 14:50:35.000000000 +0200 +@@ -265,7 +265,7 @@ + -I$(top_srcdir)/src/fe-common/core \ + -I$(top_srcdir)/src/fe-common/silc \ + $(GLIB_CFLAGS) \ +- -DSCRIPTDIR=\""$(datadir)/silc/scripts"\" \ ++ -DSCRIPTDIR=\""$(prefix)/libexec/silc-client/scripts"\" \ + -DPERL_USE_LIB=\""$(PERL_USE_LIB)"\" \ + -DPERL_STATIC_LIBS=$(PERL_STATIC_LIBS) \ + $(PERL_CFLAGS) |