Summary: | devel/urjtag doesn't compile on 7.1 when libflash is also installed | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Walter C. Pelissero <walter.pelissero> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Walter C. Pelissero
2009-01-22 15:10:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: open->feedback Awaiting maintainers feedback Dmitry Marakasov writes: > > Synopsis: devel/urjtag doesn't compile on 7.1 when libflash is also installed > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=130887 > > Maintainer of devel/urjtag, > > Please note that PR ports/130887 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=130887 Please note that the port Makefile contains this line CONFLICTS= libflash-0.* which is wrong. Urjtag does not conflict with libflash, it just can't be compiled because of a configuration mistake. So this line should go as well. -- walter pelissero http://www.pelissero.de > Synopsis: devel/urjtag doesn't compile on 7.1 when libflash is also installed > > http://www.freebsd.org/cgi/query-pr.cgi?pr=130887 Maintainer of devel/urjtag, Please note that PR ports/130887 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=130887 -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru * Walter C. Pelissero (walter@pelissero.de) wrote: > Please note that the port Makefile contains this line > > CONFLICTS= libflash-0.* > > which is wrong. Urjtag does not conflict with libflash, it just can't > be compiled because of a configuration mistake. > > So this line should go as well. Got it. Btw, I've mistakengly addressed previous mail to you, should have sent it to maintainer actually. Fixed now. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Here's the maintainer approval. I've submitted upstream for 0.9.1, but let's definitely get the patch in now to fix 0.9. Best, Steve State Changed From-To: feedback->closed Committed, with minor changes. Thanks! amdmi3 2009-02-05 19:11:51 UTC FreeBSD ports repository Modified files: devel/urjtag Makefile Added files: devel/urjtag/files patch-configure patch-configure.ac Log: - Reorder include paths to not conflict with graphics/libflash when it's installed - Thus, remove CONFLICTS - Fix CFLAGS handling PR: 130887 Submitted by: "Walter C. Pelissero" <walter dot pelissero at iesy dot net> Approved by: Steve Franks <bahamasfranks at gmail dot com> (maintainer) Revision Changes Path 1.10 +4 -6 ports/devel/urjtag/Makefile 1.1 +11 -0 ports/devel/urjtag/files/patch-configure (new) 1.1 +11 -0 ports/devel/urjtag/files/patch-configure.ac (new) _______________________________________________ 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" |