Date: Wed, 21 Apr 2004 18:33:39 +0200 (CEST) From: Yann Berthier <yb@sainte-barbe.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65855: [MAINTAINER] net/honeyd: unbreak for the 4 branch Message-ID: <20040421163339.2912F40B9@taz.hsc.fr> Resent-Message-ID: <200404211640.i3LGeP2s072743@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65855 >Category: ports >Synopsis: [MAINTAINER] net/honeyd: unbreak for the 4 branch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 21 09:40:25 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Yann Berthier >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD taz.hsc.fr 5.2-CURRENT FreeBSD 5.2-CURRENT #7: Tue Apr 6 23:52:21 CEST >Description: Put a dependency on devel/libedit for OSVERSION < 500000. It should fix the build for the 4 branch. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- honeyd-0.8a.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/honeyd/Makefile /usr/home/yb/tmp/ports/net/honeyd/Makefile --- /usr/ports/net/honeyd/Makefile Sat Apr 17 10:43:30 2004 +++ /usr/home/yb/tmp/ports/net/honeyd/Makefile Wed Apr 21 18:24:13 2004 @@ -36,6 +36,11 @@ MAN1= honeydctl.1 MAN8= honeyd.8 +.include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit +.endif + .if !defined(WITH_PYTHON) pre-everything:: @${ECHO_MSG} "===>" @@ -57,4 +62,4 @@ ${DATADIR}/scripts/snmp && \ ${INSTALL_SCRIPT} *.pl ${DATADIR}/scripts/snmp -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- honeyd-0.8a.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040421163339.2912F40B9>