From owner-freebsd-stable@FreeBSD.ORG Tue Jan 29 10:49:49 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ED3616A418 for ; Tue, 29 Jan 2008 10:49:49 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id 0579F13C4E1 for ; Tue, 29 Jan 2008 10:49:48 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1003710mue.6 for ; Tue, 29 Jan 2008 02:49:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=66Z/puQJMdxQOhs7Sm7pdVHHpEGaz4B3Pw0tz2jDn+I=; b=dN4gNFa5ksz0FwG+pmwVTJy59lItb3+je/76GyE7cDaXYXT20kJfvpUZf21YD/J63noHJwghVmBZlSsNRWl5JE+39u7E31HOim6sUFhbO66s8WK4ARKOQTLBWrlEetv2kOJM82vdHt+ZWZbBBFypf4sGIKPimSZtRqSLkiC4CPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qufP3cZbyhou+TPsjlA/l/zLYtbB3jDPMxegb5i2FlPBbZpnlTlCXT3ebElQPbG8kMSFv/9jFdtjJPcUVHGOAfdmGoX1xJMzXn9+UUTimFBJO5IsY0v8jV3HY+qc5TqvHOBCscmn1FGrtdizqj2LdDtd+MTWhMin4xSxQlj/umc= Received: by 10.78.142.14 with SMTP id p14mr9038848hud.75.1201603787597; Tue, 29 Jan 2008 02:49:47 -0800 (PST) Received: by 10.78.46.11 with HTTP; Tue, 29 Jan 2008 02:49:47 -0800 (PST) Message-ID: Date: Tue, 29 Jan 2008 13:49:47 +0300 From: pluknet To: "Chris H." In-Reply-To: <20080129013719.hqwqye20go8sgocw@webmail.1command.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080128093349.ok9nt1obkkcwgco8@webmail.1command.com> <20080128201148.GA70603@eos.sc1.parodius.com> <20080128125242.49nlnjqf8gowkckw@webmail.1command.com> <20080128135210.3v6o66baugo88s44@webmail.1command.com> <20080128144156.d1earbfa8gk0k40o@webmail.1command.com> <20080129082918.GO48382@server.vk2pj.dyndns.org> <20080129013719.hqwqye20go8sgocw@webmail.1command.com> Cc: freebsd-stable@freebsd.org Subject: Re: /usr/bin/objformat is missing X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2008 10:49:49 -0000 On 29/01/2008, Chris H. wrote: > Quoting Peter Jeremy : > > > On Mon, Jan 28, 2008 at 02:41:56PM -0800, Chris H. wrote: > >> In case you're wondering, objformat /is/ required - at leas for > >> www/apache13-ssl. > > touching objformat is not a good way. Try this instead, last time it helped me (taken from memory): --- Makefile.orig 2008-01-29 13:38:43.000000000 +0300 +++ Makefile 2008-01-29 13:41:19.000000000 +0300 @@ -5,7 +5,7 @@ # and apache-ssl port by Mark Murray . # Oh, and with a little bit of help from Ben :) # -# $FreeBSD: ports/www/apache13-ssl/Makefile,v 1.121 2007/06/17 16:59:26 anders Exp $ +# $FreeBSD$ PORTNAME= apache+ssl PORTVERSION= ${APACHE_VERSION}.${APACHE_SSL_VERSION} @@ -48,7 +48,7 @@ APACHE_HARD_SERVER_LIMIT?= 512 -CFLAGS+= -I${OPENSSLINC}/openssl +CFLAGS+= -I${OPENSSLINC}/openssl -Wl,--export-dynamic CONFIGURE_ARGS+= \ --prefix=${PREFIX} \ --server-uid=www \