pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/29230: two issues with chat/eggdrop
>Number: 29230
>Category: pkg
>Synopsis: two issues with chat/eggdrop
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Feb 04 21:02:00 +0000 2005
>Originator: Georg Schwarz
>Release: current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
- 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
>How-To-Repeat:
>Fix:
--- Makefile.orig 2005-02-04 19:49:55.000000000 +0100
+++ Makefile 2005-02-04 20:13:09.000000000 +0100
@@ -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