From owner-svn-ports-head@FreeBSD.ORG Mon Sep 22 10:33:32 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 56088BCA; Mon, 22 Sep 2014 10:33:32 +0000 (UTC) Received: from mail-oa0-x229.google.com (mail-oa0-x229.google.com [IPv6:2607:f8b0:4003:c02::229]) (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 DEBF2F75; Mon, 22 Sep 2014 10:33:31 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id i7so2120189oag.0 for ; Mon, 22 Sep 2014 03:33:31 -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=zgziMJzZVGQUvfEeEwzQyrpu2xqM7Yf+simNkgKBBtw=; b=QP0MFAH+Iyicv85OTtwNa4XcMTX3k6yHjpTjdA2JcEZlSRfilgeY/OlgGjHNfksnYe sW84H1+qw0vfvYfc2w4PbZaLQ7FoRJnuDZJoBvhAujXAJ/VJ9IzQxAaTzkRnvGnQp9Eb yGUhplEnjfWR19955sJvlHzK7TYExbiNNIyH5cfZBG4PhPdMnCGU69BUHIZpuolJozvJ G1K13r3MwKg9PyuHNn76P3m9sgpmltcsA+NKHqwxbCPbjGLejpPt3BnWRIhWPDDSLoxO z2EJvOss8RHQnSGQ7rOPfemnFDbloUJ/xjTWtwmHIPZWWrEw9n/+7nvVVly168AuXa9G tZsA== MIME-Version: 1.0 X-Received: by 10.60.94.65 with SMTP id da1mr17041323oeb.11.1411382011155; Mon, 22 Sep 2014 03:33:31 -0700 (PDT) Received: by 10.202.59.193 with HTTP; Mon, 22 Sep 2014 03:33:31 -0700 (PDT) In-Reply-To: References: <201409211410.s8LEAree007793@svn.freebsd.org> Date: Mon, 22 Sep 2014 16:33:31 +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:33:32 -0000 Fixed : databases/py-sybase Can anyone confirm please why sqlrelay is in the list? It's broken for a long time. On Mon, Sep 22, 2014 at 4:02 PM, Muhammad Moinur Rahman <5u623l20@gmail.com> wrote: > 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 >> > >