Bug 109647 - palm/palm-db-tools: attempt to unbreak
Summary: palm/palm-db-tools: attempt to unbreak
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: Ying-Chieh Liao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 23:00 UTC by Eric P. Scott
Modified: 2007-03-01 01:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.76 KB, patch)
2007-02-27 23:00 UTC, Eric P. Scott
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric P. Scott 2007-02-27 23:00:13 UTC
1. Port had been marked unconditionally BROKEN, even though build
errors only occurred on 64-bit architectures (upstream assumed
size_t would always fit in unsigned int)
2. Add patch from mailing list to correct writing sort info
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-27 23:00:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ijliao

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-01 00:56:51 UTC
ijliao      2007-03-01 00:56:46 UTC

  FreeBSD ports repository

  Modified files:
    palm/palm-db-tools   Makefile 
  Added files:
    palm/palm-db-tools/files patch-libflatfile-DB.cpp 
                             patch-libpalm-File.cpp 
  Log:
  unbreak
  
  PR:             109647
  Submitted by:   "Eric P. Scott" <eps+pbug0702@ana.com>
  
  Revision  Changes    Path
  1.4       +0 -4      ports/palm/palm-db-tools/Makefile
  1.1       +31 -0     ports/palm/palm-db-tools/files/patch-libflatfile-DB.cpp (new)
  1.1       +11 -0     ports/palm/palm-db-tools/files/patch-libpalm-File.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 3 Ying-Chieh Liao freebsd_committer freebsd_triage 2007-03-01 00:57:24 UTC
State Changed
From-To: open->closed

committed, thanks