Hi,

transcode make print-package-signature doesn't make pkg_info -S, causing
rebuilds unnecessarily. multimedia/xvidcore is required to build but not
it's libraries shift from LIB_DEPENDS to BUILD_DEPENDS.

Please check and update the port.

Regards

Nigel Taylor
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/transcode/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile    18 Apr 2011 23:37:07 -0000      1.41
+++ Makefile    12 Jun 2011 19:50:30 -0000
@@ -49,7 +49,6 @@ LIB_DEPENDS=  audio/faac \
                multimedia/libdv \
                multimedia/libtheora \
                multimedia/x264 \
-               multimedia/xvidcore \
                textproc/libxml
 
 RUN_DEPENDS=   audio/sox \
@@ -58,7 +57,8 @@ RUN_DEPENDS=  audio/sox \
                graphics/ffmpeg \
                x11/mplayer
 
-BUILD_DEPENDS+=        devel/libtool
+BUILD_DEPENDS+=        devel/libtool \
+               multimedia/xvidcore
 
 SEPARATE_BUILD=        concurrent
 

Reply via email to