summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 17:06:12 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 17:06:12 +0000
commitc22942dbe32a9d4bfc46c2e8d77f60de70ddf484 (patch)
tree18ba272e58a7abfe5a6c0f8dea93f11e0d76f0cc /net
parent- Update fpc to 2.0.2 (diff)
After upgrade lang/fpc to 2.0.2, devel/fpc-gdb and net/fpc-inet are
obsolets, so, remove them.
Notes
Notes: svn path=/head/; revision=165966
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/fpc-inet/Makefile70
-rw-r--r--net/fpc-inet/distinfo3
-rw-r--r--net/fpc-inet/pkg-descr8
-rw-r--r--net/fpc-inet/pkg-plist4
5 files changed, 0 insertions, 86 deletions
diff --git a/net/Makefile b/net/Makefile
index 3d766e57f2fe..2d0f54b6ac81 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -121,7 +121,6 @@
SUBDIR += findmtu
SUBDIR += flowgrep
SUBDIR += forg
- SUBDIR += fpc-inet
SUBDIR += fpc-libasync
SUBDIR += fpc-netdb
SUBDIR += fping
diff --git a/net/fpc-inet/Makefile b/net/fpc-inet/Makefile
deleted file mode 100644
index 3a566e77fcfa..000000000000
--- a/net/fpc-inet/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# New ports collection makefile for: Free Pascal Compiler
-# Date created: 28 November 2001
-# Whom: John Merryweather Cooper et al
-#
-# $FreeBSD$
-#
-
-PORTNAME= inet
-PORTVERSION= 1.0.10
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= freepascal
-PKGNAMEPREFIX= fpc-
-DISTNAME= fpc-${PORTVERSION}.ELF
-EXTRACT_SUFX= .tar
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Free Pascal routines for internet programming
-
-.include <bsd.port.pre.mk>
-
-BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
-RUN_DEPENDS= ${BUILD_DEPENDS}
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
-.endif
-.if ${OSVERSION} < 470000
-EXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
-TAR= ${LOCALBASE}/bin/gtar
-.endif
-USE_GMAKE= yes
-ONLY_FOR_ARCHS= i386
-
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
-
-MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \
- FPC=${LOCALBASE}/bin/ppc386 \
- INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \
- INSTALL_BINDIR=${PREFIX}/bin \
- GCCLIBDIR=/usr/lib \
- RELEASE=1
-
-do-extract:
-# unpack distribution
- @${MKDIR} ${WRKSRC}
- @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC}
-# unpack sources distribution
- @${MKDIR} ${WRKSRC}/sources
- @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources
-# further extract base sources
-#
-# inet sources
- @${TAR} zxf ${WRKSRC}/sources/unitsinetsrc.tar.gz \
- --directory ${WRKSRC}
-
-post-patch:
-# change to alter amount of optimization
- @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \
- "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g'
-
-do-build:
- cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/inet && \
- ${GMAKE} ${MAKE_ENV} all
-
-do-install:
- cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/inet && \
- ${GMAKE} ${MAKE_ENV} install
-
-.include <bsd.port.post.mk>
diff --git a/net/fpc-inet/distinfo b/net/fpc-inet/distinfo
deleted file mode 100644
index fb00975ada0c..000000000000
--- a/net/fpc-inet/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667
-SHA256 (fpc-1.0.10.ELF.tar) = 318bab9d1269dffcc5fe737d224fca939c5f130f34f12d166319b3d1ba776bfb
-SIZE (fpc-1.0.10.ELF.tar) = 17448960
diff --git a/net/fpc-inet/pkg-descr b/net/fpc-inet/pkg-descr
deleted file mode 100644
index 55ac2d4eb0c5..000000000000
--- a/net/fpc-inet/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Inet is part of the base packages of Free Pascal, a 32-bit
-Turbo Pascal/Delphi compatible compiler. Inet provides
-routines for internet programming.
-
-WWW: http://www.freepascal.org/
-
---
-John Merryweather Cooper <coop9211@uidaho.edu>
diff --git a/net/fpc-inet/pkg-plist b/net/fpc-inet/pkg-plist
deleted file mode 100644
index 5eae3d0222f4..000000000000
--- a/net/fpc-inet/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-lib/fpc/%%PORTVERSION%%/units/freebsd/inet/Package.fpc
-lib/fpc/%%PORTVERSION%%/units/freebsd/inet/inet.o
-lib/fpc/%%PORTVERSION%%/units/freebsd/inet/inet.ppu
-@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/inet