The build of handbrake fails as shown below. What do I need to do to get this working?
=> Bootstrap dependency digest>=20010302: found digest-20080510 ===> Building for handbrake-0.9.3nb8 cd /usr/pkgsrc/multimedia/handbrake/work/HandBrake-0.9.3 && gmake gmake: svnversion: Command not found echo "#ifndef HB_BUILD" > libhb/hbversion.h echo "#define HB_BUILD 2012013101" >> libhb/hbversion.h echo "#endif" >> libhb/hbversion.h echo "#ifndef HB_VERSION" >> libhb/hbversion.h echo "#define HB_VERSION \"svn\"" >> libhb/hbversion.h echo "#endif" >> libhb/hbversion.h echo "#ifndef HB_APPCAST_URL" >> libhb/hbversion.h echo "#define APPCAST_URL \"http://handbrake.fr/appcast_unstable.xml\"" >> libhb/hbversion.h echo "#endif" >> libhb/hbversion.h gmake: Warning: File `libhb/hbversion.h' has modification time 0.0057 s in the future Cc hb.o echo cc -I../contrib/include -D__LIBHB__ -DUSE_PTHREAD -Wall -g -O3 -funroll-loops cc -I../contrib/include -D__LIBHB__ -DUSE_PTHREAD -Wall -g -O3 -funroll-loops hb.c: In function 'hb_init_real': hb.c:130: error: 'HB_NORMAL_PRIORITY' undeclared (first use in this function) hb.c:130: error: (Each undeclared identifier is reported only once hb.c:130: error: for each function it appears in.) hb.c: In function 'hb_init_dl': hb.c:206: error: 'HB_NORMAL_PRIORITY' undeclared (first use in this function) hb.c: In function 'hb_detect_comb': hb.c:456: warning: unused variable 'flag' Compile line for hb.o was: cc -I../contrib/include -D__LIBHB__ -DUSE_PTHREAD -Wall -g -O3 -funroll-loops -o hb.o -c hb.c gmake[1]: *** [hb.o] Error 1 gmake: *** [libhb/libhb.a] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/multimedia/handbrake *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/multimedia/handbrake Tim