CVS log for ports/devel/linuxthreads/pkg-plist
Up to [FreeBSD] / ports / devel / linuxthreads
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jul 3 01:44:46 2009 UTC (2 years, 7 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
- Fix plist and mark as UNBROKEN. - Use USE_LDCONFIG. - Pass maintainer to submitter. PR: ports/136037 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 3 08:38:00 2007 UTC (4 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +12 -8 lines
- Fix build on CURRENT with GCC 4.2 Submitted by: tegge (maintainer)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 30 04:14:51 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Retire obsolete a.out shared library support
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 25 14:58:02 2005 UTC (6 years, 6 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Catch up with shared library version bump in FreeBSD >= 6.0.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 22 22:20:21 2005 UTC (6 years, 6 months ago) by tegge
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
Check for NO_PIC and NO_PROFILE on FreeBSD >= 6.0. Add sys/_pthreadtypes.h to allow compilation on FreeBSD >= 6.0. Initialize signal trampoline variables earlier to avoid race in wrapper around sigaction. Fix known API wrapper bugs. Port compile time options: Add option for using an alternate restart signal instead of SIGUSR2. Add options for adjustment of maximum thread stack size and maximum number of threads. Make all options start with LINUXTHREADS_ Note that complete FreeBSD source matching userland must be installed in /usr/src when compiling this port.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Feb 27 23:32:54 2004 UTC (7 years, 11 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Add option to ignore posix priority scheduling. Add threadsafe versions of some libc functions on FreeBSD 4.x. Register liblgcc_r_pic.a as installed for FreeBSD 5.x.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 18 20:32:21 2002 UTC (9 years, 7 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -0 lines
Register PIC archives when INSTALL_PIC_ARCHIVE has been defined. Defining INSTALL_LIBLTHREAD_PIC_ARCHIVE causes installation and registration of PIC archive for liblthread, which can be used to generate a shared liblthread library for a different gcc installation. Bump port revision.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jun 8 18:27:19 2002 UTC (9 years, 8 months ago) by tegge
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -4 lines
Build linuxthreads version of libstdc++ and libsupc++ under 5.0-CURRENT. Don't misuse DESTDIR when building linuxthreads version of libgcc. Fix varargs warning under 5.0-CURRENT. Don't try to register profiled libraries when NOPROFILE has been specified. Don't try to register shared libraries when NOPIC has been specified. Bump port revision. PR: 38876
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 14 01:34:18 2001 UTC (10 years, 8 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Update from version 2.1.3 to 2.2.3 of LinuxThreads.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 20 00:34:56 2001 UTC (10 years, 11 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
Initialize attributes for new threads with default values when a NULL pthread_attr_t is provided as argument to pthread_create. liblgcc_r_pic.a no longer exists. Put the liblgcc_r.a version of __get_eh_info() and __register_frame_info() into the shared linuxthreads library to avoid using the incompatible libgcc.a version. Shared libraries that use exceptions still represent a problem if linked before the linuxthreads library. Compile liblgcc_r.a before the main linuxthreads library to provide the object files that contains __get_eh_info() and __register_frame_info(). Add minimal wrappers for native thread library functions used by 5.0-CURRENT libc. The wrappers try to call corresponding functions in the linuxthreads library after performing argument conversion.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jun 7 21:43:41 2000 UTC (11 years, 8 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Add lib/liblgcc_r_p.a. Submitted by: bento
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 24 01:12:08 1999 UTC (12 years, 1 month ago) by jasone
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -3 lines
Update to the most recent release of LinuxThreads, glibc-linuxthreads-2.1.2, which is rather tightly coupled with GNU libc, unlike the older version of this port. LinuxThreads has added many features since it was integrated with GNU libc, which means that a number of interfaces that were borrowed from libc_r are no longer needed. This updated port required a lot of reworking of the port, so there are likely to be new bugs.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 2 02:14:16 1999 UTC (12 years, 2 months ago) by julian
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Submitted by: "Russell L. Carter" <rcarter@consys.com> more tuning
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 30 09:07:29 1999 UTC (12 years, 2 months ago) by julian
Branches: MAIN
Reviewed by: Russell Carter Submitted by: "Richard Seaman, Jr." <dick@tar.com> Native FreeBSD port of the linuxthreads library Includes added files and stuff you need to add to the rest of your system. This is for -current I'm sure Richard's older version might be a good place to start for a 3.x version.
