ports/110409: [MAINTAINER]: Fix net/honeyd (objformat removal)
Wesley Shields
wxs at atarininja.org
Fri Mar 16 21:00:14 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list