diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-23 21:55:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-23 21:55:21 +0000 |
commit | 7001c025d0eeda612dd55c89ca568d7e770a2b47 (patch) | |
tree | 11b825d83c0b3f3cf75a2bd0b9fce20b7edb0b21 /irc/irssi/files | |
parent | Fix stupid LIB_DEPENDS mistake (libsearch.3 vs. search.3). (diff) |
Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"
commit. (Of course I have to fix all his stuff anyway. ;-)
First diff submitted by: jim (MAINATAINER)
Gmake-related crap fixed by: will (the added patch)
Notes
Notes:
svn path=/head/; revision=28717
Diffstat (limited to 'irc/irssi/files')
-rw-r--r-- | irc/irssi/files/patch-ae | 4 | ||||
-rw-r--r-- | irc/irssi/files/patch-af | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/irc/irssi/files/patch-ae b/irc/irssi/files/patch-ae index 178026a81a37..540b4fbc3aba 100644 --- a/irc/irssi/files/patch-ae +++ b/irc/irssi/files/patch-ae @@ -1,5 +1,5 @@ ---- plugins/perl/Makefile.PL.in Fri Feb 25 12:52:31 2000 -+++ plugins/perl/Makefile.PL.in.new Fri Feb 25 19:38:08 2000 +--- plugins/perl/xs/Makefile.PL.in Fri Feb 25 12:52:31 2000 ++++ plugins/perl/xs/Makefile.PL.in.new Fri Feb 25 19:38:08 2000 @@ -2,5 +2,5 @@ WriteMakefile('NAME' => 'Irssi', diff --git a/irc/irssi/files/patch-af b/irc/irssi/files/patch-af new file mode 100644 index 000000000000..80203aeade03 --- /dev/null +++ b/irc/irssi/files/patch-af @@ -0,0 +1,11 @@ +--- plugins/perl/Makefile.in Sat Mar 11 15:10:46 2000 ++++ plugins/perl/Makefile.in.new Fri May 19 20:36:24 2000 +@@ -240,7 +240,7 @@ + cd xs && if [ ! -f Makefile ]; then $(perlpath) Makefile.PL; fi && $(MAKE) && cd .. + + install-exec-local: +- cd xs && make install && cd .. ++ ${MAKE} -C xs install + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |