Bug 105209 - py-m2crypto port has critical component commented out
Summary: py-m2crypto port has critical component commented out
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 13:50 UTC by Jonathan Arnold
Modified: 2006-11-08 18:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Arnold 2006-11-06 13:50:22 UTC
I was trying to build net-im/cjc, which requires security/py-m2crypto and
ran into a problem where a symbol found in the py-m2crypto/ASN1.py file wasn't
being found by cjc. Upon further investigation, it turns out that the line in
the ppy-m2crypto/_m2crypto.i file that includes _asn1.i had been commented out in
the patch found in py-m2crypto/files/patch::_m2crypto.i.  I removed this
file and all is well now with both m2crypto and net-im/cjc.  There
is no comment as to why this line is commented out and I'm thinking
it shouldn't be.

Fix: 

remove the /usr/ports/security/py-m2crypto/files/patch-SWIG::_m2crypto.i file and rebuild the py-m2crypto port.  Now cjc will run.
How-To-Repeat: # cd /usr/ports/net-im/cjc
# make all && make install
# cjc
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-06 20:08:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-08 18:09:26 UTC
mnag        2006-11-08 18:09:10 UTC

  FreeBSD ports repository

  Modified files:
    security/py-m2crypto Makefile 
  Removed files:
    security/py-m2crypto/files patch-SWIG::_m2crypto.i 
  Log:
  - Fix run with net-im/cjc.
  - Bump PORTREVISION
  
  PR:             105209
  Submitted by:   Jonathan Arnold<jdarnold___buddydog.org>
  
  Revision  Changes    Path
  1.16      +1 -0      ports/security/py-m2crypto/Makefile
  1.2       +0 -11     ports/security/py-m2crypto/files/patch-SWIG::_m2crypto.i (dead)
_______________________________________________
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 Marcus Alves Grando freebsd_committer freebsd_triage 2006-11-08 18:09:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!