summaryrefslogtreecommitdiff
path: root/databases/postgresql84-docs
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-06-10 16:44:36 +0000
committerRene Ladan <rene@FreeBSD.org>2015-06-10 16:44:36 +0000
commit4b1dfcbab2049135c566457db4eb02f78b7825b1 (patch)
treebbd0412c9a7239617c1e01e19a84818324a990fa /databases/postgresql84-docs
parentUSES=pgsql: desupport PostgreSQL 8.4 (diff)
Remove expired ports:
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014" 2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3 2015-06-02 deskutils/gimmie: Broken since update to gnome3 2015-06-02 deskutils/glipper: Broken since update to gnome3 2015-06-02 deskutils/gnochm: Broken since update to gnome3 2015-06-02 deskutils/hamster-applet: Broken since update to gnome3 2015-06-02 deskutils/kupfer: Broken since update to gnome3 2015-06-02 deskutils/ontv: Broken since update to gnome3 2015-06-02 deskutils/timer-applet: Broken since update to gnome3 2015-06-02 editors/scribes: Broken since update to gnome3 2015-06-09 games/gweled: Broken since update to gnome3 2015-06-02 games/py-pychess: Broken since update to gnome3 2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork 2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux 2015-06-02 multimedia/arista: Broken since update to gnome3 2015-06-02 net/service-discovery-applet: Broken since update to gnome3 2015-06-05 net/shaperprobe: broken with no known fix (PR 197327) 2015-06-02 print/gnome-specimen: Broken since update to gnome3 2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared 2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
Notes
Notes: svn path=/head/; revision=389040
Diffstat (limited to 'databases/postgresql84-docs')
-rw-r--r--databases/postgresql84-docs/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/databases/postgresql84-docs/Makefile b/databases/postgresql84-docs/Makefile
deleted file mode 100644
index e4958428400c..000000000000
--- a/databases/postgresql84-docs/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Palle Girgensohn <girgen@pingpong.net>
-# $FreeBSD$
-
-PORTNAME= postgresql
-PORTREVISION= 0
-PKGNAMESUFFIX?= ${DISTV:S/.//}-docs
-DISTV= ${DISTVERSION:R}
-
-MAINTAINER= pgsql@FreeBSD.org
-COMMENT= The PostgreSQL documentation set
-
-MASTERDIR= ${.CURDIR}/../../databases/postgresql84-server
-
-USES+= pgsql:8.4
-
-NO_BUILD= YES
-SLAVE_ONLY= YES
-COMPONENT= -docs
-PATCHDIR= mustnotexist
-
-PGDOCSDIR?= ${DOCSDIR}/release-${PGSQL_VER}
-
-do-install:
- @ $(MKDIR) ${STAGEDIR}${PGDOCSDIR}; \
- ${GZIP_CMD} -dc ${WRKSRC}/doc/postgres.tar.gz | \
- ( cd ${STAGEDIR}${PGDOCSDIR} && $(TAR) xf - )
-
-post-install:
- @ ${TAR} ztf ${WRKSRC}/doc/postgres.tar.gz | ${GREP} -v /$$ | \
- ${SED} "s,^,${PGDOCSDIR:S,^${PREFIX}/,,}/," >> ${TMPPLIST} ;\
- ${TAR} ztf ${WRKSRC}/doc/postgres.tar.gz | ${GREP} /$$ | \
- ${SED} "s,^,@dirrm\ ," >> ${TMPPLIST} ;\
- ${ECHO} @dirrm ${PGDOCSDIR:S,^${PREFIX}/,,} >> ${TMPPLIST} ;\
- ${ECHO} "@unexec rmdir %D/${DOCSDIR:S,^${PREFIX}/,,} 2> /dev/null || true" >> ${TMPPLIST}
-
-.include "${MASTERDIR}/Makefile"