Summary: | [maintainer-update] fix use of strndup in comms/gnokii | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Guido Falsi <madpilot> | ||||
Component: | Individual Port(s) | Assignee: | Philip M. Gollucci <pgollucci> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Guido Falsi
2009-02-03 22:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it. State Changed From-To: open->closed Committed. Thanks! pgollucci 2009-02-04 07:56:26 UTC FreeBSD ports repository Modified files: comms/gnokii Makefile Added files: comms/gnokii/files patch-gnokii-gnokii.c Log: - A function in gnokii happens to use strndup() which is implemented only in 8.0, so revert it to a simple strdup(). PR: ports/131350 Reported by: ledondo2000 at gmail.com Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Revision Changes Path 1.75 +1 -0 ports/comms/gnokii/Makefile 1.1 +11 -0 ports/comms/gnokii/files/patch-gnokii-gnokii.c (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" |