Bug 110286 - [PATCH]: net-p2p/ktorrent Resolves conflict with net-p2p/libtorrent during building
Summary: [PATCH]: net-p2p/ktorrent Resolves conflict with net-p2p/libtorrent during bu...
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: Markus Brueffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-13 21:30 UTC by Maxim Samsonov
Modified: 2007-03-13 23:50 UTC (History)
0 users

See Also:


Attachments
ktorrent.diff (537 bytes, patch)
2007-03-13 21:30 UTC, Maxim Samsonov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Samsonov 2007-03-13 21:30:05 UTC
This patch allows to avoid inclusion of files from 
"/usr/local/include/torrent" dir during ktorrent building.
It was achieved by moving the system include dir list
"all_includes" to the end of the include dir list
"INCLUDES" in the appropriate "Makefile.in".
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-13 21:30:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->markus

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-13 23:41:30 UTC
markus      2007-03-13 23:41:24 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p/ktorrent     Makefile 
  Log:
  Fix build if libtorrent is present
  
  PR:             ports/110286
  Submitted by:   Maxim Samsonov <xors@mne.ru>
  
  Revision  Changes    Path
  1.18      +5 -0      ports/net-p2p/ktorrent/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 3 dfilter service freebsd_committer freebsd_triage 2007-03-13 23:41:35 UTC
markus      2007-03-13 23:41:31 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p/ktorrent-devel Makefile 
  Log:
  Fix build if libtorrent is present
  
  PR:             ports/110286
  Submitted by:   Maxim Samsonov <xors@mne.ru>
  
  Revision  Changes    Path
  1.18      +5 -0      ports/net-p2p/ktorrent-devel/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 4 Markus Brueffer freebsd_committer freebsd_triage 2007-03-13 23:41:54 UTC
State Changed
From-To: open->closed

Committed, thanks!