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

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to