pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/honeyd - Include readline to fix Linux builds



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79876a8845ce
branches:  trunk
changeset: 479370:79876a8845ce
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Aug 13 11:04:21 2004 +0000

description:
- Include readline to fix Linux builds
- Add Python support
- Include an extra library on Linux to fix builds on some distros.

Last two issues submitted by Roland Illig in PR# 26620

diffstat:

 security/honeyd/Makefile |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 36efd74129c2 -r 79876a8845ce security/honeyd/Makefile
--- a/security/honeyd/Makefile  Fri Aug 13 10:27:46 2004 +0000
+++ b/security/honeyd/Makefile  Fri Aug 13 11:04:21 2004 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2004/04/30 17:26:23 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/08/13 11:04:21 adrianp Exp $
 #
 
 DISTNAME=      honeyd-0.8b
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security net
 MASTER_SITES=  http://niels.xtdnet.nl/honeyd/
 
-MAINTAINER=    adrianp%stindustries.net@localhost
+MAINTAINER=    adrianp%NetBSD.org@localhost
 HOMEPAGE=      http://niels.xtdnet.nl/honeyd/index.php
 COMMENT=       Small daemon that creates virtual hosts on a network
 
@@ -19,6 +19,9 @@
 PKG_SYSCONFSUBDIR=     honeyd
 RCD_SCRIPTS=           honeyd
 
+CONFIGURE_ENV+=                _PATH_PYTHON=${PYTHONBIN}
+LIBS.Linux+=           -lutil
+
 DIST_CONF_FILES=       nmap.assoc xprobe2.conf nmap.prints \
                        config.ethernet pf.os
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
@@ -33,6 +36,8 @@
        ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
 
+.include "../../lang/python/extension.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../net/libdnet/buildlink3.mk"



Home | Main Index | Thread Index | Old Index