From owner-svn-ports-head@FreeBSD.ORG Fri Sep 19 07:01:15 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 F07A791D; Fri, 19 Sep 2014 07:01:14 +0000 (UTC) Received: from mail-yh0-x234.google.com (mail-yh0-x234.google.com [IPv6:2607:f8b0:4002:c01::234]) (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 8772B1B8; Fri, 19 Sep 2014 07:01:14 +0000 (UTC) Received: by mail-yh0-f52.google.com with SMTP id i57so358876yha.39 for ; Fri, 19 Sep 2014 00:01:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/t7H9/a23i0C5Xi1RvoEN5ZdRPXRz6UNgSZvQfdCaow=; b=lDd5EcQ/TOk0dpCSgWK/3CcL38tmpgEV5aWblrmULEcfeMD8XEaI4wOSfzAnpZaaoq ADb91kMRBJu+2EeCi+y+sVgH3lG/Sa1XC/spXJrCfYH84TCh9pPunKE0AxiiTr95ldjB X/1hnotfyXIaCOLOJoTCJeGyPrhu76RVlbFUdwhdZdmwUszp02F2NdTmlTLyaTRHTTKS /QdPV8cE2oKNo2vVr+Xql9OfvCFXCmA1jkz6P0aEw79DrgkYE0rnsTeyiPRD2ffTlK0C /j2tNfIwPXdTrRdlxYuBvhxMa+g1aXF6o296FVkD8sUkGVi63EMBkEq3NoatR9BPFmxR xqaA== MIME-Version: 1.0 X-Received: by 10.236.231.178 with SMTP id l48mr296283yhq.143.1411110073484; Fri, 19 Sep 2014 00:01:13 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Fri, 19 Sep 2014 00:01:13 -0700 (PDT) In-Reply-To: <201409181026.s8IAQm4Z049862@svn.freebsd.org> References: <201409181026.s8IAQm4Z049862@svn.freebsd.org> Date: Fri, 19 Sep 2014 09:01:13 +0200 X-Google-Sender-Auth: nxzq1hTrQQNpIrjiA7HzVyi41ts Message-ID: Subject: Re: svn commit: r368440 - in head/archivers/rpm4: . files From: Antoine Brodin To: Johan van Selst Content-Type: text/plain; charset=UTF-8 Cc: "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: Fri, 19 Sep 2014 07:01:15 -0000 On Thu, Sep 18, 2014 at 12:26 PM, Johan van Selst wrote: > Author: johans > Date: Thu Sep 18 10:26:48 2014 > New Revision: 368440 > URL: http://svnweb.freebsd.org/changeset/ports/368440 > QAT: https://qat.redports.org/buildarchive/r368440/ > > Log: > Update to rpm 4.12.0 > > Modified: > head/archivers/rpm4/Makefile > head/archivers/rpm4/distinfo > head/archivers/rpm4/files/patch-lib_backend_db3.c > head/archivers/rpm4/pkg-plist > Hi, This fails to build on freebsd 8.4/9.1 and fails to package on freebsd 10/head. Cheers, Antoine