diff options
author | crees <crees@FreeBSD.org> | 2012-03-22 04:04:27 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-03-22 04:04:27 +0800 |
commit | c245a5933520400e21d0fddc7205943a1345a480 (patch) | |
tree | 5574c9eaaec672cccf7dd735d51748dac8152c84 | |
parent | b4fe83d2eeab5b38b18863b5543cebafdc4d72fb (diff) | |
download | freebsd-ports-gnome-c245a5933520400e21d0fddc7205943a1345a480.tar.gz freebsd-ports-gnome-c245a5933520400e21d0fddc7205943a1345a480.tar.zst freebsd-ports-gnome-c245a5933520400e21d0fddc7205943a1345a480.zip |
Remove expired port.
2012/03/16 databases/postgresql-tcltk: Broken for months with no-one caring, superseded by http://pgtclng.sourceforge.net/
Thanks to mi for locating pgctlng for me!
Feature safe: yes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql-tcltk/Makefile | 74 | ||||
-rw-r--r-- | databases/postgresql-tcltk/files/pkgIndex.tcl.in | 4 |
4 files changed, 1 insertions, 79 deletions
@@ -3259,3 +3259,4 @@ editors/openoffice.org-3-RC||2012-03-20|Removed graphics/vrml2pov||2012-03-21|Has expired: "unfetchable" net-p2p/fidelio||2012-03-21|Has expired: Hotline services does not exists anymore japanese/postgresql-tcltk||2012-03-21|Has expired: Broken for months with no-one caring, superseded by http://pgtclng.sourceforge.net/ +databases/postgresql-tcltk|databases/pgtcl|2012-03-21|Has expired: Broken for months with no-one caring, superseded by http://pgtclng.sourceforge.net/ diff --git a/databases/Makefile b/databases/Makefile index 93286eb1e14d..40b9ed9aabd8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -621,7 +621,6 @@ SUBDIR += postgresql-plruby SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr - SUBDIR += postgresql-tcltk SUBDIR += postgresql82-client SUBDIR += postgresql82-contrib SUBDIR += postgresql82-server diff --git a/databases/postgresql-tcltk/Makefile b/databases/postgresql-tcltk/Makefile deleted file mode 100644 index d36eedb09168..000000000000 --- a/databases/postgresql-tcltk/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: PostgreSQL Tcl/Tk -# Date created: January 14, 2002 -# Whom: Palle Girgensohn <girgen@partitur.se> -# -# $FreeBSD$ -# - -PORTNAME= postgresql -PORTREVISION= 2 -CATEGORIES?= databases tcl -PKGNAMESUFFIX= -tcltk - -MAINTAINER= pgsql@FreeBSD.org -COMMENT= A TCL interface to the database PostgreSQL, including a tk GUI - -TCLPORTDIR?= ${PORTSDIR}/lang/tcl -TKPORTDIR?= ${PORTSDIR}/x11-toolkits/tk -LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${TCLPORTDIR}${TCLVERSION:C/[^0-9]//g} - -USE_PGSQL= yes -MASTERDIR= ${.CURDIR}/../../databases/postgresql84-server - -BROKEN= Does not work with PostgreSQL 8.X - -DEPRECATED= Broken for months with no-one caring, superseded by http://pgtclng.sourceforge.net/ -EXPIRATION_DATE=2012/03/16 - -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} - -# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version -TCLVERSION?= 8.5 -PLIST_SUB+= TCLVERSION=${TCLVERSION} -CONFIGURE_ARGS= --with-tcl \ - --with-tclconfig=${TCLCONFIG} \ - --with-includes=${INCDIRS} - -INCLUDES+= -I${TCL_INCDIR} -TCL_INCDIR= ${LOCALBASE}/include/tcl${TCLVERSION} -TCLCONFIG= ${LOCALBASE}/lib/tcl${TCLVERSION} -MAKE_ENV+= TCL_INCDIR=${TCL_INCDIR} -CONFIGURE_ENV+= LIBS="-lm -L${LOCALBASE}/lib -ltcl${TCLVERSION:S/.//}" -CFLAGS+= -DPGTCL_USE_TCLOBJ - -.if defined(WITHOUT_X11) -WITHOUT_TK= yes -.endif - -.if defined(WITHOUT_TK) -CONFIGURE_ARGS+= --without-tk -INCDIRS= ${TCL_INCDIR} -PLIST_SUB+= TK="@comment " -.else -CONFIGURE_ARGS+= --with-tkconfig="${TKCONFIG}" -TK_INCDIR= ${LOCALBASE}/include/tk${TCLVERSION} -CONFIGURE_ENV+= WISH=${LOCALBASE}/bin/wish${TCLVERSION} -LIB_DEPENDS+= tk${TCLVERSION:S/.//}:${TKPORTDIR}${TCLVERSION:C/[^0-9]//g} -TKCONFIG= ${LOCALBASE}/lib/tk${TCLVERSION} -INCDIRS= ${TCL_INCDIR}:${TK_INCDIR} -INCLUDES+= -I${TK_INCDIR} -PLIST_SUB+= TK="" -CATEGORIES+= tk -.endif - -BUILD_DIRS= src/port ${INSTALL_DIRS} -INSTALL_DIRS= src/bin/pgtclsh src/interfaces/libpgtcl -SLAVE_ONLY= yes - -post-install: -# Preparing a loadable TCL-package (pkgIndex.tcl) - @${MKDIR} ${PREFIX}/lib/tcl${TCLVERSION}/Pgtcl1.3 - @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pkgIndex.tcl.in \ - > ${PREFIX}/lib/tcl${TCLVERSION}/Pgtcl1.3/pkgIndex.tcl - -.include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql-tcltk/files/pkgIndex.tcl.in b/databases/postgresql-tcltk/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql-tcltk/files/pkgIndex.tcl.in +++ /dev/null @@ -1,4 +0,0 @@ -# Package-index file for Pgtcl-package. Enables you to load PostgreSQL -# interface functions right into you TCL-interpreter as simply as -# package require Pgtcl -package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so" |