Bug 117131 - [patch] devel/libchipcard: fix compile with gcc 4.2
Summary: [patch] devel/libchipcard: fix compile with gcc 4.2
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-12 09:30 UTC by Johan van Selst
Modified: 2007-11-28 05:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (454 bytes, patch)
2007-10-12 09:30 UTC, Johan van Selst
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan van Selst 2007-10-12 09:30:02 UTC
	
	libchipcard does not compile on FreeBSD 64-bit machines because
	in a debug statement a pointer gets cast to integer and printed.

Fix: Print pointers with %p
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-12 09:30:35 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Johan van Selst freebsd_committer freebsd_triage 2007-10-12 09:32:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->johans

Submitter is ports committer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-11-28 05:39:20 UTC
linimon     2007-11-28 05:39:16 UTC

  FreeBSD ports repository

  Modified files:
    devel/libchipcard    Makefile 
  Added files:
    devel/libchipcard/files 
                            patch-src-libchipcard-cards-hbcicard.cpp 
  Log:
  Attempt to unbreak on gcc4.2.
  
  PR:             ports/117131
  Subbmited by:   maintainer
  Approved by:    portmgr (self)
  
  Revision  Changes    Path
  1.15      +1 -9      ports/devel/libchipcard/Makefile
  1.1       +14 -0     ports/devel/libchipcard/files/patch-src-libchipcard-cards-hbcicard.cpp (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 4 Mark Linimon freebsd_committer freebsd_triage 2007-11-28 05:39:34 UTC
State Changed
From-To: feedback->closed

Submitter was maintainer, so this was lost in the 'feedback' state. 

Committed, with portmgr hat on. 


Comment 5 Mark Linimon freebsd_committer freebsd_triage 2007-11-28 05:39:34 UTC
Responsible Changed
From-To: johans->linimon