ports/168276: [PATCH] multimedia/motion Remove obsolete OSVERSION check

Chris Rees crees at FreeBSD.org
Wed May 23 20:10:06 UTC 2012


>Number:         168276
>Category:       ports
>Synopsis:       [PATCH] multimedia/motion Remove obsolete OSVERSION check
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 20:10:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
FreeBSD ports tree doesn't support <7.x, so this check is unnecessary.
>How-To-Repeat:
	
>Fix:

	

--- multimedia-motion.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/motion/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile	16 Feb 2012 15:57:17 -0000	1.31
+++ Makefile	23 May 2012 19:54:42 -0000
@@ -52,7 +52,7 @@
 RUN_DEPENDS+=	/boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd
 .endif
 
-.if defined(WITH_LINUXTHREADS) || ${OSVERSION} < 504000
+.if defined(WITH_LINUXTHREADS)
 CONFIGURE_ARGS=	--with-linuxthreads
 LIB_DEPENDS+=	lthread.[35]:${PORTSDIR}/devel/linuxthreads
 .endif
--- multimedia-motion.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list