aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-08-22 17:16:44 +0800
committerrene <rene@FreeBSD.org>2014-08-22 17:16:44 +0800
commit711c7d565c938849018251326ae53974ac4297a7 (patch)
tree3b7e04588986f7ef8465da72e414abc21dcfd4eb /databases
parentc647088f38dc37eb21d31b5000faa379ec598f8e (diff)
downloadfreebsd-ports-gnome-711c7d565c938849018251326ae53974ac4297a7.tar.gz
freebsd-ports-gnome-711c7d565c938849018251326ae53974ac4297a7.tar.zst
freebsd-ports-gnome-711c7d565c938849018251326ae53974ac4297a7.zip
Remove expired ports:
2014-08-22 databases/pg_filedump: Broken for more than 6 months 2014-08-22 devel/svnmerge: Broken for more than 6 months 2014-08-22 net-mgmt/circe: Broken for more than 6 months 2014-08-22 print/latex-aa: Broken for more than 6 months 2014-08-22 textproc/rast: Broken for more than 6 months 2014-08-22 www/abyssws: Broken for more than 6 months 2014-08-22 www/docebo: Not maintained upstream 2014-08-22 www/rejik: Broken for more than 6 months and depends on www/squid which reached EOL 2 years ago
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pg_filedump/Makefile36
-rw-r--r--databases/pg_filedump/distinfo2
-rw-r--r--databases/pg_filedump/files/patch-Makefile28
-rw-r--r--databases/pg_filedump/pkg-descr7
-rw-r--r--databases/pg_filedump/pkg-plist4
6 files changed, 0 insertions, 78 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 22a271433c98..868ed350a3e5 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -540,7 +540,6 @@
SUBDIR += percona56-client
SUBDIR += percona56-server
SUBDIR += pg_activity
- SUBDIR += pg_filedump
SUBDIR += pg_reorg
SUBDIR += pg_rman
SUBDIR += pg_statsinfo
diff --git a/databases/pg_filedump/Makefile b/databases/pg_filedump/Makefile
deleted file mode 100644
index 302aa0b01e3c..000000000000
--- a/databases/pg_filedump/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= pg_filedump
-PORTVERSION= 8.4
-CATEGORIES= databases
-MASTER_SITES= http://sources.redhat.com/rhdb/tools/
-EXTRACT_SUFX= .tar
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Utility to format PostgreSQL heap, index, etc into human-readable form
-
-FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/postgresql84-client:patch
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/postgresql84-client:patch
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-8.4.0
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.pre.mk>
-
-BROKEN= Does not compile
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2014-08-22
-
-PG84VER!= cd ${PORTSDIR}/databases/postgresql84-client && ${MAKE} -V PORTVERSION
-
-post-patch:
- ${REINPLACE_CMD} -e "s|8.4.0|${PG84VER}|" ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.pg_filedump ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.post.mk>
diff --git a/databases/pg_filedump/distinfo b/databases/pg_filedump/distinfo
deleted file mode 100644
index c01152ca2cfd..000000000000
--- a/databases/pg_filedump/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pg_filedump-8.4.tar) = 75f6607cc78942683bda0967ebe72b7d411e5ba06b2dcd645d0eee2930e6595a
-SIZE (pg_filedump-8.4.tar) = 71680
diff --git a/databases/pg_filedump/files/patch-Makefile b/databases/pg_filedump/files/patch-Makefile
deleted file mode 100644
index 6b343455eb2a..000000000000
--- a/databases/pg_filedump/files/patch-Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig 2008-02-28 23:12:21.000000000 +0900
-+++ Makefile 2009-08-17 23:37:15.000000000 +0900
-@@ -3,10 +3,10 @@
- CC=gcc
- CFLAGS=-g -O -Wall -Wmissing-prototypes -Wmissing-declarations
-
--INCLUDE=/usr/include/pgsql/server
-+INCLUDE=${LOCALBASE}/include/postgresql/server
-
- # PGSQL MUST POINT TO pgsql SOURCE DIRECTORY
--PGSQL=../../../../postgres/pgsql
-+PGSQL=../../../postgresql84-client/work/postgresql-8.4.0
-
- CRC_SRC=${PGSQL}/src/backend/utils/hash
- CRC_INCLUDE=${PGSQL}/src
-@@ -17,10 +17,10 @@
- ${CC} ${CFLAGS} -o pg_filedump pg_filedump.o pg_crc.o
-
- pg_filedump.o: pg_filedump.c
-- ${CC} ${CFLAGS} -I${INCLUDE} pg_filedump.c -c
-+ ${CC} ${CFLAGS} -I${INCLUDE} -I${LOCALBASE}/include pg_filedump.c -c
-
- pg_crc.o: ${CRC_SRC}/pg_crc.c
-- ${CC} ${CFLAGS} -I${CRC_INCLUDE} -I${INCLUDE} ${CRC_SRC}/pg_crc.c -c
-+ ${CC} ${CFLAGS} -I${CRC_INCLUDE} -I${INCLUDE} -I${LOCALBASE}/include ${CRC_SRC}/pg_crc.c -c
-
- clean:
- rm -rf *.o pg_filedump
diff --git a/databases/pg_filedump/pkg-descr b/databases/pg_filedump/pkg-descr
deleted file mode 100644
index 2b7cce4f022e..000000000000
--- a/databases/pg_filedump/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-pg_filedump is a utility to format PostgreSQL heap, index, and control
-files into a human-readable form. You can format/dump the files
-several ways as well as dumping straight binary. This utility is
-intended to aid in the understanding of the internal contents of a
-PostgreSQL block.
-
-WWW: http://sources.redhat.com/rhdb/utilities.html
diff --git a/databases/pg_filedump/pkg-plist b/databases/pg_filedump/pkg-plist
deleted file mode 100644
index a5b9b0bd27f6..000000000000
--- a/databases/pg_filedump/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/pg_filedump
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README.pg_filedump
-%%PORTDOCS%%@dirrm %%DOCSDIR%%