diff options
author | msaitoh <msaitoh@pkgsrc.org> | 1999-05-12 13:24:26 +0000 |
---|---|---|
committer | msaitoh <msaitoh@pkgsrc.org> | 1999-05-12 13:24:26 +0000 |
commit | c49c48e186a4aff66d2b8a70cccdcc9976a36542 (patch) | |
tree | f18b94b2fdc675cd5be8312d88663cb8ab054f38 /devel/ptl2 | |
parent | 12454341d28ca35cd9e08c95cd4263688f807065 (diff) | |
download | pkgsrc-c49c48e186a4aff66d2b8a70cccdcc9976a36542.tar.gz |
Upate PTL2 to PTL2-current-990512.
Diffstat (limited to 'devel/ptl2')
-rw-r--r-- | devel/ptl2/Makefile | 8 | ||||
-rw-r--r-- | devel/ptl2/files/md5 | 4 | ||||
-rw-r--r-- | devel/ptl2/patches/patch-ab | 17 | ||||
-rw-r--r-- | devel/ptl2/patches/patch-ac | 39 | ||||
-rw-r--r-- | devel/ptl2/patches/patch-ad | 15 | ||||
-rw-r--r-- | devel/ptl2/patches/patch-ae | 17 |
6 files changed, 6 insertions, 94 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index 216e2966565..add9e14f253 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 1999/05/06 22:38:08 tv Exp $ +# $NetBSD: Makefile,v 1.9 1999/05/12 13:24:26 msaitoh Exp $ -DISTNAME= PTL2-current-990325 -PKGNAME= ptl2-990325 +DISTNAME= PTL2-current-990512 +PKGNAME= ptl2-990512 CATEGORIES= devel -MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/PTL2-current-990325/ +MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/PTL2-current-990512/ MAINTAINER= msaitoh@netbsd.org HOMEPAGE= http://www.media.osaka-cu.ac.jp/~k-abe/PTL/ diff --git a/devel/ptl2/files/md5 b/devel/ptl2/files/md5 index 7b5c955bce2..fa6be879caa 100644 --- a/devel/ptl2/files/md5 +++ b/devel/ptl2/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/03/29 23:13:56 tron Exp $ +$NetBSD: md5,v 1.2 1999/05/12 13:24:26 msaitoh Exp $ -MD5 (PTL2-current-990325.tar.gz) = e4692f9604bda21f85a61e3936d47d1a +MD5 (PTL2-current-990512.tar.gz) = 77179c8ec14047540a624c1b9002c06e diff --git a/devel/ptl2/patches/patch-ab b/devel/ptl2/patches/patch-ab deleted file mode 100644 index 62f81bbd65e..00000000000 --- a/devel/ptl2/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1999/05/06 20:07:21 tv Exp $ - ---- 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*/ diff --git a/devel/ptl2/patches/patch-ac b/devel/ptl2/patches/patch-ac deleted file mode 100644 index f6009888e4a..00000000000 --- a/devel/ptl2/patches/patch-ac +++ /dev/null @@ -1,39 +0,0 @@ -$NetBSD: patch-ac,v 1.3 1999/05/06 20:07:22 tv Exp $ - ---- Util/Makefile.in.orig Thu Mar 25 07:51:18 1999 -+++ Util/Makefile.in Thu May 6 11:32:11 1999 -@@ -264,10 +264,14 @@ - - .SUFFIXES: .po - -+LIBSTUFF=$(LIBRARY_OBJS_PIC) libc_r/*.po net_r/*.po $(altsysdir)/*.po - $(SHARED_LIBRARY) : $(LIBRARY_OBJS_PIC) libc_r net_r - @echo "Loading $@ ... " -- $(MKSHLIBCMD) -o $@ $(LIBRARY_OBJS_PIC) libc_r/*.po net_r/*.po $(altsysdir)/*.po -- -ln -s $@ $@.$(SLIBVER) -+ @if [ -f /usr/lib/crtbeginS.o ]; then \ -+ $(MKSHLIBCMD) -o $@.$(SLIBVER) -soname libPTL.so.1 /usr/lib/crtbeginS.o $(LIBSTUFF) /usr/lib/crtendS.o; \ -+ else \ -+ $(MKSHLIBCMD) -o $@.$(SLIBVER) /usr/lib/c++rt0.o $(LIBSTUFF); \ -+ fi - @echo done - - .c.po: -@@ -432,14 +436,10 @@ - @$(utildir)/banner "copying $(MERGED_LIBRARY) to $(dest_libdir)" - $(INSTALL_DATA) $(MERGED_LIBRARY) $(dest_libdir) - $(RANLIB) $(dest_libdir)/$(MERGED_LIBRARY) -- if [ -f $(SHARED_LIBRARY) ]; then \ -- $(INSTALL_DATA) $(SHARED_LIBRARY) $(dest_libdir) ;\ -- (cd $(dest_libdir); \ -- rm -f $(SHARED_LIBRARY).$(SLIBVER) ; \ -- ln -s $(SHARED_LIBRARY) $(SHARED_LIBRARY).$(SLIBVER) ) ; \ -- fi -+ $(INSTALL_DATA) $(SHARED_LIBRARY).$(SLIBVER) $(dest_libdir) - $(INSTALL_DATA) specs $(dest_specsdir) -- $(INSTALL_PROGRAM) ptlgcc $(dest_bindir) -+ sed -e 's,gcc ,g\+\+ ,' ptlgcc >ptlg++ -+ $(INSTALL_PROGRAM) ptlgcc ptlg++ $(dest_bindir) - - clean : libaltsys-clean - -rm -rf *.o *.po core config.h libc_r net_r \ diff --git a/devel/ptl2/patches/patch-ad b/devel/ptl2/patches/patch-ad deleted file mode 100644 index 75e86c913fa..00000000000 --- a/devel/ptl2/patches/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ad,v 1.1 1999/05/02 16:53:00 tron Exp $ - ---- include/arpa/inet.h.orig Sat May 1 21:51:06 1999 -+++ include/arpa/inet.h Sat May 1 21:53:11 1999 -@@ -56,6 +56,11 @@ - char * inet_ntoa __PTL_P((struct in_addr)); - char * inet_ntoa_r __PTL_P((struct in_addr in, char *buf, - int bufsize)); -+#if defined(__NetBSD__) -+int inet_pton __PTL_P((int, const char *, void *)); -+const char *inet_ntop __PTL_P((int, const void *, -+ char *, size_t)); -+#endif - - __PTL_END_DECLS diff --git a/devel/ptl2/patches/patch-ae b/devel/ptl2/patches/patch-ae deleted file mode 100644 index c07e0d2a07c..00000000000 --- a/devel/ptl2/patches/patch-ae +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ae,v 1.1 1999/05/06 20:07:22 tv Exp $ - ---- src/proto.h.orig Thu May 6 11:37:33 1999 -+++ src/proto.h Thu May 6 11:38:14 1999 -@@ -100,7 +100,11 @@ - extern void _pthread_psigmask_clear_sigmask_if_need __PTL_NOARGS; - extern void _pthread_psigmask_clear_sigmask_on_csw __PTL_NOARGS; - /* pthread.c */ --extern void _pthread_init __PTL_NOARGS; -+extern void _pthread_init __PTL_NOARGS -+#ifdef __GNUC__ -+__attribute__((constructor)) -+#endif -+; - extern void _pthread_destroy __PTL_P((_pthread_tcb *thread_ptr)); - extern int _pthread_setscheduler __PTL_P((_pthread_tcb *thread_ptr, int policy, const struct sched_param *param)); - /* queue.c */ |