Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 22:31:53 +0100 (BST)
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        freebsd-ports@freebsd.org
Subject:   poudriere: setting PERL_VERSION=5.16.3
Message-ID:  <201310072131.r97LVrdj063818@mech-cluster241.men.bris.ac.uk>

next in thread | raw e-mail | index | archive | help
I've built a few packages with poudriere.
By default, those packages pulled in perl-5.14:

# ls /pdr/data/packages/ia64-default/All/perl*
/pdr/data/packages/ia64-default/All/perl-5.14.4_1.txz
# 


I now want to build with perl-5.16.
So I set:

# cat /usr/local/etc/poudriere.d/make.conf 
PERL_VERSION=5.16.3
#

However, when I run agian poudriere bulk,
nothing is rebuilt:

====>> Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
/etc/resolv.conf -> /pdr/data/build/ia64-default/ref/etc/resolv.conf
====>> Starting jail ia64-default
====>> Calculating ports order and dependencies
====>> Sanity checking the repository
====>> Deleting stale symlinks
====>> Deleting empty directories
====>> Cleaning the build queue
====>> Recording filesystem state for prepkg... done
====>> No package built, no need to update the repository

What am I missing?

Thanks

Anton




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310072131.r97LVrdj063818>