ports/65855: [MAINTAINER] net/honeyd: unbreak for the 4 branch

Yann Berthier yb at sainte-barbe.org
Wed Apr 21 16:40:26 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list