ports/179353: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu Jun 6 09:50:01 UTC 2013
The following reply was made to PR ports/179353; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/179353: commit references a PR
Date: Thu, 6 Jun 2013 09:49:06 +0000 (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 at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list