multimedia/motion optionally depends on devel/linuxthreads, which is expired. Remove the LTHREAD option from the Makefile. Fix: Patch attached with submission follows: How-To-Repeat: `Tools/scripts/rmport devel/linuxthreads` finds this port.
Maintainer of multimedia/motion, Please note that PR ports/179353 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179353 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
ok
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed, thanks
Author: rene Date: Thu Jun 6 09:48:53 2013 New Revision: 320067 URL: http://svnweb.freebsd.org/changeset/ports/320067 Log: Remove option for expired linuxhtreads port. PR: ports/179353 Submitted by: myself Approved by: c.petrik.sosa@gmail.com (maintainer) Modified: head/multimedia/motion/Makefile Modified: head/multimedia/motion/Makefile ============================================================================== --- head/multimedia/motion/Makefile Thu Jun 6 09:43:39 2013 (r320066) +++ head/multimedia/motion/Makefile Thu Jun 6 09:48:53 2013 (r320067) @@ -14,14 +14,13 @@ LICENSE= GPLv2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg -OPTIONS_DEFINE= LTHREAD FFMPEG MYSQL PGSQL DOCS EXAMPLES +OPTIONS_DEFINE= FFMPEG MYSQL PGSQL DOCS EXAMPLES OPTIONS_SINGLE= VIDEO OPTIONS_SINGLE_VIDEO= BKTR PWCBSD OPTIONS_DEFAULT= BKTR FFMPEG VIDEO_DESC= Video capture driver. Choose one of BKTR or PWCBSD BKTR_DESC= BKTR based TV capture cards PWCBSD_DESC= PWCBSD based Webcams -LTHREAD_DESC= Use LinuxThreads instead of native POSIX threads USE_GMAKE= yes USE_AUTOTOOLS= autoconf @@ -54,12 +53,7 @@ CFLAGS+= -DWITHOUT_V4L CONFIGURE_ARGS+=--without-pwcbsd .endif -.if ${PORT_OPTIONS:MLTHREAD} -LIB_DEPENDS+= lthread:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=--with-linuxthreads -.else CONFIGURE_ARGS+=--without-linuxthreads -.endif .if ${PORT_OPTIONS:MFFMPEG} LIB_DEPENDS+= avformat:${PORTSDIR}/multimedia/ffmpeg _______________________________________________ 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"