On Fri, Feb 26, 2010 at 12:28:24PM +0000, Helmut Schneider wrote: > viq wrote: > > > FORCE_UPDATES=hard make clean update clean-depends > > usually works for me. > > Not for me/gnupg: > > # cd /usr/ports/security/gnupg/ > # FORCE_UPDATES=hard make clean update clean-depends
This is from "make clean": > ===> Cleaning for gnupg-1.4.9 "make update" does not rebuild the package if it is already there. You may need to remove the old one from the package dir. "make update" probably notice, that the package in the package dir and the installed one is the same and does nothing. Then "make clean-depends": > ===> Cleaning for bzip2-1.0.5 > ===> Cleaning for help2man-1.29p0 > ===> Cleaning for metaauto-0.9 > ===> Cleaning for autoconf-2.61p3 > ===> Cleaning for libltdl-1.5.26 > ===> Cleaning for libtool-1.5.26p0 > ===> Cleaning for gperf-3.0.1p1 > ===> Cleaning for libiconv-1.13 > ===> Cleaning for gettext-0.17p0 > ===> Cleaning for libidn-1.11 > ===> Cleaning for curl-7.19.5p1 > ===> Cleaning for gnupg-1.4.9 > # /usr/ports/infrastructure/build/out-of-date > Collecting installed packages > Collecting port versions: complete > Collecting port signatures: complete > Outdated ports: > > security/gnupg # curl-7.19.5p0 -> curl-7.19.5p1 > # I wonder myself a bit why FORCE_UPDATES is really needed here, as gnupg doesn't seem to have special install/uninstall scripts. Regards, Markus
