diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-18 22:39:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-18 22:39:00 +0000 |
commit | f6ce0a82d01048fece3808c47a3861edb06bb6eb (patch) | |
tree | 6f3fcf1d94a4915cdab807505a2d031a0b1b6fae /devel | |
parent | a9c1cbde211b63c5ce717b12db2f72e3ae090343 (diff) | |
download | pkgsrc-f6ce0a82d01048fece3808c47a3861edb06bb6eb.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/ptl2/DESCR | 4 | ||||
-rw-r--r-- | devel/ptl2/Makefile | 41 | ||||
-rw-r--r-- | devel/ptl2/PLIST | 6 | ||||
-rw-r--r-- | devel/ptl2/distinfo | 7 | ||||
-rw-r--r-- | devel/ptl2/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/ptl2/patches/patch-ab | 11 |
7 files changed, 1 insertions, 83 deletions
diff --git a/devel/Makefile b/devel/Makefile index bc06d9ca64c..a55c62f58d7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.638 2005/05/18 22:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.639 2005/05/18 22:39:00 wiz Exp $ # COMMENT= Development utilities @@ -495,7 +495,6 @@ SUBDIR+= prc-tools SUBDIR+= prcs SUBDIR+= pth SUBDIR+= pthread-sem -SUBDIR+= ptl2 SUBDIR+= pvs SUBDIR+= pwlib SUBDIR+= py-InlineEgg diff --git a/devel/ptl2/DESCR b/devel/ptl2/DESCR deleted file mode 100644 index ac28fa3cf7a..00000000000 --- a/devel/ptl2/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -This is PTL2 -- Portable Thread Library 2 written by Kota Abe. - -This library is based on the standard "POSIX 1003.1c" and works on BSD UNIX -(architecture-independent!). diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile deleted file mode 100644 index 1af5d7dae3c..00000000000 --- a/devel/ptl2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# $NetBSD: Makefile,v 1.48 2005/04/11 21:45:37 tv Exp $ - -DISTNAME= PTL-2.1.9 -PKGNAME= ptl-2.1.9 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/ - -PATCH_SITES= ${MASTER_SITES} - -MAINTAINER= msaitoh@NetBSD.org -HOMEPAGE= http://www.media.osaka-cu.ac.jp/~k-abe/PTL/ -COMMENT= Portable user-level Thread Library 2 written by Kota Abe - -USE_PERL5= build -MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" -PLIST_SRC= ${WRKDIR}/PLIST - -# This needs a fair bit of work on Darwin and IRIX, so for now disable. -NOT_FOR_PLATFORM= Darwin-*-* IRIX-*-* - -post-install: - @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include - @${FIND} ${PREFIX}/PTL/include -type f -name "*.orig" -print | ${XARGS} ${RM} - @${FIND} ${PREFIX}/PTL/include -type d -print | ${XARGS} ${CHMOD} 755 - @${FIND} ${PREFIX}/PTL/include -type f -print | ${XARGS} ${CHMOD} 444 - @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} - @cd ${PREFIX}; \ - ${FIND} PTL -type f -print >>${PLIST_SRC}; \ - for LINK in `${FIND} PTL -type l -print`; do \ - set - X `${FILE_CMD} $$LINK`; \ - ${ECHO} "@exec ${LN} -s $$6 %D/$$LINK" >>${PLIST_SRC}; \ - ${ECHO} "@unexec ${RM} -f %D/$$LINK" >>${PLIST_SRC}; \ - done; \ - for DIR in `${FIND} PTL -type d -print | sort -r`; do \ - if [ -z "`ls $$DIR`" ]; then \ - ${ECHO} "@exec ${MKDIR} %D/$$DIR" >>${PLIST_SRC}; \ - fi; \ - ${ECHO} "@dirrm $$DIR" >>${PLIST_SRC}; \ - done - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ptl2/PLIST b/devel/ptl2/PLIST deleted file mode 100644 index eb71cb1f390..00000000000 --- a/devel/ptl2/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/12 07:07:05 msaitoh Exp $ -bin/ptlgcc -bin/ptlg++ -lib/libPTL.a -lib/libPTL.so -lib/libPTL.so.2.1 diff --git a/devel/ptl2/distinfo b/devel/ptl2/distinfo deleted file mode 100644 index d9e3ce57414..00000000000 --- a/devel/ptl2/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.12 2005/02/23 22:24:31 agc Exp $ - -SHA1 (PTL-2.1.9.tar.gz) = 8ad35279a618f639d6fd0556c3053ca192ce50ee -RMD160 (PTL-2.1.9.tar.gz) = 88cfdf19ab44ec089d6ef0ce7c1509d467990703 -Size (PTL-2.1.9.tar.gz) = 694271 bytes -SHA1 (patch-aa) = 238660e4087b41e296f4048e65f8e54486c97dd8 -SHA1 (patch-ab) = 501fa5218757f9e47cc8d9b78f33082019517dcb diff --git a/devel/ptl2/patches/patch-aa b/devel/ptl2/patches/patch-aa deleted file mode 100644 index 38555746106..00000000000 --- a/devel/ptl2/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2002/12/12 07:07:05 msaitoh Exp $ ---- Makefile.orig Tue Nov 26 21:19:42 2002 -+++ Makefile Thu Dec 12 15:26:47 2002 -@@ -7,7 +7,7 @@ - # - - # Install directory --prefix = /usr/local -+prefix = ${PREFIX} - exec_prefix = $(prefix) - - # Directory to install ptlgcc diff --git a/devel/ptl2/patches/patch-ab b/devel/ptl2/patches/patch-ab deleted file mode 100644 index 08f15147090..00000000000 --- a/devel/ptl2/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$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 |