From owner-freebsd-questions@FreeBSD.ORG Mon Sep 17 10:12:43 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C559F1065672 for ; Mon, 17 Sep 2012 10:12:43 +0000 (UTC) (envelope-from olevole@olevole.ru) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 074DA8FC15 for ; Mon, 17 Sep 2012 10:12:42 +0000 (UTC) Received: by lage12 with SMTP id e12so4922665lag.13 for ; Mon, 17 Sep 2012 03:12:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:user-agent:cc:mime-version:content-type :content-transfer-encoding:message-id:x-gm-message-state; bh=fFA5qhrmF7VtLZPF7dGqFqt/h14b64yYVcgYarkVh1E=; b=SOyGC5GsyY+jJ1EW7WobPnsDuJDVe2SswWF+DVXrlTH6ZAxZ2IOOwZ5B/UOxUDGGBO ivr9kV807PRc7XO2a7GsrNJvd6wPvlYBhvaDmbZkME03gp+NcKxj4n53nPxljYBt5hNv q/S1anBQUioUxs4kULgvvDXU4LmXYQsYYi3569u/Z8ax40JRb0VClWFzuSZfI+q+xEzQ yf4QwnFM3zho6Sj7DsTX45ccGqSHLNleS1WRVGm9ru3/dE3QO23uENEioSCPWYYMbgm7 AIhVk2R7fyM/yM8QbLyd5qetogPEREGGm2PHg5muu8IiWNL5PTX3dFY42WbGLdCy/j5S mp9A== Received: by 10.112.32.33 with SMTP id f1mr3759241lbi.70.1347876755450; Mon, 17 Sep 2012 03:12:35 -0700 (PDT) Received: from gizmo.nevosoft.local ([195.182.128.54]) by mx.google.com with ESMTPS id y4sm2484424lbg.5.2012.09.17.03.12.34 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Sep 2012 03:12:34 -0700 (PDT) From: Oleg Ginzburg To: freebsd-questions@freebsd.org Date: Mon, 17 Sep 2012 14:12:33 +0400 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.4; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201209171412.33278.olevole@olevole.ru> X-Gm-Message-State: ALoCoQlIMsM8TK+MShx+vh+kzZP/1uHj+bOCgHGGXjYuutIb9l1Hw03DhU4cKQBfNQ80n2GIhtvT Cc: freebsd-ports@freebsd.org Subject: pkgng repository URL for minor version X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2012 10:12:43 -0000 What is the method in a repository of pkg there to split packages for difference minor version? At present PACKAGESSITE set to http://pkg.freebsd.org/${ABI}/latest, where $ABI forming URL on 9.0 or 9.1/amd64 into http://pkg.freebsd.org/freebsd:9:x86:64/latest/ How it is possible to specify necessary minor version or determine for which version the package. For an example, some software builds on 9.1 isn't compatible with 9.0 libraries ("_ThreadRuneLocale" Undefined symbol)