Bug 121163 - [PATCH] net-p2p/microdc2: [SUMMARIZE CHANGES]
Summary: [PATCH] net-p2p/microdc2: [SUMMARIZE CHANGES]
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: 2008-02-27 23:30 UTC by kaiwang27
Modified: 2008-03-14 16:10 UTC (History)
1 user (show)

See Also:


Attachments
microdc2-0.15.6_1.patch (907 bytes, patch)
2008-02-27 23:30 UTC, kaiwang27
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kaiwang27 2008-02-27 23:30:00 UTC
Fix build with BSD ar(1). 

Makefile of microdc2 mistakenly pass arguments which is intended for
ld(1) to ar(1). GNU ar(1) treats those wrong args as filenames and
issue a warning since "file" not exist, while BSD ar(1) treats them as
invalid options and exits with error.

Reported by:	erwin

Added file(s):
- files/patch-lib-Makefile.in

Port maintainer (pankov_p@mail.ru) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-27 23:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-14 16:03:16 UTC
rafan       2008-03-14 16:03:08 UTC

  FreeBSD ports repository

  Added files:
    net-p2p/microdc2/files patch-lib-Makefile.in 
  Log:
  Fix build with BSD ar(1).
  
  Makefile of microdc2 mistakenly pass arguments which is intended for
  ld(1) to ar(1). GNU ar(1) treats those wrong args as filenames and
  issue a warning since "file" not exist, while BSD ar(1) treats them as
  invalid options and exits with error.
  
  PR:             ports/121163
  Reported by:    erwin
  Submitted by:   kaiw@
  Approved by:    maintainer timeout (16 days)
  
  Revision  Changes    Path
  1.1       +11 -0     ports/net-p2p/microdc2/files/patch-lib-Makefile.in (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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2008-03-14 16:03:20 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!