From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 16 21:00:14 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4ED5D16A407 for ; Fri, 16 Mar 2007 21:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9C613C4C1 for ; Fri, 16 Mar 2007 21:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2GL0CA0005716 for ; Fri, 16 Mar 2007 21:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2GL0CQC005715; Fri, 16 Mar 2007 21:00:12 GMT (envelope-from gnats) Resent-Date: Fri, 16 Mar 2007 21:00:12 GMT Resent-Message-Id: <200703162100.l2GL0CQC005715@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wesley Shields Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5733A16A404 for ; Fri, 16 Mar 2007 20:51:57 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 33AB813C465 for ; Fri, 16 Mar 2007 20:51:57 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 9A4B45C57; Fri, 16 Mar 2007 16:54:15 -0400 (EDT) Message-Id: <20070316205415.9A4B45C57@syn.atarininja.org> Date: Fri, 16 Mar 2007 16:54:15 -0400 (EDT) From: Wesley Shields To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/110409: [MAINTAINER]: Fix net/honeyd (objformat removal) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wesley Shields List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 21:00:14 -0000 >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: