ports/147801: graphics/hugin: reduce dependency on boost
Max Brazhnikov
makc at FreeBSD.org
Fri Jun 11 23:30:03 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list