From owner-svn-ports-head@FreeBSD.ORG Mon Sep 22 10:02:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2A2AF46; Mon, 22 Sep 2014 10:02:52 +0000 (UTC) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8879FC9D; Mon, 22 Sep 2014 10:02:52 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id wp4so367490obc.30 for ; Mon, 22 Sep 2014 03:02:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NfmKabVlb0VfuZ0Nek09IAg1JP1NkF8W2oMvc7asoMw=; b=FldGSZ02hoFJXdsH4vxUqDBDdu3wJG2a9Bw5UCj8SsUB4/uk3MI3BLnTK+Ev1WfXcV TCepdHfIWzuA5Y3EAZ7xuIJ5Ct1RPydV8iIIrEDhzivVDsWdBEBrGkS1BRoj8daZzVfT 28evMuaFYpksZxD0Mdkai5sSBqQqWGnGRnMDd04TmPorX0vL/PivaeenA+tSHxLPM2Rk 122vhTrq60eoAcMedLbgzlAb3vTDmvh0csWHBE2lWxsomgt6Qp9aoouxg/VNYMGixadG YxK50T1qN6edCbDNS8SSfgHXzf5Mn4lfVQHKVEhYWaOzLhaE343bDCSnSMpJCPKOYU2X WO8g== MIME-Version: 1.0 X-Received: by 10.60.179.163 with SMTP id dh3mr18209788oec.42.1411380171745; Mon, 22 Sep 2014 03:02:51 -0700 (PDT) Received: by 10.202.59.193 with HTTP; Mon, 22 Sep 2014 03:02:51 -0700 (PDT) In-Reply-To: References: <201409211410.s8LEAree007793@svn.freebsd.org> Date: Mon, 22 Sep 2014 16:02:51 +0600 Message-ID: Subject: Re: svn commit: r368759 - in head/databases/freetds: . files From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: Antoine Brodin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Thomas Zander , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 10:02:53 -0000 For the time being I am working on all failed ports listed here: Fixed : databases/ruby-sybct Will check each and every within a short timeframe. On Mon, Sep 22, 2014 at 12:02 PM, Antoine Brodin wrote: > On Sun, Sep 21, 2014 at 4:10 PM, Thomas Zander wrote: > > Author: riggs > > Date: Sun Sep 21 14:10:53 2014 > > New Revision: 368759 > > URL: http://svnweb.freebsd.org/changeset/ports/368759 > > QAT: https://qat.redports.org/buildarchive/r368759/ > > > > Log: > > - Update to upstream version 0.91.103 > > - Assign maintainership to Muhammad Moinur Rahman <5u623l20@gmail.com> > > - Convert to simple OPTIONS handling where possible > > > > PR: 193686 > > Submitted by: 5u623l20@gmail.com > > > > Deleted: > > head/databases/freetds/files/patch-configure > > head/databases/freetds/files/patch-src_tds_iconv.c > > Modified: > > head/databases/freetds/Makefile > > head/databases/freetds/distinfo > > head/databases/freetds/files/patch-doc_Makefile.in > > head/databases/freetds/pkg-plist > > Hi, > > This breaks the following ports: > > databases/ruby-sybct/Makefile:LIB_DEPENDS= > libtds.so:${PORTSDIR}/databases/freetds > databases/sqlrelay/Makefile:LIB_DEPENDS+= > libtds.so:${PORTSDIR}/databases/freetds > databases/py-sybase/Makefile:LIB_DEPENDS= > libtds.so:${PORTSDIR}/databases/freetds > net/asterisk/Makefile:FREETDS_LIB_DEPENDS= > libtds.so:${PORTSDIR}/databases/freetds > net/asterisk11/Makefile:FREETDS_LIB_DEPENDS= > libtds.so:${PORTSDIR}/databases/freetds > net/freeradius3/Makefile:LIB_DEPENDS+= > libtds.so:${PORTSDIR}/databases/freetds > > Cheers, > > Antoine >