From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 16 10:10:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22CE81065677 for ; Tue, 16 Jun 2009 10:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F16258FC16 for ; Tue, 16 Jun 2009 10:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5GAA2T0083999 for ; Tue, 16 Jun 2009 10:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5GAA2Xk083998; Tue, 16 Jun 2009 10:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 16 Jun 2009 10:10:02 GMT Resent-Message-Id: <200906161010.n5GAA2Xk083998@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, Andrei Lavreniyuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6A18106564A for ; Tue, 16 Jun 2009 10:08:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 943EE8FC18 for ; Tue, 16 Jun 2009 10:08:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5GA8lNR087078 for ; Tue, 16 Jun 2009 10:08:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5GA8lV0087077; Tue, 16 Jun 2009 10:08:47 GMT (envelope-from nobody) Message-Id: <200906161008.n5GA8lV0087077@www.freebsd.org> Date: Tue, 16 Jun 2009 10:08:47 GMT From: Andrei Lavreniyuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135624: [PATCH] ports/security/tor-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 10:10:03 -0000 >Number: 135624 >Category: ports >Synopsis: [PATCH] ports/security/tor-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 16 10:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.0-CURRENT >Organization: Technica-03, Inc. >Environment: FreeBSD datacenter.technica-03.local 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Jun 14 14:40:28 EEST 2009 root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64 amd64 >Description: config.status: creating contrib/suse/tor.sh config.status: creating orconfig.h config.status: executing depfiles commands ===> Building for tor-devel-0.2.1.15.r cd . && /bin/sh /usr/ports/security/tor-devel/work/tor-0.2.1.15-rc/missing --run autoconf aclocal.m4:14: error: this file was generated for autoconf 2.61. ^^^^^^^^^^^ !!! You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te-2.62: /usr/local/bin/gm4 failed with exit status: 63 WARNING: `autoconf' is probably too old. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. ^^^^^^^^^^^ !!! /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-buf-freelists --enable-geoip-stats --disable-instrument-downloads --enable-threads --enable-transparent --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd8.0 build_alias=amd64-portbld-freebsd8.0 CC=cc CFLAGS=-O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fstack-protector -fno-strict-aliasing -Wformat -Wformat-security -s LDFLAGS= -rpath=/usr/local/lib CPPFLAGS=-I/usr/local/include --no-create --no-recursion >How-To-Repeat: # cd /usr/ports/security/tor-devel # make >Fix: --- Makefile.orig 2009-06-16 13:06:43.391708512 +0300 +++ Makefile 2009-06-16 13:05:36.346386130 +0300 @@ -21,6 +21,9 @@ RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent +USE_AUTOTOOLS= libtool:15 aclocal:110 autoconf:262 +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal + GNU_CONFIGURE= yes USE_OPENSSL= yes CPPFLAGS+= -I${LOCALBASE}/include Patch attached with submission follows: --- Makefile.orig 2009-06-16 13:06:43.391708512 +0300 +++ Makefile 2009-06-16 13:05:36.346386130 +0300 @@ -21,6 +21,9 @@ RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent +USE_AUTOTOOLS= libtool:15 aclocal:110 autoconf:262 +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal + GNU_CONFIGURE= yes USE_OPENSSL= yes CPPFLAGS+= -I${LOCALBASE}/include >Release-Note: >Audit-Trail: >Unformatted: