2014-10-19 18:09 GMT+04:00 Mikhail Tsatsenko <[email protected]>: > Hi, > It seems that both latest graphics/libEGL and graphics/libglapi need > gettext to build: > ===> Building for libglapi-10.3.0 > gmake[1]: Entering directory > '/wrkdirs/usr/ports/graphics/libglapi/work/Mesa-10.3.0/src/mesa/drivers/dri/common/xmlpool' > cd ../../../../../.. && gmake am--refresh > cd ../../../../../.. && gmake am--refresh > Updating (ca) ca/LC_MESSAGES/options.mo from ca.po. > msgfmt: not found > Makefile:638: recipe for target 'ca/LC_MESSAGES/options.mo' failed > gmake[1]: *** [ca/LC_MESSAGES/options.mo] Error 127 > gmake[1]: Leaving directory > '/wrkdirs/usr/ports/graphics/libglapi/work/Mesa-10.3.0/src/mesa/drivers/dri/common/xmlpool' > *** Error code 2 > > Stop. > make: stopped in /usr/ports/graphics/libglapi > ===> Cleaning for libglapi-10.3.0 > build of /usr/ports/graphics/libglapi ended at Sun Oct 19 16:14:14 MSK 2014 > > > -- > Mikhail
Adding USES= gettext:build to the Makefile fixes the problem. graphics/libGL and graphics/libglesv2 are also affected by this problem. -- Mikhail _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
