FreeBSD Bugzilla – Attachment 87232 Details for
Bug 123808
multimedia/motion update to 3.2.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.18 KB, created by
Angel Carpintero
on 2008-05-19 09:00:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Angel Carpintero
Created:
2008-05-19 09:00:03 UTC
Size:
2.18 KB
patch
obsolete
>--- motion/Makefile 2008-01-24 16:56:04.000000000 +0100 >+++ motion-3.2.10/Makefile 2008-05-19 09:47:09.000000000 +0200 >@@ -2,17 +2,16 @@ > # Date created: 22 Dec 2005 > # Whom: Angel Carpintero <ack@telefonica.net> > # >-# $FreeBSD: ports/multimedia/motion/Makefile,v 1.9 2008/01/24 15:56:04 miwi Exp $ >+# $FreeBSD:$ > # > > PORTNAME= motion >-PORTVERSION= 3.2.9 >-PORTREVISION= 1 >+PORTVERSION= 3.2.10 > CATEGORIES= multimedia >-MASTER_SITES= SF >+MASTER_SITES= SF > >-PATCH_SITES= http://www.lavrsen.dk/twiki/pub/Motion/FreeBSDPatch/ >-PATCHFILES= motion-3.2.9-2.port-freebsd.diff.gz >+PATCH_SITES= http://www.lavrsen.dk/twiki/pub/Motion/FreeBSDPatch/ >+PATCHFILES= motion-3.2.10.port-freebsd.diff.gz > PATCH_DIST_STRIP= -p1 > > MAINTAINER= ack@telefonica.net >@@ -39,22 +38,31 @@ > EXAMPLES= motion-dist.conf motion.init-FreeBSD.sh thread1.conf \ > thread2.conf thread3.conf thread4.conf > >-OPTIONS= BKTR "Support for TV Capture cards" on \ >+OPTIONS= PWCBSD "Webcams supported by PWCBSD (this disables BKTR support)" off \ >+ BKTR "Support for TV Capture cards" on \ > LINUXTHREADS "Use LinuxThreads" off > > MAKE_ENV+= CC="${CC}" > > .include <bsd.port.pre.mk> > >-.if !defined(WITH_BKTR) >+.if !defined(WITH_BKTR) && !defined(WITH_PWCBSD) > CFLAGS+= -DWITHOUT_V4L > .endif > >+.if defined(WITH_PWCBSD) >+CONFIGURE_ARGS= --with-pwcbsd >+BUILD_DEPENDS+= v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat >+RUN_DEPENDS+= /boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd >+.endif >+ > .if defined(WITH_LINUXTHREADS) || ${OSVERSION} < 504000 > CONFIGURE_ARGS= --with-linuxthreads > LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads > .endif > >+ >+ > post-install: > .if !exists(${PREFIX}/etc/motion.conf) > ${INSTALL_DATA} ${PREFIX}/etc/motion.conf.sample ${PREFIX}/etc/motion.conf >@@ -77,4 +85,10 @@ > @${ECHO_MSG} "===============================================================================" > .endif > >+.if defined(WITH_PWCBSD) >+ @${ECHO_MSG} "===============================================================================" >+ @${ECHO_MSG} "Please make sure you have pwcbsd compiled with mmap support." >+ @${ECHO_MSG} "===============================================================================" >+.endif >+ > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 123808
: 87232