Bug 176016 - devel/libftdi LIB_DEPENDS for boost_system.4, current boost-libs provides boost_system.5
Summary: devel/libftdi LIB_DEPENDS for boost_system.4, current boost-libs provides boo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-10 17:40 UTC by Chris Dukes
Modified: 2013-03-04 20:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dukes 2013-02-10 17:40:00 UTC
Refreshing my package environment under poudriere and found devel/libftdi failing in depends because version number on boost_system has incremented.

Changing this to boost_system.[45] allows this to build and package cleanly.

Fix: 

Change LIB_DEPENDS to boost_system.[45]
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-10 17:40:08 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-10 17:40:09 UTC
Maintainer of devel/libftdi,

Please note that PR ports/176016 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176016

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-10 17:40:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-04 19:53:58 UTC
Author: pawel
Date: Mon Mar  4 19:53:50 2013
New Revision: 313422
URL: http://svnweb.freebsd.org/changeset/ports/313422

Log:
  Bump after boost update
  
  PR:		ports/176016
  Submitted by:	Chris Dukes <chris.dukes.aix@gmail.com>
  Approved by:	maintainer timeout

Modified:
  head/devel/libftdi/Makefile   (contents, props changed)

Modified: head/devel/libftdi/Makefile
==============================================================================
--- head/devel/libftdi/Makefile	Mon Mar  4 19:21:31 2013	(r313421)
+++ head/devel/libftdi/Makefile	Mon Mar  4 19:53:50 2013	(r313422)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	libftdi
-# Date created:				2006-07-27
-# Whom:					Olexandr Davydenko <o.davydenko@gmail.com>
-#
+# Created by: Olexandr Davydenko <o.davydenko@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libftdi
 PORTVERSION=	0.18
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.intra2net.com/en/developer/libftdi/download/
 
@@ -29,7 +26,7 @@ PORTDOCS=		COPYING.LIB ChangeLog README
 PLIST_SUB+=		BOOST=""
 CONFIGURE_ARGS+=	--with-boost
 CXXFLAGS+=		"-I${LOCALBASE}/include"
-LIB_DEPENDS+=		boost_system.4:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+=		boost_system:${PORTSDIR}/devel/boost-libs
 .else
 PLIST_SUB+=		BOOST="@comment "
 CONFIGURE_ARGS+=	--without-boost
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2013-03-04 19:54:06 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!