/usr/ports/MOVED revision 352941 broke poudriere builds

Greg Rivers gcr+freebsd-ports at tharned.org
Tue May 6 22:10:18 UTC 2014


The above change prevents poudriere from building ports:

...
====>> Starting jail 100amd64-default
====>> Loading MOVED
====>> Calculating ports order and dependencies
====>> Error: Invalid port origin: x11-fonts/texcm-ttf
====>> Cleaning up
====>> Umounting file systems


I'm not sure if it's strictly correct, but the following patch got it 
working again for me:

--------------------------------------cut-------------------------------------
--- MOVED.old	2014-05-06 03:16:59.000000000 -0500
+++ MOVED	2014-05-06 12:32:23.000000000 -0500
@@ -6084,7 +6084,7 @@
  x11-wm/stumpwm||2014-05-04|Has expired: Broken for more than 4 months
  sysutils/cpupowerd||2014-05-04|Has expired: Not maintained from upstream anymore and only supports ancient AMD K8.
  net/pchar||2014-05-04|Has expired: Obsolete, abandoned
-x11-fonts/texcm-ttf||2014-05-04|Has expired: Should be replaced by x11-fonts/stix-fonts
+x11-fonts/texcm-ttf|x11-fonts/stix-fonts|2014-05-04|Has expired: Should be replaced by x11-fonts/stix-fonts
  devel/buildapp||2014-05-05|Has expired: Broken for more than 6 months
  converters/konwert||2014-05-05|Broken with modern compilers, not stage, no upstream
  graphics/gimp-gap||2014-05-05|Broken with gimp 2.8, no release in 5 years.
--------------------------------------cut-------------------------------------

-- 
Greg Rivers


More information about the freebsd-ports mailing list