Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2010 20:51:13 +0100
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        mm@FreeBSD.org
Subject:   ports/151899: [PATCH] multimedia/schroedinger add minimum orc version check
Message-ID:  <1288727473.97100@caprica.slowicza.org>
Resent-Message-ID: <201011022000.oA2K0JUJ096190@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151899
>Category:       ports
>Synopsis:       [PATCH] multimedia/schroedinger add minimum orc version check
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 02 20:00:18 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 8.1-RELEASE #2: Sat Aug 21 18:46:54 CEST 2010
    corn@caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


Minimum requried orc version is 4.10.
Without this patch configuration phase fails if
system's insatlled orc < 4.10.0


>How-To-Repeat:





>Fix:


--- schroedinger-1.0.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/schroedinger/Makefile /home/corn/devel/schroedinger/Makefile
--- /usr/ports/multimedia/schroedinger/Makefile	2010-10-12 18:47:42.000000000 +0200
+++ /home/corn/devel/schroedinger/Makefile	2010-11-02 19:39:36.000000000 +0100
@@ -15,6 +15,7 @@
 COMMENT=	High-speed Dirac codec
 
 LIB_DEPENDS=	orc-0.4:${PORTSDIR}/devel/orc
+BUILD_DEPENDS=	orc>=0.4.10:${PORTSDIR}/devel/orc
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
--- schroedinger-1.0.10.patch ends here ---



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



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