Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2007 16:54:15 -0400 (EDT)
From:      Wesley Shields <wxs@atarininja.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110409: [MAINTAINER]: Fix net/honeyd (objformat removal)
Message-ID:  <20070316205415.9A4B45C57@syn.atarininja.org>
Resent-Message-ID: <200703162100.l2GL0CQC005715@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110409
>Category:       ports
>Synopsis:       [MAINTAINER]: Fix net/honeyd (objformat removal)
>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:   Fri Mar 16 21:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.1-RELEASE-p10 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #5: Sat Sep 30 21:50:55 EDT 2006 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
net/honeyd was affected by the removal of /usr/bin/objformat.  The
attached patch fixes this.

According to the documentation available at:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-autotools.html

I've also removed the GNU_CONFIGURE line as it is no-longer necessary.
>How-To-Repeat:
Install net/honeyd on a machine with no /usr/bin/objformat.

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/honeyd/Makefile,v
retrieving revision 1.26
diff -u -u -r1.26 Makefile
--- Makefile	5 Dec 2006 13:28:59 -0000	1.26
+++ Makefile	16 Mar 2007 20:45:56 -0000
@@ -21,7 +21,7 @@
 BUILD_DEPENDS=	${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
 
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	libtool:15
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
 		--with-libevent=${LOCALBASE} \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070316205415.9A4B45C57>