Update to 4.7i. 2011/01/02 (4.7j) - amend a check for function name to allow cases such as this: int (foo)(); which is distinct from a function-pointer, e.g., int (*foo)(); - modified configure script to deprecate ${name-value} in favor of standard ${name:-value}. - update config.guess, config.sub
Responsible Changed From-To: freebsd-ports-bugs->swills I'll take it.
swills 2011-02-02 04:42:26 UTC FreeBSD ports repository Modified files: devel/cproto Makefile distinfo Log: - Update to 4.7j PR: ports/154454 Submitted by: maintainer Approved by: wxs@ and pgollucci@ (mentor implicit) Feature safe: yes Revision Changes Path 1.22 +1 -1 ports/devel/cproto/Makefile 1.10 +2 -3 ports/devel/cproto/distinfo _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!