CVS log for ports/devel/nspr/files/patch-.._pr_include_md__freebsd.h
Up to [FreeBSD] / ports / devel / nspr / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 4 22:38:53 2011 UTC (8 months, 1 week ago) by mezz
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
-env -> ${SETENV}
-${MASTER_SITE_MOZILLA} -> MOZILLA in MASTER_SITES
PR: ports/157373
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 28 21:32:09 2010 UTC (18 months, 2 weeks ago) by beat
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -4 lines
- Update to 4.8.6 - Add support for powerpc64 [1] PR: ports/149045 Submitted by: Andreas Tobler <andreast-list AT fgznet.ch> [1] Approved by: mezz@
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 4 07:11:16 2008 UTC (3 years, 3 months ago) by ed
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +12 -3 lines
Add support for PowerPC to devel/nspr.
There were two things missing in the nspr port that prevented it from
being properly compiled on PowerPC:
- A string definition of the processor platform ("powerpc").
- Definitions of byte ordering and sizes of standard C types.
I copied the second list of definitions from _linux.cfg. The values used
by _openbsd.cfg and _netbsd.cfg are not accurate (size and alignment of
int64 is incorrect).
Approved by: marcus
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 23 17:21:55 2006 UTC (5 years, 6 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -3 lines
Add additional definitions now that we have gethost_r functions and hour normal gethost functions are thread-safe. Also, wrap thread-safe definitions around a check for _PR_PTHREADS. Reported by: Sean C. Farley <sean-freebsd@farley.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 18 13:25:44 2006 UTC (5 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Chase the recent getproto*_r additions to RELENG_6.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 21:47:24 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Fix the build on very recent -CURRENT. Since the resolv changes didn't get their own __FreeBSD_version, use the bump associated with fcloseall(). Tested by: sajd on #freebsd-gnome
