Bug 179353 - multimedia/motion: remove optional dependency on devel/linuxthreads
Summary: multimedia/motion: remove optional dependency on devel/linuxthreads
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 22:20 UTC by Rene Ladan
Modified: 2013-06-06 10:50 UTC (History)
0 users

See Also:


Attachments
file.diff (977 bytes, patch)
2013-06-05 22:20 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2013-06-05 22:20:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-05 22:20:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-05 22:20:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Chris Petrik 2013-06-06 06:05:26 UTC
ok
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2013-06-06 06:26:45 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2013-06-06 10:49:06 UTC
State Changed
From-To: open->closed

Committed, thanks
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-06-06 10:49:06 UTC
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"