Date: Fri, 11 Jun 2010 23:23:04 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/147801: graphics/hugin: reduce dependency on boost Message-ID: <201006112323.o5BNN4Su089847@www.freebsd.org> Resent-Message-ID: <201006112330.o5BNU1fn057775@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147801 >Category: ports >Synopsis: graphics/hugin: reduce dependency on boost >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 11 23:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: FreeBSD luna.dio.ru 8.0-STABLE FreeBSD 8.0-STABLE #4: Fri Apr 30 01:38:14 MSD 2010 root@luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA amd64 >Description: Boost has been updated, change dependency from boost-python back to boost-libs. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: hugin/Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/hugin/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- hugin/Makefile 31 May 2010 01:59:18 -0000 1.46 +++ hugin/Makefile 10 Jun 2010 14:20:53 -0000 @@ -7,7 +7,7 @@ PORTNAME= hugin PORTVERSION= 2009.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -20,7 +20,7 @@ IlmImf:${PORTSDIR}/graphics/OpenEXR \ exiv2:${PORTSDIR}/graphics/exiv2 \ pano13:${PORTSDIR}/graphics/libpano13 \ - boost_python:${PORTSDIR}/devel/boost-python-libs \ + boost_thread:${PORTSDIR}/devel/boost-libs \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ Imath:${PORTSDIR}/graphics/ilmbase # gmake is really needed at _runtime_, do not remove it from below >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006112323.o5BNN4Su089847>