From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 10 13:00:19 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 E673816A401 for ; Sat, 10 Feb 2007 13:00:19 +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 A7FB613C494 for ; Sat, 10 Feb 2007 13:00:19 +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 l1AD0JEZ091686 for ; Sat, 10 Feb 2007 13:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1AD0JYY091685; Sat, 10 Feb 2007 13:00:19 GMT (envelope-from gnats) Resent-Date: Sat, 10 Feb 2007 13:00:19 GMT Resent-Message-Id: <200702101300.l1AD0JYY091685@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, Denis Shaposhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E975D16A405 for ; Sat, 10 Feb 2007 12:50:45 +0000 (UTC) (envelope-from dsh@vlink.ru) Received: from rigel.internal.vlink.ru (rigel.internal.vlink.ru [85.172.168.9]) by mx1.freebsd.org (Postfix) with ESMTP id 99FF413C428 for ; Sat, 10 Feb 2007 12:50:45 +0000 (UTC) (envelope-from dsh@vlink.ru) Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1]) by deliver.smtp.vlink.ru (Postfix) with ESMTP id 93347FED598; Sat, 10 Feb 2007 15:50:44 +0300 (MSK) Received: from localhost.my.domain (wizard.vlink.ru [85.172.168.67]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id 6BEAB10098EC; Sat, 10 Feb 2007 15:50:44 +0300 (MSK) Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.13.8/8.13.8) with ESMTP id l1ACoh0I007049; Sat, 10 Feb 2007 15:50:43 +0300 (MSK) (envelope-from dsh@localhost.my.domain) Received: (from dsh@localhost) by localhost.my.domain (8.13.8/8.13.8/Submit) id l1ACoh6q007045; Sat, 10 Feb 2007 15:50:43 +0300 (MSK) (envelope-from dsh) Message-Id: <200702101250.l1ACoh6q007045@localhost.my.domain> Date: Sat, 10 Feb 2007 15:50:43 +0300 (MSK) From: Denis Shaposhnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/109015: Update port: security/tclsasl (fix after objformat removal) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Shaposhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 13:00:20 -0000 >Number: 109015 >Category: ports >Synopsis: Update port: security/tclsasl (fix after objformat removal) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 13:00:19 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Jan 13 19:18:53 MSK 2007 dsh@localhost.my.domain:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386 >Description: Fix for build and install without /usr/sbin/objformat. >How-To-Repeat: >Fix: diff -Nru --exclude=.svn tclsasl.orig/files/patch-config-ltconfig tclsasl/files/patch-config-ltconfig --- tclsasl.orig/files/patch-config-ltconfig Thu Jan 1 03:00:00 1970 +++ tclsasl/files/patch-config-ltconfig Sat Feb 10 15:33:36 2007 @@ -0,0 +1,11 @@ +--- config/ltconfig.orig Mon Feb 25 08:42:15 2002 ++++ config/ltconfig Sat Feb 10 15:32:52 2007 +@@ -1115,7 +1115,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) >Release-Note: >Audit-Trail: >Unformatted: