From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 30 13:23:23 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A788106566B; Fri, 30 Oct 2009 13:23:23 +0000 (UTC) (envelope-from KOT@MATPOCKuH.Ru) Received: from sunrise.ifmo.ru (sunrise.ifmo.ru [194.85.162.83]) by mx1.freebsd.org (Postfix) with ESMTP id C69C08FC12; Fri, 30 Oct 2009 13:23:22 +0000 (UTC) Received: from sunweb.elcom.spb.ru ([192.168.2.12] helo=mail.elcom.spb.ru) by sunrise.ifmo.ru with esmtp (Exim 4.69) (envelope-from ) id 1N3rRo-0001jS-Ru; Fri, 30 Oct 2009 16:23:20 +0300 Received: from sunspot.elcom.spb.ru ([192.168.2.2]) by mail.elcom.spb.ru with esmtp (Exim 4.69) (envelope-from ) id 1N3rRo-0003jF-4B; Fri, 30 Oct 2009 16:23:20 +0300 Message-ID: <4AEAE8C8.7060200@MATPOCKuH.Ru> Date: Fri, 30 Oct 2009 16:23:20 +0300 From: Dmitry Afanasiev User-Agent: Thunderbird 2.0.0.23 (X11/20090923) MIME-Version: 1.0 To: Dmitry Morozovsky References: <200910291010.n9TAADFX039236@freefall.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/140074: www/oops does not compile 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: Fri, 30 Oct 2009 13:23:23 -0000 Hello! Dmitry Morozovsky wrote: > I Unfortunately, I have no sparc machines to test. Also, does the patch proposed > build the port on all currently supported platforms (at least RELENG_6)? > > Ah, and I overlooked initially that the proposed patch is for Mk/bsd.port.mk - > which definitely should be discussed with portmaster@ Another way is changing local Makefile for www/oops like this: --- Makefile.orig 2009-10-30 16:19:26.000000000 +0300 +++ Makefile 2009-10-30 16:19:38.000000000 +0300 @@ -31,7 +31,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" \ CXXFLAGS="${CXXFLAGS} -fPIC" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" + PTHREAD_LIBS=-lpthread OOPSVAR= /var/run/oops OOPSLOG= /var/log/oops or this: + PTHREAD_LIBS=-lpthr