Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 09:50:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/179353: commit references a PR
Message-ID:  <201306060950.r569o0qQ001064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179353; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306060950.r569o0qQ001064>