1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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
This commit is contained in:
Chris Rees 2012-03-21 20:04:27 +00:00
parent 7ec9ef8b1c
commit 12d0c2fd81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293637
4 changed files with 1 additions and 79 deletions

1
MOVED
View File

@ -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/

View File

@ -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

View File

@ -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"

View File

@ -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"