pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/eggdrop Apply fixes from pkg/29230 by Georg Schwa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/725ae5444724
branches:  trunk
changeset: 488977:725ae5444724
user:      zuntum <zuntum%pkgsrc.org@localhost>
date:      Sun Feb 13 22:38:53 2005 +0000

description:
Apply fixes from pkg/29230 by Georg Schwarz <georg.schwarz%freenet.de@localhost>
fixing the following issues:

  - chat/eggdrop builds without zlib support on systems without
    native zlib support.
  - chat/eggdrop compiles without modules on platforms where it
    does not explicitly know to support them, missing a few items for PLIST

diffstat:

 chat/eggdrop/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 061ce95b754b -r 725ae5444724 chat/eggdrop/Makefile
--- a/chat/eggdrop/Makefile     Sun Feb 13 21:21:52 2005 +0000
+++ b/chat/eggdrop/Makefile     Sun Feb 13 22:38:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/12/03 15:14:52 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/02/13 22:38:53 zuntum Exp $
 
 DISTNAME=      eggdrop1.6.17
 PKGNAME=       eggdrop-1.6.17
@@ -65,12 +65,14 @@
                 botchk weed ${PREFIX}/share/eggdrop/scripts/
 
 .include "../../lang/tcl/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
 
 .if defined(NOPIC)
 BUILD_TARGET=  static
 PLIST_SUBST+=  NOPIC="@comment "
 .else
+BUILD_TARGET=  eggdrop
 PLIST_SUBST+=  NOPIC=
 do-install: do-install-modules
 do-install-modules:



Home | Main Index | Thread Index | Old Index