From owner-freebsd-ports@FreeBSD.ORG Tue Oct 8 13:57:01 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5E5C4ABE for ; Tue, 8 Oct 2013 13:57:01 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog101.obsmtp.com (eu1sys200aog101.obsmtp.com [207.126.144.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0F75253E for ; Tue, 8 Oct 2013 13:57:00 +0000 (UTC) Received: from mail-wg0-f43.google.com ([74.125.82.43]) (using TLSv1) by eu1sys200aob101.postini.com ([207.126.147.11]) with SMTP ID DSNKUlQPEdcCOKdbiGpmld4kwrUnHQJfq/Ii@postini.com; Tue, 08 Oct 2013 13:57:00 UTC Received: by mail-wg0-f43.google.com with SMTP id z12so8699817wgg.34 for ; Tue, 08 Oct 2013 06:56:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to :in-reply-to; bh=OeM4Kl+78OXb/Hf59ccTz3dHho7GFtRmbN6g0vqX+cE=; b=hCI2q0ect86+g7nRNouq+qmMi9v/j/fyowciuge8m+5yraqEK5xeyybyc4EcJbX42l G5lfAuxz0EGbMBFWPokw25SwZZFwU2hM6YF9SItjdUgtMpULtR/cF8vTk4FWbPIOBGqZ yi1SzuCx7pKSmnnpbpQyVA5ggzCeCEKClZ9YFlLja9VovtCzbusVTcrWO/bhntuoqFBQ d70csZWkOqfTQHq964LjDNnREGzt5YLE8AtIiI/W+qFkJIYbNoIbzK5cZIluJ7DcTj6c v+yQFMlkUBMgJCgi7oggNxVyDp24WCSJwyMrMOv3CH6izoWIxJETrskvvMB53ftzSoLk KtOA== X-Gm-Message-State: ALoCoQmZa+G00KW5eC9YmRA/efHtuC87HajxlbcGbCg2HxaBNs4VhuR1n14EA1KGtDEJsR2S9NA5/ROpFohbRFRoTuWGwHvwofEg/Ku2KNY3cyP9yCvKRZ4iSePtc0k6QbDmvgLHaT98pEs+aUvVJwtNlU5VJVdkBfF1KSaK2QV8FRN1PVOvnhM= X-Received: by 10.194.71.72 with SMTP id s8mr1928160wju.52.1381240593086; Tue, 08 Oct 2013 06:56:33 -0700 (PDT) X-Received: by 10.194.71.72 with SMTP id s8mr1928151wju.52.1381240592980; Tue, 08 Oct 2013 06:56:32 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id mb7sm5478306wic.10.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Oct 2013 06:56:32 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r98DuUBn096589 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 8 Oct 2013 14:56:30 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r98DuUHU096588 for freebsd-ports@freebsd.org; Tue, 8 Oct 2013 14:56:30 +0100 (BST) (envelope-from mexas) Date: Tue, 8 Oct 2013 14:56:30 +0100 (BST) From: Anton Shterenlikht Message-Id: <201310081356.r98DuUHU096588@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: this poudriere thing... it's all right In-Reply-To: <5253FF3A.5010006@FreeBSD.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 13:57:01 -0000 A success story: - installed ports-mgmt/poudriere-devel on ia64 10.0-CURRENT #4 r255488 - followed poudriere(8) man page, together with http://www.neant.ro/2013/03/building-a-package-repository-for-freebsd-with-poudriere-and-pkgng/ https://wiki.freebsd.org/PkgPrimer - set up poudriere ia64 jail and a separate ports tree at r329660 - built ~200 packages - signed the packages: https://glenbarber.us/2012/06/11/Maintaining-Your-Own-pkgng-Repository.html - set up nginx to serve packages - updated packages on 2 hosts via pkg update/upgrade Many thanks to all who helped and replied to my many questions. Remaining issues/questions: - is it possible to show the svn revision of the ports tree via poudriere ports? This would be useful. - it seems -v option to poudriere ports does nothing: # poudriere ports -l PORTSTREE METHOD PATH default svn+https /pdr/ports/ # poudriere ports -l -v PORTSTREE METHOD PATH default svn+https /pdr/ports/ # - is there a standard way to clean up old logs: $ du -sh /pdr/data/logs/bulk/ia64-default/* 12M /pdr/data/logs/bulk/ia64-default/2013-10-06_21h47m07s 14M /pdr/data/logs/bulk/ia64-default/2013-10-07_08h57m57s 592k /pdr/data/logs/bulk/ia64-default/2013-10-07_21h58m03s 524k /pdr/data/logs/bulk/ia64-default/2013-10-07_22h19m56s 504k /pdr/data/logs/bulk/ia64-default/2013-10-07_22h57m42s 524k /pdr/data/logs/bulk/ia64-default/2013-10-07_23h00m03s 524k /pdr/data/logs/bulk/ia64-default/2013-10-08_09h14m14s 524k /pdr/data/logs/bulk/ia64-default/2013-10-08_09h17m49s 8M /pdr/data/logs/bulk/ia64-default/2013-10-08_09h20m56s $ - to get authenticated sendmail I have to have these lines in /etc/make.conf: SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+= -lsasl2 Do I understand correctly that these lines only affect buildworld on the target box, and have nothing to do with the poudriere build of security/cyrus-sasl2? Or do I need to add these lines to /usr/local/etc/poudriere.d/make.conf? - Do I need to add WITH_SSP_PORTS=yes to /usr/local/etc/poudriere.d/make.conf? Thanks again Anton