Bug 153371 - [PATCH]: Update net/pynids (and add -fPIC to net/libnet)
Summary: [PATCH]: Update net/pynids (and add -fPIC to net/libnet)
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 14:30 UTC by Wesley Shields
Modified: 2010-12-23 01:18 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (5.97 KB, patch)
2010-12-22 14:30 UTC, Wesley Shields
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wesley Shields freebsd_committer freebsd_triage 2010-12-22 14:30:09 UTC
net/pynids is out of date. The latest version is at a new MASTER_SITE. In the
process of updating net/pynids I found that it should be using net/libnet
instead of net/libnet10. net/libnet needs to be built with -fPIC in order for
net/pynids to work properly. I've attached a patch which does all of this. I've
also CC'ed both maintainers (dinoex@ for net/libnet and corsmith@gmail.com for
net/pynids).

How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-22 14:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-22 14:30:24 UTC
Maintainer of net/pynids,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-22 14:30:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-12-22 17:09:07 UTC
dinoex      2010-12-22 17:09:02 UTC

  FreeBSD ports repository

  Modified files:
    net/libnet           Makefile 
  Log:
  - force -fPIC
  PR:             153371
  Submitted by:   wxs (Wesley Shields)
  
  Revision  Changes    Path
  1.23      +2 -1      ports/net/libnet/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 corsmith 2010-12-22 21:46:46 UTC
I approve this patch.

-Corey Smith
Comment 6 Wesley Shields freebsd_committer freebsd_triage 2010-12-23 01:18:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!