diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-31 17:08:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-31 17:08:08 +0000 |
commit | 964194988f7e382f39ad73b3117f57f2f02b828b (patch) | |
tree | 1d7234635223506656155b47163d0edd07892ec4 /mbone/sdr | |
parent | 2687e5f2b945ab2938e7e56ca972fba1d5c23b4b (diff) | |
download | pkgsrc-964194988f7e382f39ad73b3117f57f2f02b828b.tar.gz |
Remove packages that were either BROKEN for more than a year or
BROKEN and explicitly scheduled to be removed after 2013Q4.
Diffstat (limited to 'mbone/sdr')
-rw-r--r-- | mbone/sdr/DESCR | 4 | ||||
-rw-r--r-- | mbone/sdr/Makefile | 60 | ||||
-rw-r--r-- | mbone/sdr/PLIST | 2 | ||||
-rw-r--r-- | mbone/sdr/distinfo | 11 | ||||
-rw-r--r-- | mbone/sdr/files/Makefile.netbsd | 11 | ||||
-rw-r--r-- | mbone/sdr/patches/patch-aa | 15 | ||||
-rw-r--r-- | mbone/sdr/patches/patch-ab | 13 | ||||
-rw-r--r-- | mbone/sdr/patches/patch-ac | 27 | ||||
-rw-r--r-- | mbone/sdr/patches/patch-ad | 30 | ||||
-rw-r--r-- | mbone/sdr/patches/patch-ae | 14 | ||||
-rw-r--r-- | mbone/sdr/patches/patch-af | 13 |
11 files changed, 0 insertions, 200 deletions
diff --git a/mbone/sdr/DESCR b/mbone/sdr/DESCR deleted file mode 100644 index fd77f78b054..00000000000 --- a/mbone/sdr/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Sdr is a session directory tool designed to allow the advertisement -and joining of multicast conferences on the Mbone. It was originally -based on sd written by Van Jacobson at LBNL, but implements a later -version of the session description protocol than sd does. diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile deleted file mode 100644 index f4151248950..00000000000 --- a/mbone/sdr/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# $NetBSD: Makefile,v 1.54 2012/10/08 09:25:50 asau Exp $ - -DISTNAME= sdr-3.0 -PKGREVISION= 2 -CATEGORIES= mbone tk -MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/3.0/ - -MAINTAINER= is@NetBSD.org -HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/ -COMMENT= MBone Session Directory - -BROKEN= Depends on TCL/TK 8.3 - -WRKSRC= ${WRKDIR}/sdr/${SYSDIR} -CRYPTO= yes -USE_TOOLS+= gmake -HAS_CONFIGURE= yes - -PKG_OPTIONS_VAR= PKG_OPTIONS.sdr -PKG_SUPPORTED_OPTIONS= inet6 -PKG_SUGGESTED_OPTIONS= inet6 - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -.if exists(/usr/include/sys/inttypes.h) -EXTRA_FLAGS+= -DHAVE_SYS_INTTYPES_H -MAKE_FLAGS+= EXTRA_FLAGS=${EXTRA_FLAGS:Q} -.endif - -.if ${OPSYS} == "SunOS" -SYSDIR= solaris -.else -SYSDIR= freebsd -.endif - -INSTALLATION_DIRS= bin - -post-patch: - ${MV} ${WRKSRC}/../src/sdr.tcl ${WRKSRC}/../src/sdr.tcl.in && \ - ${SED} -e 's|@PREFIX@|${PREFIX}|' ${WRKSRC}/../src/sdr.tcl.in > \ - ${WRKSRC}/../src/sdr.tcl - -.if ${OPSYS} == "SunOS" -post-configure: - # Untested for sdr 3.0 !!! - ${CAT} ${WRKSRC}/sdr/solaris/Makefile.solaris \ - ${WRKSRC}/sdr/src/Makefile.template \ - > ${WRKSRC}/sdr/solaris/Makefile -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sdr ${DESTDIR}${PREFIX}/bin/sdr - -.include "../../mbone/common-mml/buildlink3.mk" -#.include "../../x11/tk83/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/mbone/sdr/PLIST b/mbone/sdr/PLIST deleted file mode 100644 index 6ab47b80f3c..00000000000 --- a/mbone/sdr/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:35:09 zuntum Exp $ -bin/sdr diff --git a/mbone/sdr/distinfo b/mbone/sdr/distinfo deleted file mode 100644 index 38e073c0fd9..00000000000 --- a/mbone/sdr/distinfo +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: distinfo,v 1.6 2009/12/02 08:19:02 snj Exp $ - -SHA1 (sdr-3.0.tar.gz) = b411aa168ce35348af898f54a2588b62810a1d83 -RMD160 (sdr-3.0.tar.gz) = ee5663a303c850063a807ad60647d7cbc06ababa -Size (sdr-3.0.tar.gz) = 304691 bytes -SHA1 (patch-aa) = 13be7ff0bffb042654e82ea6a02ab826c82f3c64 -SHA1 (patch-ab) = b96c341745f8b6f060c39326d3f3853079be6bda -SHA1 (patch-ac) = a8b18c0c548284f417c07d12e64957225bc455a6 -SHA1 (patch-ad) = be6bdb0a757746befe22dfda684f8e03464b411d -SHA1 (patch-ae) = 092a76dbbd92bdaef07c2ee8994d191654087642 -SHA1 (patch-af) = 4a288e3a7fd9e395b9264f05c97bcb4d5465ede5 diff --git a/mbone/sdr/files/Makefile.netbsd b/mbone/sdr/files/Makefile.netbsd deleted file mode 100644 index 4b17ca6cfdc..00000000000 --- a/mbone/sdr/files/Makefile.netbsd +++ /dev/null @@ -1,11 +0,0 @@ -# $NetBSD: Makefile.netbsd,v 1.8 2000/09/08 18:58:06 jwise Exp $ - -CC = gcc -g -O -INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk/generic -I${LOCALBASE}/include/tcl/generic -I../../common -LIBS = -L${LOCALBASE}/lib -ltk83 -ltcl83 ../../common/libcommon.a \ - -lm -L${X11BASE}/lib -lX11 -lz \ - -Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DNORANDPROTO -DDEFINED_ERRLIST \ - -Wall -DAUTH -DHAVE_ZLIB - -all:: sdr diff --git a/mbone/sdr/patches/patch-aa b/mbone/sdr/patches/patch-aa deleted file mode 100644 index 821ff099c0f..00000000000 --- a/mbone/sdr/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.9 2000/12/17 09:39:53 hubertf Exp $ - ---- Makefile.freebsd.orig Mon Sep 4 18:30:29 2000 -+++ Makefile.freebsd -@@ -1,7 +1,7 @@ - CC = gcc -g -O --INCLUDES = -I/usr/X11R6/include -I../../tk-8.0/generic -I../../tcl-8.0/generic -I../../common --LIBS = ../../tk-8.0/unix/libtk80.a ../../tcl-8.0/unix/libtcl80.a ../../common/libuclmmbase.a -lm -L/usr/X11R6/lib -lX11 -lz $(ILIBS) --CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DFREEBSD -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB -DFreeBSD -DHAVE_CONFIG_H $(IFLAGS) -+INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk/generic -I${LOCALBASE}/include/tcl/generic -I${LOCALBASE}/include/common-mml -+LIBS = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -ltk83 -ltcl83 -luclmmbase -lm -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -lX11 -lz $(ILIBS) -+CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DFREEBSD -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB -DFreeBSD -DHAVE_CONFIG_H $(IFLAGS) -DTcl_Eval=sdr_Tcl_Eval - - all:: sdr - install: diff --git a/mbone/sdr/patches/patch-ab b/mbone/sdr/patches/patch-ab deleted file mode 100644 index c1ab00f7d86..00000000000 --- a/mbone/sdr/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.9 2000/12/17 09:39:53 hubertf Exp $ - ---- ../src/Makefile.template.orig Sat Dec 16 09:15:29 2000 -+++ ../src/Makefile.template -@@ -88,7 +88,7 @@ - $(SDR_UI_FILES): tcl2c - - parsed_plugins.tcl: ../src/plugin2tcl.tcl -- tclsh8.0 ../src/plugin2tcl.tcl -+ tclsh ../src/plugin2tcl.tcl - - uweb: $(WWWOBJS) - $(CC) -ggdb -o uweb $(WWWOBJS) $(LIBS) diff --git a/mbone/sdr/patches/patch-ac b/mbone/sdr/patches/patch-ac deleted file mode 100644 index fba1331e116..00000000000 --- a/mbone/sdr/patches/patch-ac +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-ac,v 1.8 2000/12/17 09:39:53 hubertf Exp $ - ---- ../src/tkUnixInit.c.orig Mon Sep 4 18:30:41 2000 -+++ ../src/tkUnixInit.c -@@ -11,3 +11,22 @@ - #endif - return (TCL_OK); - } -+ -+#ifdef __NetBSD__ -+int -+sdr_Tcl_Eval (Tcl_Interp *interp, char *script) -+{ -+ char *copy = strdup (script); -+ int ret; -+#ifdef __NetBSD__ -+#ifdef Tcl_Eval -+#undef Tcl_Eval -+ int Tcl_Eval (Tcl_Interp *interp, char *script); -+#endif -+#endif -+ if (copy == NULL) abort(); -+ ret = Tcl_Eval (interp, copy); -+ free (copy); -+ return ret; -+} -+#endif /* __NetBSD__ */ diff --git a/mbone/sdr/patches/patch-ad b/mbone/sdr/patches/patch-ad deleted file mode 100644 index d7548c1e9b9..00000000000 --- a/mbone/sdr/patches/patch-ad +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ad,v 1.11 2003/07/03 14:40:49 agc Exp $ - ---- ../src/sdr.tcl.orig Mon Sep 4 18:30:39 2000 -+++ ../src/sdr.tcl -@@ -4457,7 +4457,7 @@ - - # find where we are installed - set app_name $argv0 --while {[file type $app_name] == "link"} { -+while {([file isfile $app_name]) && ([file type $app_name] == "link")} { - # don't worry about recursion since we know app must exist. - set app_name [file readlink $app_name] - } -@@ -4470,6 +4470,7 @@ - $app_home/sdr/plugins \ - $app_home/plugins \ - $app_home/../plugins \ -+ @PREFIX@/etc/sdr/plugins \ - /usr/local/etc/sdr/plugins \ - [resource sdrHome]/plugins \ - ] -@@ -4538,7 +4539,7 @@ - - # find where we are installed - set app_name $argv0 --while {[file type $app_name] == "link"} { -+while {([file isfile $app_name]) && ([file type $app_name] == "link")} { - # don't worry about recursion since we know app must exist. - set app_name [file readlink $app_name] - } diff --git a/mbone/sdr/patches/patch-ae b/mbone/sdr/patches/patch-ae deleted file mode 100644 index 640cfe4d77a..00000000000 --- a/mbone/sdr/patches/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ae,v 1.7 2000/12/28 13:30:21 hubertf Exp $ - ---- ../src/ui_fns.c.orig Mon Sep 4 18:30:43 2000 -+++ ../src/ui_fns.c -@@ -274,7 +274,8 @@ - u_int base; - char buf[128]; - -- Tcl_Eval(interp, "clock format [clock seconds] -format %w"); -+ sprintf(buf, "clock format [clock seconds] -format %w"); -+ Tcl_Eval(interp, buf); - base = atoi(interp->result); - for(i=0;i<7;i++) - { diff --git a/mbone/sdr/patches/patch-af b/mbone/sdr/patches/patch-af deleted file mode 100644 index b9ce5f78a6a..00000000000 --- a/mbone/sdr/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.6 2009/12/02 08:19:02 snj Exp $ - ---- ../freebsd/configure.orig 2009-12-02 00:06:42.000000000 -0800 -+++ ../freebsd/configure 2009-12-02 00:06:38.000000000 -0800 -@@ -1,7 +1,7 @@ - #!/bin/sh - if test "$1" = "--enable-ipv6" - then -- (echo "IFLAGS=-DHAVE_IPV6"; echo "ILIBS=-L/usr/local/v6/lib -linet6"; cat Makefile.freebsd ../src/Makefile.template) > Makefile -+ (echo "IFLAGS=-DHAVE_IPV6"; cat Makefile.freebsd ../src/Makefile.template) > Makefile - else - cat Makefile.freebsd ../src/Makefile.template > Makefile - fi |