head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.42 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.40 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.38 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.36 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.34 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.32 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.30 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.28 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.26 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.24 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.22 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.20 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.18 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.16 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.14 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.12 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.10 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.8 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.6 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.4 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.2 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.6.0.20 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.18 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.16 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.14 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.12 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.10 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.6.0.6 netbsd-1-6-1-base:1.6 netbsd-1-6:1.6.0.8 netbsd-1-6-RELEASE-base:1.6 pkgviews:1.6.0.4 pkgviews-base:1.6 buildlink2:1.6.0.2 buildlink2-base:1.6 netbsd-1-5-PATCH003:1.6 netbsd-1-5-PATCH001:1.6 netbsd-1-5-RELEASE:1.6 netbsd-1-4-PATCH003:1.6 netbsd-1-4-PATCH002:1.5 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.4 netbsd-1-4-RELEASE:1.1; locks; strict; comment @# @; 1.7 date 2005.05.18.22.39.01; author wiz; state dead; branches; next 1.6; 1.6 date 2000.05.07.11.18.20; author msaitoh; state Exp; branches; next 1.5; 1.5 date 99.11.15.19.16.36; author rh; state Exp; branches; next 1.4; 1.4 date 99.05.12.16.17.53; author tv; state Exp; branches; next 1.3; 1.3 date 99.05.12.13.24.26; author msaitoh; state dead; branches; next 1.2; 1.2 date 99.05.06.20.07.21; author tv; state Exp; branches; next 1.1; 1.1 date 99.05.01.10.24.40; author tron; state Exp; branches; next ; desc @@ 1.7 log @Remove packages that have been broken on 2.0/i386 for over 9 months now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments. @ text @$NetBSD: patch-ab,v 1.6 2000/05/07 11:18:20 msaitoh Exp $ --- Util/Makefile.in.orig Thu Feb 3 12:44:33 2000 +++ Util/Makefile.in Mon Feb 21 00:12:18 2000 @@@@ -292,7 +292,6 @@@@ @@echo "Loading $@@ ... " $(MKSHLIBCMD) -o $@@ $(LIBRARY_OBJS_PIC) $(LIBC_R_OBJS_PIC) $(NET_R_OBJS_PIC) $(altsysdir)/*.po -rm -f $(SHARED_LIBRARY) - $(LN_S) $@@ $(SHARED_LIBRARY) @@echo done # misc.c must be compiled without -O option @ 1.6 log @Jump to PTL-2.1.2 Changes between PTL2-current-990622 and PTL-2.1.2 * support NetBSD/arm32. * fix a configure.in bug which fails if $MACHINE != $MACHINE_ARCH. * src/io_udp.c (send_timedwait, sendto_timedwait, sendmsg_timedait): While underlying system calls return with EWOULDBLOCK, continue writing. * src/signal.c (_pthread_signal_init): On system that PTL can set the stack pointer without using sigstack(), SIGUSR2 can be used for user's purpose. * src/internal.h (END_CRITICAL): fixed: signal interruptions are lost in certain situation theoretically. * src/io.c: use O_NONBLOCK rather than O_NDELAY in SunOS5. * Util/Makefile.in: version number of libPTL.so is changed to 2.0. * src/specific.c (pthread_key_create, pthread_setspecific): if fail to allocate the memory, returns ENOMEM. * src/cond.c, src/mutex.c, include/sys/types.h: pthread_mutex_t and pthread_cond_t are changed from `pointer to struct' to `struct'. * src/cond-attr.c, include/sys/types.h: pthread_condattr_t is changed from integer handle to struct. * src/cond.c, src/mutex.c, src/pthread.c: pthread_{mutex_,cond_,}setname_np returns ENOMEM if malloc() returns NULL. * src/cancel.c (pthread_setcancelstate): if FLAG_CLEANUP_HANDLER is set, do not call pthread_exit() even if PTHREAD_CANCEL_ENABLE is specified and the thread is already cancel requested. (pthread_testcancel): similar to above. * src/internal.h (FLAG_CLEANUP_HANDLER): this flag shows that the thread is currently executing cleanup handlers. * src/sched.c (after_csw): Clear FLAG_DO_CANCEL flag before executing cleanup handlers to prevent entering executing cleanup handlers loop. * src/io.c (_pthread_pdb_iostat): Implement `iostat' command into PDB. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @defuzz @ text @d2 3 a4 4 --- Util/Makefile.in.orig Mon Nov 15 20:12:32 1999 +++ Util/Makefile.in Mon Nov 15 20:12:32 1999 @@@@ -293,7 +293,6 @@@@ @ 1.4 log @Do not create a "libPTL.so" link. This will be done by the pkg system at install time, and should NOT happen for a.out at all. (I'll re-add the removed patches to do this correctly for ELF, and use shlib constructor as opposed to "every object file constructor", later.) @ text @d3 3 a5 3 --- Util/Makefile.in.orig Wed May 12 12:21:31 1999 +++ Util/Makefile.in Wed May 12 12:21:43 1999 @@@@ -269,7 +269,6 @@@@ d7 1 a7 1 $(MKSHLIBCMD) -o $@@ $(LIBRARY_OBJS_PIC) libc_r/*.po net_r/*.po $(altsysdir)/*.po d12 1 a12 1 .c.po: @ 1.3 log @Upate PTL2 to PTL2-current-990512. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 1999/05/06 20:07:21 tv Exp $ d3 10 a12 15 --- include/sys/pthread-init.h.orig Tue Feb 9 09:59:50 1999 +++ include/sys/pthread-init.h Thu May 6 11:37:10 1999 @@@@ -14,11 +14,7 @@@@ /* * Initialize the PTL */ -# ifdef __GNUC__ -static void _pthread_inithook() __attribute__((constructor)); -extern void _pthread_init(); -static void _pthread_inithook() { _pthread_init(); } -# else +# ifndef __GNUC__ # define main __pthread_main # endif /*!__GNUC__*/ #endif /*!PTL_INTERNAL*/ @ 1.2 log @Use proper ELF build (with -soname); also add c++rt0 for a.out and crt{begin,end}S for ELF so that a constructor does not have to be attached to every resultant .o file (_pthread_init() becomes a constructor in the library itself). Add ptlg++ as analogue of ptlgcc. The pkgname is renamed ptl-990315 (drop -current-) so this version is not considered compatible in binary form. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Fix complilation warning caused by missing prototype for init hook. Patch supplied by Michael Graff in PR pkg/7495. @ text @d3 4 a6 3 --- include/sys/pthread-init.h.orig Wed Apr 28 14:30:28 1999 +++ include/sys/pthread-init.h Wed Apr 28 20:49:27 1999 @@@@ -15,9 +15,9 @@@@ d9 1 a9 1 # ifdef __GNUC__ d13 2 a14 4 +static void _pthread_inithook(void) __attribute__((constructor)); +extern void _pthread_init(void); +static void _pthread_inithook(void) { _pthread_init(); } # else d17 1 @