summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-03-20 00:54:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-03-20 00:54:09 +0000
commita2f19b7b4e136fa8f896eb910148b64540bb51b4 (patch)
tree3793da93d3ba84528077386cd0ae3603f79ca053
parentThe dependency in the previous commit should have been devel/imake-4, (diff)
As previously announced, remove the antique version of imake that was
part of XFree86-3. This functionality was superceded years ago by devel/imake-4. No port in the system has really used this port for quite some time.
Notes
Notes: svn path=/head/; revision=104686
-rw-r--r--devel/Makefile1
-rw-r--r--devel/imake/Makefile52
-rw-r--r--devel/imake/distinfo2
-rw-r--r--devel/imake/files/patch-0014
-rw-r--r--devel/imake/files/patch-0111
-rw-r--r--devel/imake/files/patch-b20
-rw-r--r--devel/imake/files/patch-e11
-rw-r--r--devel/imake/pkg-descr6
-rw-r--r--devel/imake/pkg-plist105
9 files changed, 0 insertions, 222 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b18a92355023..621668ac12b8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -324,7 +324,6 @@
SUBDIR += id-utils
SUBDIR += idlefork
SUBDIR += ifd-test
- SUBDIR += imake
SUBDIR += imake-4
SUBDIR += inilib
SUBDIR += initutil
diff --git a/devel/imake/Makefile b/devel/imake/Makefile
deleted file mode 100644
index c5897697a32e..000000000000
--- a/devel/imake/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: Imake
-# Date created: 01 Mar 2000
-# Whom: max
-#
-# $FreeBSD$
-#
-
-PORTNAME= imake
-PORTVERSION= 1.0
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.6/source/ \
- ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-3.3.6/source/ \
- ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/3.3.6/source/ \
- ftp://sunsite.doc.ic.ac.uk/packages/XFree86/3.3.6/source/
-DISTNAME= X336src-1
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Imake and other utilities from XFree86
-
-DEPRECATED= "no longer needed by any FreeBSD port\; long ago replaced by devel/imake-4"
-EXPIRATION_DATE= "March 09, 2004"
-
-MANUAL_PACKAGE_BUILD= installs/removes files also in the XFree86 port
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-LATEST_LINK= imake
-.else
-LATEST_LINK= imake1
-.endif
-PREFIX= ${X11BASE}
-DIST_SUBDIR= xc
-WRKSRC= ${WRKDIR}/xc/config
-MAN1= imake.1 lndir.1 makedepend.1 xmkmf.1 makestrs.1 \
- makeg.1 mkdirhier.1
-MANCOMPRESSED= yes
-INSTALL_TARGET= install install.man
-MTREE_FILE= /etc/mtree/BSD.x11.dist
-
-.ifdef USE_IMAKE
-.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
-.endif
-
-do-configure:
- @${ECHO_CMD} > ${WRKSRC}/cf/host.def
- @(cd ${WRKDIR}/xc; \
- ${MAKE} Makefile.boot ; \
- ${MAKE} -f xmakefile SUBDIRS="include config" VerifyOS Makefiles includes)
-
-.include <bsd.port.post.mk>
diff --git a/devel/imake/distinfo b/devel/imake/distinfo
deleted file mode 100644
index 3eb20048ad5d..000000000000
--- a/devel/imake/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (xc/X336src-1.tgz) = bbfa360d10ce91ab37f24f197a31b485
-SIZE (xc/X336src-1.tgz) = 17388037
diff --git a/devel/imake/files/patch-00 b/devel/imake/files/patch-00
deleted file mode 100644
index 1a3282e8f45e..000000000000
--- a/devel/imake/files/patch-00
+++ /dev/null
@@ -1,14 +0,0 @@
---- cf/Imake.cf.orig Fri Jul 30 21:45:47 1999
-+++ cf/Imake.cf Wed Mar 1 17:31:52 2000
-@@ -160,6 +160,11 @@
- # define i386Architecture
- # undef i386
- # endif
-+# ifdef __alpha__
-+# define AlphaBsdArchitecture
-+# define AlphaArchitecture
-+# undef __alpha__
-+# endif
- #endif /* __FreeBSD__ */
-
- #ifdef AMOEBA
diff --git a/devel/imake/files/patch-01 b/devel/imake/files/patch-01
deleted file mode 100644
index 2244250008fe..000000000000
--- a/devel/imake/files/patch-01
+++ /dev/null
@@ -1,11 +0,0 @@
---- cf/xfree86.cf.orig Sun Dec 12 02:20:09 1999
-+++ cf/xfree86.cf Wed Mar 1 17:32:02 2000
-@@ -907,7 +907,7 @@
- #endif
-
- #ifndef XFree86ConsoleDefines
--#ifdef i386BsdArchitecture
-+#if defined(i386BsdArchitecture) || defined(AlphaBsdArchitecture)
- #define XFree86ConsoleDefines -DPCCONS_SUPPORT -DSYSCONS_SUPPORT -DPCVT_SUPPORT
- #else
- #define XFree86ConsoleDefines /**/
diff --git a/devel/imake/files/patch-b b/devel/imake/files/patch-b
deleted file mode 100644
index 3e235d08ffe8..000000000000
--- a/devel/imake/files/patch-b
+++ /dev/null
@@ -1,20 +0,0 @@
---- cf/Imake.tmpl.orig Sun Apr 18 00:44:44 1999
-+++ cf/Imake.tmpl Wed Mar 1 17:32:13 2000
-@@ -1150,7 +1150,7 @@
- CXXOPTIONS = CplusplusOptions
- CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES)
- CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(CXXEXTRA_DEFINES) $(DEFINES)
-- CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
-+ CXXFLAGS += $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
- #endif
- COMPRESS = CompressCmd
- GZIPCMD = GzipCmd
-@@ -1321,7 +1321,7 @@
- */
- ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
- ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(DEFINES)
-- CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
-+ CFLAGS += $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
- LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) $(DEPEND_DEFINES)
- LDPRELIB = LdPreLib
- LDPOSTLIB = LdPostLib
diff --git a/devel/imake/files/patch-e b/devel/imake/files/patch-e
deleted file mode 100644
index 0f76302c260b..000000000000
--- a/devel/imake/files/patch-e
+++ /dev/null
@@ -1,11 +0,0 @@
---- cf/FreeBSD.cf.orig Wed Mar 1 17:31:52 2000
-+++ cf/FreeBSD.cf Wed Mar 1 17:32:23 2000
-@@ -69,7 +69,7 @@
- #define MkdirHierCmd mkdir -p
-
- #define CcCmd cc
--#define CppCmd /usr/libexec/cpp
-+#define CppCmd /usr/bin/cpp
- #define PreProcessCmd CppCmd
- #define StandardCppDefines -traditional
- #if defined(UseInstalled) && (!defined(XF86LinkKit) || !XF86LinkKit)
diff --git a/devel/imake/pkg-descr b/devel/imake/pkg-descr
deleted file mode 100644
index d315915769fc..000000000000
--- a/devel/imake/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This port provides some useful utilities originally provided as a part
-of the XFree86 package. Imake, among others, is one of the most
-frequently used programs when compiling software packages. Lndir is
-another useful tools. See man pages for the detail.
-
-- Max
diff --git a/devel/imake/pkg-plist b/devel/imake/pkg-plist
deleted file mode 100644
index 7ea834894352..000000000000
--- a/devel/imake/pkg-plist
+++ /dev/null
@@ -1,105 +0,0 @@
-lib/X11/config/Imake.rules
-lib/X11/config/Motif.rules
-lib/X11/config/Win32.rules
-lib/X11/config/X11.rules
-lib/X11/config/bsdLib.rules
-lib/X11/config/cde.rules
-lib/X11/config/gnuLib.rules
-lib/X11/config/hpLib.rules
-lib/X11/config/ibmLib.rules
-lib/X11/config/lnxLib.rules
-lib/X11/config/lnxdoc.rules
-lib/X11/config/necLib.rules
-lib/X11/config/noop.rules
-lib/X11/config/nto.rules
-lib/X11/config/oldlib.rules
-lib/X11/config/os2.rules
-lib/X11/config/os2Lib.rules
-lib/X11/config/osfLib.rules
-lib/X11/config/scoLib.rules
-lib/X11/config/sgiLib.rules
-lib/X11/config/sunLib.rules
-lib/X11/config/QNX.rules
-lib/X11/config/sv3Lib.rules
-lib/X11/config/sv4Lib.rules
-lib/X11/config/xf86.rules
-lib/X11/config/Imake.tmpl
-lib/X11/config/Library.tmpl
-lib/X11/config/Motif.tmpl
-lib/X11/config/Server.tmpl
-lib/X11/config/ServerLib.tmpl
-lib/X11/config/Threads.tmpl
-lib/X11/config/WinLib.tmpl
-lib/X11/config/X11.tmpl
-lib/X11/config/bsdLib.tmpl
-lib/X11/config/cde.tmpl
-lib/X11/config/hpLib.tmpl
-lib/X11/config/gnuLib.tmpl
-lib/X11/config/ibmLib.tmpl
-lib/X11/config/lnxLib.tmpl
-lib/X11/config/lnxdoc.tmpl
-lib/X11/config/necLib.tmpl
-lib/X11/config/os2Lib.tmpl
-lib/X11/config/osfLib.tmpl
-lib/X11/config/sgiLib.tmpl
-lib/X11/config/sunLib.tmpl
-lib/X11/config/sv3Lib.tmpl
-lib/X11/config/sv4Lib.tmpl
-lib/X11/config/xf86.tmpl
-lib/X11/config/xf86site.def
-lib/X11/config/host.def
-lib/X11/config/site.def
-lib/X11/config/Imake.cf
-lib/X11/config/Amoeba.cf
-lib/X11/config/DGUX.cf
-lib/X11/config/FreeBSD.cf
-lib/X11/config/Mips.cf
-lib/X11/config/NetBSD.cf
-lib/X11/config/OpenBSD.cf
-lib/X11/config/Oki.cf
-lib/X11/config/Win32.cf
-lib/X11/config/apollo.cf
-lib/X11/config/bsd.cf
-lib/X11/config/bsdi.cf
-lib/X11/config/convex.cf
-lib/X11/config/cray.cf
-lib/X11/config/fujitsu.cf
-lib/X11/config/generic.cf
-lib/X11/config/gnu.cf
-lib/X11/config/hp.cf
-lib/X11/config/ibm.cf
-lib/X11/config/isc.cf
-lib/X11/config/linux.cf
-lib/X11/config/luna.cf
-lib/X11/config/macII.cf
-lib/X11/config/mach.cf
-lib/X11/config/minix.cf
-lib/X11/config/moto.cf
-lib/X11/config/ncr.cf
-lib/X11/config/nec.cf
-lib/X11/config/nto.cf
-lib/X11/config/os2.cf
-lib/X11/config/osf1.cf
-lib/X11/config/pegasus.cf
-lib/X11/config/sco.cf
-lib/X11/config/sco5.cf
-lib/X11/config/sequent.cf
-lib/X11/config/sgi.cf
-lib/X11/config/sony.cf
-lib/X11/config/sun.cf
-lib/X11/config/svr3.cf
-lib/X11/config/svr4.cf
-lib/X11/config/ultrix.cf
-lib/X11/config/usl.cf
-lib/X11/config/lynx.cf
-lib/X11/config/x386.cf
-lib/X11/config/QNX.cf
-lib/X11/config/xfree86.cf
-bin/imake
-bin/makedepend
-bin/lndir
-bin/xmkmf
-bin/mkdirhier
-bin/gccmakedep
-bin/mergelib
-bin/makeg