aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-02-25 06:10:52 +0800
committerrene <rene@FreeBSD.org>2011-02-25 06:10:52 +0800
commitf7056266bd71451ca2e15e2e77cbfccb2195070c (patch)
treefb6a1a5dd15212ad5ca6809e415e72a5ab285d77 /devel
parenta5abc666d203385213cb964cf7db4aa343999ec2 (diff)
downloadfreebsd-ports-gnome-f7056266bd71451ca2e15e2e77cbfccb2195070c.tar.gz
freebsd-ports-gnome-f7056266bd71451ca2e15e2e77cbfccb2195070c.tar.zst
freebsd-ports-gnome-f7056266bd71451ca2e15e2e77cbfccb2195070c.zip
Remove expired ports:
2011-02-23 devel/pmake: does not build on any supported version of FreeBSD 2011-02-24 net-p2p/linux-agsatellite: the whole service went to cloud
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pmake/Makefile66
-rw-r--r--devel/pmake/distinfo3
-rw-r--r--devel/pmake/files/patch-aa13
-rw-r--r--devel/pmake/files/patch-ab11
-rw-r--r--devel/pmake/files/patch-ac74
-rw-r--r--devel/pmake/files/patch-ad13
-rw-r--r--devel/pmake/files/patch-ae12
-rw-r--r--devel/pmake/files/patch-af23
-rw-r--r--devel/pmake/files/patch-ag8
-rw-r--r--devel/pmake/files/patch-ah18
-rw-r--r--devel/pmake/files/patch-config.h14
-rw-r--r--devel/pmake/pkg-descr7
-rw-r--r--devel/pmake/pkg-plist28
-rw-r--r--devel/pmake/pkg-plist.customs45
15 files changed, 0 insertions, 336 deletions
diff --git a/devel/Makefile b/devel/Makefile
index acad6926ffd7..15f19b49a06f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2694,7 +2694,6 @@
SUBDIR += pire
SUBDIR += pkg-config
SUBDIR += plan9port
- SUBDIR += pmake
SUBDIR += pmd
SUBDIR += pmk
SUBDIR += poco
diff --git a/devel/pmake/Makefile b/devel/pmake/Makefile
deleted file mode 100644
index 938783c08f3b..000000000000
--- a/devel/pmake/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# New ports collection makefile for: pmake
-# Date created: 12 November 1998
-# Whom: steve
-#
-# $FreeBSD$
-#
-
-PORTNAME= pmake
-PORTVERSION= 2.1.37
-CATEGORIES= devel parallel
-MASTER_SITES= http://www.icsi.berkeley.edu/ftp/global/pub/speech/stolcke/software/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= steve
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The parallel make(1) program from the Sprite project
-
-NO_CDROM= Non-commercial use only
-
-DEPRECATED= does not build on any supported version of FreeBSD
-EXPIRATION_DATE= 2011-02-23
-
-WRKSRC= ${WRKDIR}/pmake
-MAKEFILE= makefile
-ALL_TARGET= pmake
-PMAKE_ENV= ${MAKE_ENV} MAKE=${PREFIX}/bin/pmake
-MAN1= pmake.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700000
-IGNORE= does not support ${OPSYS}-${OSREL} at this time
-.endif
-
-post-patch:
- @${REINPLACE_CMD} '/memmove/d' ${WRKSRC}/lib/include/sprite.h
-
-#
-# Define this if you want to build and install with the 'customs'
-# server support and the pmake to match. Note, you'll still get
-# the plain pmake in ${PREFIX}/bin/pmake.nocustoms.
-#
-#WANT_CUSTOMS= yes
-
-do-install::
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} install)
-
-.if defined(WANT_CUSTOMS)
-PLIST= ${PKGDIR}/pkg-plist.customs
-MAN1+= export.1 reginfo.1 rexport.1
-MAN8= cctrl.8 customs.8 importquota.8 logd.8
-
-do-install::
- @(cd ${WRKSRC}; ${SETENV} ${PMAKE_ENV} ${PREFIX}/bin/pmake new; \
- ${SETENV} ${PMAKE_ENV} ${PREFIX}/bin/pmake install)
- @${ECHO} "Adding customs service to /etc/services..."
- @${ECHO_CMD} -e 'customs\t\t8231/tcp\t# pmake customs server'>>/etc/services
- @${ECHO_CMD} -e 'customs\t\t8231/udp\t# pmake customs server'>>/etc/services
-.else
-do-install::
- @(cd ${WRKSRC}/doc; ${SETENV} ${PMAKE_ENV} ${MAKE})
- ${INSTALL_MAN} ${WRKSRC}/doc/pmake.1 ${PREFIX}/man/man1
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/pmake/distinfo b/devel/pmake/distinfo
deleted file mode 100644
index 510579f6d230..000000000000
--- a/devel/pmake/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pmake-2.1.37.tar.Z) = 9c4678f1238d6709b7ef67640b907da4
-SHA256 (pmake-2.1.37.tar.Z) = 32488e388fd7f071e26d514466e438fc704d291615ee3d657a662b3660899b1a
-SIZE (pmake-2.1.37.tar.Z) = 1384703
diff --git a/devel/pmake/files/patch-aa b/devel/pmake/files/patch-aa
deleted file mode 100644
index e54bb2a72fac..000000000000
--- a/devel/pmake/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- makefile.orig Thu Nov 12 10:59:34 1998
-+++ makefile Thu Nov 12 11:01:51 1998
-@@ -21,8 +21,8 @@
- # LSTDIR location of linked-list library
- #
- DESTDIR =
--BINDIR = /usr/local/bin
--LIBDIR = /usr/local/lib/pmake
-+BINDIR = $(PREFIX)/bin
-+LIBDIR = $(PREFIX)/lib/pmake
- SYSTEM_MK = system.mk
-
- LIBSRC = lib
diff --git a/devel/pmake/files/patch-ab b/devel/pmake/files/patch-ab
deleted file mode 100644
index 687380ba60aa..000000000000
--- a/devel/pmake/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/sprite/strsignal.c.orig Thu Nov 12 10:47:48 1998
-+++ lib/sprite/strsignal.c Thu Nov 12 10:48:36 1998
-@@ -23,7 +23,7 @@
-
- #ifndef _sys_siglist /* SVR4 has strsignal() */
-
--#ifndef hpux
-+#if !defined(hpux) && !defined(__FreeBSD__)
- extern char *sys_siglist[];
- #endif /* hpux */
-
diff --git a/devel/pmake/files/patch-ac b/devel/pmake/files/patch-ac
deleted file mode 100644
index ca6672825fb5..000000000000
--- a/devel/pmake/files/patch-ac
+++ /dev/null
@@ -1,74 +0,0 @@
---- lib/mk/system.mk.orig Thu Nov 12 14:33:01 1998
-+++ lib/mk/system.mk Thu Nov 12 14:56:51 1998
-@@ -20,9 +20,9 @@
- .EXPORT: SAME
- #endif .MACHINE
-
--#ifdef .MACHINE
--#include <sys-$(.MACHINE:S@/@-@g).mk>
--#endif
-+##ifdef .MACHINE
-+##include <sys-$(.MACHINE:S@/@-@g).mk>
-+##endif
-
-
- .SUFFIXES : .out .a .ln .o .c .cc .F .f .e .r .y .l .s .cl .p .h .i \
-@@ -45,39 +45,40 @@
-
- # Use absolute paths whenever possible. This greatly reduces server load
- # once pmake has created parallel jobs all over the network ...
--YACC ?= /usr/bin/yacc
--YFLAGS ?=
--LEX ?= /usr/bin/lex
-+YACC ?= yacc
-+YFLAGS ?= -d
-+LEX ?= lex
- LFLAGS ?=
--CC ?= /bin/cc
--CXX ?= CC
--RM ?= /bin/rm -f
--MV ?= /bin/mv
--AS ?= /bin/as
--PC ?= /usr/ucb/pc
-+CC ?= cc
-+CXX ?= c++
-+RM ?= rm -f
-+MV ?= mv
-+AS ?= as
-+PC ?= pc
- PFLAGS ?=
--CFLAGS ?=
--CXXFLAGS?=
-+CFLAGS ?= -O -pipe
-+CXXFLAGS?= $(CFLAGS)
- AFLAGS ?=
--RC ?= /usr/bin/f77
-+RC ?= f77
- RFLAGS ?=
--FC ?= /usr/bin/f77
-+FC ?= f77
- EFLAGS ?=
--FFLAGS ?=
-+FFLAGS ?= -O
- LOADLIBES ?=
- CO ?= co
- COFLAGS ?=
- CI ?= ci
- CIFLAGS ?=
--AR ?= /bin/ar
--ARFLAGS ?= r
-+AR ?= ar
-+ARFLAGS ?= -rv
- #ifdef SYSV
- RANLIB ?= /bin/true
- #else
- RANLIB ?= ranlib
- #endif
--LD ?= /bin/ld
--LINT ?= /usr/bin/lint
-+LD ?= ld
-+LINT ?= lint
-+LINTFLAGS ?= -chapbx
- MKDEP ?= makedepend
-
- .c,v.c .y,v.y .l,v.l .s,v.s .h,v.h :
diff --git a/devel/pmake/files/patch-ad b/devel/pmake/files/patch-ad
deleted file mode 100644
index 21f90d174a51..000000000000
--- a/devel/pmake/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- common.mk.orig Thu Nov 12 15:49:34 1998
-+++ common.mk Thu Nov 12 15:50:31 1998
-@@ -30,8 +30,8 @@
- # INCLUDE where the sprite include files are
- #
- DESTDIR =
--BINDIR = /usr/local/bin
--LIBDIR = /usr/local/lib/pmake
-+BINDIR = $(PREFIX)/bin
-+LIBDIR = $(PREFIX)/lib/pmake
- SYSTEM_MK = system.mk
-
- #
diff --git a/devel/pmake/files/patch-ae b/devel/pmake/files/patch-ae
deleted file mode 100644
index 545771c69d82..000000000000
--- a/devel/pmake/files/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
---- doc/Makefile.orig Thu Nov 12 17:51:30 1998
-+++ doc/Makefile Thu Nov 12 17:54:24 1998
-@@ -19,7 +19,7 @@
- # most of the stuff here is machine independent
- .EXPORT:
--
-+.NOEXPORT:
--MANDIR = /usr/local/man
-+MANDIR = $(PREFIX)/man
- MANEXT1 = 1
- MANEXT8 = 8
-
diff --git a/devel/pmake/files/patch-af b/devel/pmake/files/patch-af
deleted file mode 100644
index b8427c754a64..000000000000
--- a/devel/pmake/files/patch-af
+++ /dev/null
@@ -1,23 +0,0 @@
---- customs/Makefile.orig Thu Nov 12 16:41:07 1998
-+++ customs/Makefile Thu Nov 12 16:42:14 1998
-@@ -19,16 +19,16 @@
- #
- # Owner of the various binaries
- #
--OWNER = $$USER
-+OWNER = root
-
- #
- # ETCDIR is where the system-control clients and the daemon itself go.
- # USRLIBDIR is where the customs library (archive) goes.
- # INCLUDEDIR is where the header files belonging to the customs library go.
- #
--ETCDIR = /usr/local/etc
--USRLIBDIR = /usr/local/lib
--INCLUDEDIR = /usr/local/include/customs
-+ETCDIR = $(PREFIX)/etc
-+USRLIBDIR = $(PREFIX)/lib
-+INCLUDEDIR = $(PREFIX)/include/customs
-
- #
- # Strip installed binaries
diff --git a/devel/pmake/files/patch-ag b/devel/pmake/files/patch-ag
deleted file mode 100644
index 2a7ce00df058..000000000000
--- a/devel/pmake/files/patch-ag
+++ /dev/null
@@ -1,8 +0,0 @@
---- customs/sigList.c.orig Thu Nov 12 16:43:25 1998
-+++ customs/sigList.c Thu Nov 12 16:43:54 1998
-@@ -20,4 +20,5 @@
- #endif /* not lint */
-
-+#include <sys/types.h>
- #include <sys/signal.h>
-
diff --git a/devel/pmake/files/patch-ah b/devel/pmake/files/patch-ah
deleted file mode 100644
index b291985ddd61..000000000000
--- a/devel/pmake/files/patch-ah
+++ /dev/null
@@ -1,18 +0,0 @@
---- customs/os-bsd.c.orig Thu Nov 12 16:45:42 1998
-+++ customs/os-bsd.c Thu Nov 12 16:47:14 1998
-@@ -162,6 +162,15 @@
- # define NO_SWAP /* doesn't have old BSD kernel structures */
- #endif /* bsdi */
-
-+#ifdef __FreeBSD__
-+# define KERNEL_FILE "/kernel"
-+# define NLIST_AVENRUN "_averunnable"
-+# define NLIST_NPROC "_maxproc"
-+# define NLIST_NPROCS "_nprocs"
-+# define UTMP_FILE "/var/run/utmp"
-+# define NO_SWAP /* doesn't have old BSD kernel structures */
-+#endif /* __FreeBSD__ */
-+
- /* defaults for most BSD systems */
- #ifndef n_symbol
- # define n_symbol n_name
diff --git a/devel/pmake/files/patch-config.h b/devel/pmake/files/patch-config.h
deleted file mode 100644
index aa99f119c3d7..000000000000
--- a/devel/pmake/files/patch-config.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- unix/config.h.orig Tue Jun 4 21:35:28 2002
-+++ unix/config.h Tue Jun 4 21:34:59 2002
-@@ -208,6 +208,11 @@
- # define HAVE_POSIX
- #endif /* SYSV */
-
-+#include <sys/param.h>
-+#ifdef __FreeBSD__
-+# define HAVE_POSIX
-+#endif
-+
- #define LIBTOC "__.SYMDEF"
- #define LIBFLAG "-l"
- #define LIBPREFIX "lib"
diff --git a/devel/pmake/pkg-descr b/devel/pmake/pkg-descr
deleted file mode 100644
index ed8999c3beb6..000000000000
--- a/devel/pmake/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is the parallel make(1) program originally developed for the Sprite
-operating system. You can also build this port with support for the
-'customs' service. Customs is a load-balancing system designed for a
-local area network of cooperating workstations.
-
-NOTE: this software's copyright restricts its use to non-commercial
-applications only.
diff --git a/devel/pmake/pkg-plist b/devel/pmake/pkg-plist
deleted file mode 100644
index b202ceab4193..000000000000
--- a/devel/pmake/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-bin/pmake
-bin/vmake
-lib/pmake/linksprite.mk
-lib/pmake/makedepend.mk
-lib/pmake/makelib.mk
-lib/pmake/makelint.mk
-lib/pmake/po.mk
-lib/pmake/shx.mk
-lib/pmake/sys-9000-720.mk
-lib/pmake/sys-9000-730.mk
-lib/pmake/sys-IP19.mk
-lib/pmake/sys-IP20.mk
-lib/pmake/sys-IP22.mk
-lib/pmake/sys-IP25.mk
-lib/pmake/sys-IP7.mk
-lib/pmake/sys-alpha.mk
-lib/pmake/sys-i386.mk
-lib/pmake/sys-i686.mk
-lib/pmake/sys-i86pc.mk
-lib/pmake/sys-iris.mk
-lib/pmake/sys-mips.mk
-lib/pmake/sys-next.mk
-lib/pmake/sys-snake.mk
-lib/pmake/sys-sun3.mk
-lib/pmake/sys-sun4.mk
-lib/pmake/sys-x86_64.mk
-lib/pmake/system.mk
-@dirrm lib/pmake
diff --git a/devel/pmake/pkg-plist.customs b/devel/pmake/pkg-plist.customs
deleted file mode 100644
index 1adb7f1cdf99..000000000000
--- a/devel/pmake/pkg-plist.customs
+++ /dev/null
@@ -1,45 +0,0 @@
-bin/export
-bin/pmake
-bin/pmake.nocustoms
-bin/reginfo
-bin/rexport
-bin/vmake
-etc/cctrl
-etc/customs
-etc/importquota
-etc/logd
-include/customs/customs.h
-include/customs/rpc.h
-include/customs/lst.h
-include/customs/sprite.h
-include/customs/config.h
-lib/libcustoms.a
-lib/pmake/linksprite.mk
-lib/pmake/makedepend.mk
-lib/pmake/makelib.mk
-lib/pmake/makelint.mk
-lib/pmake/po.mk
-lib/pmake/shx.mk
-lib/pmake/sys-9000-720.mk
-lib/pmake/sys-9000-730.mk
-lib/pmake/sys-IP19.mk
-lib/pmake/sys-IP20.mk
-lib/pmake/sys-IP22.mk
-lib/pmake/sys-IP25.mk
-lib/pmake/sys-IP7.mk
-lib/pmake/sys-alpha.mk
-lib/pmake/sys-i386.mk
-lib/pmake/sys-i686.mk
-lib/pmake/sys-i86pc.mk
-lib/pmake/sys-iris.mk
-lib/pmake/sys-mips.mk
-lib/pmake/sys-next.mk
-lib/pmake/sys-snake.mk
-lib/pmake/sys-sun3.mk
-lib/pmake/sys-sun4.mk
-lib/pmake/system.mk
-@dirrm include/customs
-@dirrm lib/pmake
-@exec echo -e 'customs\t\t8231/tcp\t# pmake customs server'>>/etc/services
-@exec echo -e 'customs\t\t8231/udp\t# pmake customs server'>>/etc/services
-@unexec perl -pi.bak -e '/^customs/ && ($_="")' /etc/services