From nobody@FreeBSD.org  Mon Sep 16 18:54:02 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 15E6B33A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Sep 2013 18:54:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 04C1824D3
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Sep 2013 18:54:02 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8GIs1EY018375
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Sep 2013 18:54:01 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8GIs12n018372;
	Mon, 16 Sep 2013 18:54:01 GMT
	(envelope-from nobody)
Message-Id: <201309161854.r8GIs12n018372@oldred.freebsd.org>
Date: Mon, 16 Sep 2013 18:54:01 GMT
From: Pawel Pekala <pawel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: multimedia/ffmpeg missing dependency audio/jack, devel/sdl12
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182167
>Category:       ports
>Synopsis:       multimedia/ffmpeg missing dependency audio/jack, devel/sdl12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 16 19:00:00 UTC 2013
>Closed-Date:    Thu Oct 31 19:38:09 UTC 2013
>Last-Modified:  Thu Oct 31 19:40:19 UTC 2013
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #33 r255473M: Wed Sep 11 20:50:24 CEST 2013     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64  amd64

>Description:
Package built with default options:

[corn:~]# ldd /usr/local/bin/ffmpeg | grep -Ei '(jack|sdl)'
        libjack.so.0 => /usr/local/lib/libjack.so.0 (0x802acf000)
        libSDL-1.2.so.11 => /usr/local/lib/libSDL-1.2.so.11 (0x802ce9000)
[corn:~]# pkg info -d ffmpeg-0.7.15_1,1 | grep -Ei '(jack|sdl)'
[corn:~]# 

Same situation with ffmpeg-devel and ffmpeg1.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 16 19:00:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182167 
Responsible-Changed-From-To: mm->wg 
Responsible-Changed-By: mm 
Responsible-Changed-When: Mon Oct 14 17:52:34 UTC 2013 
Responsible-Changed-Why:  
Reassign to new maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182167 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Thu Oct 31 19:38:09 UTC 2013 
State-Changed-Why:  
Fixed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182167 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182167: commit references a PR
Date: Thu, 31 Oct 2013 19:38:39 +0000 (UTC)

 Author: wg
 Date: Thu Oct 31 19:38:31 2013
 New Revision: 332279
 URL: http://svnweb.freebsd.org/changeset/ports/332279
 
 Log:
   multimedia/ffmpeg: do not link to libs not selected
   
   - ffmpeg build would link to libs like jack and SDL if they are not listed in
     --disable-{in,out}dev
   - Add JACK option
   
   PR:		ports/182167
 
 Modified:
   head/multimedia/ffmpeg/Makefile
 
 Modified: head/multimedia/ffmpeg/Makefile
 ==============================================================================
 --- head/multimedia/ffmpeg/Makefile	Thu Oct 31 19:34:14 2013	(r332278)
 +++ head/multimedia/ffmpeg/Makefile	Thu Oct 31 19:38:31 2013	(r332279)
 @@ -26,7 +26,7 @@ WANT_SDL=	yes
  
  OPTIONS_DEFINE=	AACPLUS ALSA AMR_NB AMR_WB ASS CDIO CELT DEBUG FAAC \
  		FDK_AAC FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS GSM ICONV \
 -		LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCV OPENJPEG OPENSSL \
 +		JACK LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCV OPENJPEG OPENSSL \
  		OPTIMIZED_CFLAGS OPUS PULSEAUDIO RTMP SCHROEDINGER SDL SPEEX \
  		THEORA VAAPI VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX \
  		X11GRAB X264 XVID
 @@ -106,6 +106,9 @@ GSM_CONFIGURE_ENABLE=	libgsm
  ICONV_USES=	iconv
  ICONV_CONFIGURE_ENABLE=	iconv
  
 +JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audi/jack
 +JACK_CONFIGURE_OFF=	--disable-indev=jack
 +
  # lame
  LAME_LIB_DEPENDS=	libmp3lame.so:${PORTSDIR}/audio/lame
  LAME_CONFIGURE_ENABLE=	libmp3lame
 @@ -117,6 +120,8 @@ LIBBLURAY_CONFIGURE_ENABLE=	libbluray
  # libv4l
  LIBV4L_LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
  LIBV4L_CONFIGURE_ENABLE=	libv4l2
 +LIBV4L_CONFIGURE_OFF=		--disable-indev=v4l2 \
 +				--disable-outdev=v4l2
  
  # modplug
  MODPLUG_LIB_DEPENDS=	libmodplug.so:${PORTSDIR}/audio/libmodplug
 @@ -125,6 +130,7 @@ MODPLUG_CONFIGURE_ENABLE=	libmodplug
  # OpenAL
  OPENAL_LIB_DEPENDS=	libopenal.so:${PORTSDIR}/audio/openal-soft
  OPENAL_CONFIGURE_ENABLE=	openal
 +OPENAL_CONFIGURE_OFF=		--disable-indev=openal
  
  # opencv
  OPENCV_LIB_DEPENDS=	libopencv_imgproc.so:${PORTSDIR}/graphics/opencv-core
 @@ -141,6 +147,8 @@ OPUS_CONFIGURE_ENABLE=	libopus
  # pulseaudio
  PULSEAUDIO_LIB_DEPENDS=	libpulse.so:${PORTSDIR}/audio/pulseaudio
  PULSEAUDIO_CONFIGURE_ENABLE=	libpulse
 +PULSEAUDIO_CONFIGURE_OFF=	--disable-indev=pulse \
 +				--disable-outdev=pulse
  
  # rtmp
  RTMP_LIB_DEPENDS=	librtmp.so:${PORTSDIR}/multimedia/librtmp
 @@ -305,7 +313,7 @@ FFPROGS+=	ffplay
  DOC_DOCFILES+=	ffplay.html
  .endif
  .else
 -CONFIGURE_ARGS+=	--disable-ffplay
 +CONFIGURE_ARGS+=	--disable-ffplay --disable-outdev=sdl
  .endif
  
  # vorbis
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
