Bug 126547 - devel/ptmalloc port enhancements
Summary: devel/ptmalloc port enhancements
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-08-15 07:20 UTC by Pedro F. Giffuni
Modified: 2008-08-18 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.10 KB, patch)
2008-08-15 07:20 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2008-08-15 07:20:00 UTC
- USE_GMAKE is not necessary
- make thread aware by using the 'posix' target
- add regression-test target
- Clean up some unnecessary verbosity.

The posix target introduced a lot of warnings but it seems to work. This malloc should behave pretty much like the one in glibc now, but FreeBSD's native malloc is probably better.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-18 01:50:50 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-18 01:50:55 UTC
edwin       2008-08-18 00:50:46 UTC

  FreeBSD ports repository

  Modified files:
    devel/ptmalloc       Makefile pkg-descr 
  Log:
  devel/ptmalloc port enhancements
  
          - USE_GMAKE is not necessary
          - make thread aware by using the 'posix' target
          - add regression-test target
          - Clean up some unnecessary verbosity.
  
          The posix target introduced a lot of warnings but it seems
          to work. This malloc should behave pretty much like the one
          in glibc now, but FreeBSD's native malloc is probably better.
  
  PR:             ports/126547
  Submitted by:   "Pedro F. Giffuni" <giffunip@tutopia.com>
  
  Revision  Changes    Path
  1.6       +4 -8      ports/devel/ptmalloc/Makefile
  1.6       +3 -7      ports/devel/ptmalloc/pkg-descr
_______________________________________________
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"