From owner-freebsd-ports@freebsd.org Fri Sep 23 18:56:52 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B099BE7C26 for ; Fri, 23 Sep 2016 18:56:52 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60163DFC; Fri, 23 Sep 2016 18:56:52 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id m79so127801066ioo.3; Fri, 23 Sep 2016 11:56:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=eWdkluEY5W5h0Utoj5T4ohnufldQUalB2xNxwbC9gWs=; b=H/djwRDv3wddPQGxEk8e6gsHU11gVBjsyG+w6D4+1ei7PGZ7Ij/P8ra7F9XhL2MlsD 83WkOqpEh9PDylehBt11rl0uJyNGpglkx+l3LCjLOLoct7iMv71c/jObS9KgXSc5oknX 2+vBJhHbJSSttGa+KbO8OEWidW1WRImGEjpBzEcqtgzc/RjOa3OQhc2jhyYBoFMZ1PaU BpBgowpcxktMBhHY19+eIg26HfHyjT3Xqw1b6EX+tsVoQpSZDBSyZUs5hCv5uK0B+ZDb raEtrybRN7+h8ecMpq4HU1rjErZI2685nlQTMSVosmskTEG7Y4ovQepa265X2BwK89yA uUPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=eWdkluEY5W5h0Utoj5T4ohnufldQUalB2xNxwbC9gWs=; b=aDVB1S0oBbSPLPKYy6vcwMH7I2FWvbUnPAQc3tfCAC0ptWbq0WmE3dTlmqUpX6VkbL 1zY4uUl7PzVGni7VIq7ZElGFK/hErabdEityw1NJL95SB6PXbnv+lrEE0vmdEU0SCwNs tj6HrXK6rzo7NWPuh19CudmclZRxz897uWtVaCDhYMUahN7yG0qQ/zA/f838c/J5mjdo HDOV0eDXDLCJeBZylInjPElGsHVXD3uTDNgrJiWGVOZudtT1g2ANCnDl1x8DalKeKllx aKci24H66xc1iZoTs7e+5CETfqDa3hsP9U3cEBwLdsSl6Hc+8v65fkS+N1adDtG/n2Q0 fQJQ== X-Gm-Message-State: AE9vXwN+P7u0LuMZOFzH5cdBBDnD6lem7UKGC+Q7keLMK3mtkPe+rsUaBb6oWr4xUQw4BPuG+r7pdrCRKQ/ZHQ== X-Received: by 10.107.47.85 with SMTP id j82mr10336072ioo.191.1474657011692; Fri, 23 Sep 2016 11:56:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.95.18 with HTTP; Fri, 23 Sep 2016 11:56:51 -0700 (PDT) In-Reply-To: <1474653346.58903.10.camel@FreeBSD.org> References: <1474653346.58903.10.camel@FreeBSD.org> From: =?UTF-8?Q?Fernando_Herrero_Carr=C3=B3n?= Date: Fri, 23 Sep 2016 20:56:51 +0200 Message-ID: Subject: Re: multimedia/mplayer2 ignored on poudriere To: "Carlos J. Puga Medina" Cc: freebsd-ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 18:56:52 -0000 2016-09-23 19:55 GMT+02:00 Carlos J. Puga Medina : > Hi Fernando, > > mplayer2 fails to build on the package builders due to ports > infrastructure problems, so an ugly conditional was added in the > Makefile to ignore it ATM. > > ===> mplayer2-2.0.20130428_22 depends on package: /packages/All/py34- > docutils-0.12.txz - not found > > So yes, you'll be able to build mplayer2 via poudriere if you set python3 > as > DEFAULT_VERSIONS [1] > > [1] https://wiki.freebsd.org/DEFAULT_VERSIONS > [2] https://lists.freebsd.org/pipermail/freebsd-ports/2016- > January/101573.html > > Kind regards, > -- > Carlos Jacobo Puga Medina > PGP fingerprint = C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 > Hi Carlos Jacobo, Thanks for your reply. So the workaround is to define both DEFAULT_VERSIONS and PYTHON_VERSION? I will give it a try and see. Thanks a lot for the links! Best regards, Fernando