- Update to 3.2.7
PR: ports/105986 Submitted by: Angel Carpintero<ack@telefonica.net> (maintainer)
This commit is contained in:
parent
9012e8830a
commit
5560cc299b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178325
2 changed files with 15 additions and 9 deletions
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= motion
|
||||
PORTVERSION= 3.2.6
|
||||
PORTVERSION= 3.2.7
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= motion
|
||||
|
||||
PATCH_SITES= http://www.lavrsen.dk/twiki/pub/Motion/FreeBSDPatch/
|
||||
PATCHFILES= motion-3.2.6.port-freebsd.diff.gz
|
||||
PATCHFILES= motion-3.2.7.port-freebsd.diff.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= ack@telefonica.net
|
||||
|
@ -39,7 +39,8 @@ PORTDOCS= CHANGELOG CREDITS README.FreeBSD README \
|
|||
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= BKTR "Support for TV Capture cards" on \
|
||||
LINUXTHREADS "Use LinuxThreads" off
|
||||
|
||||
MAKE_ENV+= CC="${CC}"
|
||||
|
||||
|
@ -49,12 +50,17 @@ MAKE_ENV+= CC="${CC}"
|
|||
CFLAGS+= -DWITHOUT_V4L
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LINUXTHREADS) || ${OSVERSION} < 504000
|
||||
CONFIGURE_ARGS= --with-linuxthreads
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads
|
||||
.else
|
||||
LIB_DEPENDS+= lthread.[24]:${PORTSDIR}/devel/linuxthreads
|
||||
.endif
|
||||
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !exists(${PREFIX}/etc/motion.conf)
|
||||
${INSTALL_DATA} ${PREFIX}/etc/motion.conf.sample ${PREFIX}/etc/motion.conf
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (motion-3.2.6.tar.gz) = 71e6bd13fcca70372e9b7c7806d62b30
|
||||
SHA256 (motion-3.2.6.tar.gz) = 48c456dfcadec2db472320e317fa37dc697f184e12f99006a1ec0b6512d2ebcd
|
||||
SIZE (motion-3.2.6.tar.gz) = 363174
|
||||
MD5 (motion-3.2.6.port-freebsd.diff.gz) = 940abcb48cc9a6b971730748204f2510
|
||||
SHA256 (motion-3.2.6.port-freebsd.diff.gz) = a0a83fe1c4e47e15cd2cec2cfc5eb1b45263fb8356a71c9a3742a7301b3786d4
|
||||
SIZE (motion-3.2.6.port-freebsd.diff.gz) = 20170
|
||||
MD5 (motion-3.2.7.tar.gz) = b4af6e10532fcdec89060bc61a27fc3a
|
||||
SHA256 (motion-3.2.7.tar.gz) = 9ae4e8145b367d9ff0ffd607da597aee3439d23939f3ee28268bc831f71252f2
|
||||
SIZE (motion-3.2.7.tar.gz) = 370830
|
||||
MD5 (motion-3.2.7.port-freebsd.diff.gz) = 99a8e8209a3c84c901945a3bd7030dd9
|
||||
SHA256 (motion-3.2.7.port-freebsd.diff.gz) = 44f0ef82dd2e6e01546e13de1558f93edc026dae84bdfe11cb79febaf432e5a2
|
||||
SIZE (motion-3.2.7.port-freebsd.diff.gz) = 3123
|
||||
|
|
Loading…
Reference in a new issue