Bug 137767 - [PATCH] devel/Ice: missing dependency
Summary: [PATCH] devel/Ice: missing dependency
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: 2009-08-14 15:20 UTC by Ayumi M
Modified: 2009-08-18 15:00 UTC (History)
1 user (show)

See Also:


Attachments
Ice-3.3.1_1.patch (691 bytes, patch)
2009-08-14 15:20 UTC, Ayumi M
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ayumi M 2009-08-14 15:20:02 UTC
lice2cpp needs mcpp.
but, it is not written in port like that.

Port maintainer (shoesoft@gmx.net) is cc'd.

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: % ldd /usr/local/bin/slice2cpp
/usr/local/bin/slice2cpp:
        libSlice.so.33 => /usr/local/lib/libSlice.so.33 (0x80069c000)
        libIceUtil.so.33 => /usr/local/lib/libIceUtil.so.33 (0x8008e4000)
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800a23000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x800c1e000)
        libm.so.5 => /lib/libm.so.5 (0x800e2a000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x800f44000)
        libthr.so.3 => /lib/libthr.so.3 (0x801051000)
        libc.so.7 => /lib/libc.so.7 (0x801169000)
        libmcpp.so.3 => /usr/local/lib/libmcpp.so.3 (0x80138d000)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-14 15:20:15 UTC
Maintainer of devel/ice,

Please note that PR ports/137767 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/137767

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-14 15:20:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2009-08-14 21:28:48 UTC
State Changed
From-To: feedback->open

From misfiled PR ports/137768: 

Date: Fri, 14 Aug 2009 16:26:27 +0200 
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-08-18 14:58:39 UTC
bsam        2009-08-18 13:58:31 UTC

  FreeBSD ports repository

  Modified files:
    devel/ice            Makefile 
  Log:
  . add LIB_DEPENDS+=mcpp.3:${PORTSDIR}/devel/mcpp;  [1]
  . remove BUILD_DEPENDS=mcpp:${PORTSDIR}/devel/mcpp;  [2]
  . bump PORTREVISION.  [1]
  
  PR:             ports/137767  [1]
  Submitted by:   Ayumi M <ayu at commun.jp>  [1]
  Approved by:    Stefan Ehmann <shoesoft at gmx.net> (maintaiiner)  [1]
  Suggested by:   Stefan Ehmann <shoesoft at gmx.net> (maintaiiner)  [2]
  
  Revision  Changes    Path
  1.16      +3 -2      ports/devel/ice/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Boris Samorodov freebsd_committer freebsd_triage 2009-08-18 14:59:03 UTC
State Changed
From-To: open->closed

Committed along with the maintainer's suggestion. Thanks!