diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
commit | 2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch) | |
tree | 5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /databases/libgda4-postgresql | |
parent | 2d95636f2e1c4896bca367221f0b972b5903e72a (diff) | |
download | marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2 marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip |
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream.
Next stop GNOME 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda4-postgresql')
-rw-r--r-- | databases/libgda4-postgresql/Makefile | 23 | ||||
-rw-r--r-- | databases/libgda4-postgresql/pkg-plist | 20 |
2 files changed, 0 insertions, 43 deletions
diff --git a/databases/libgda4-postgresql/Makefile b/databases/libgda4-postgresql/Makefile deleted file mode 100644 index 4c0b210af..000000000 --- a/databases/libgda4-postgresql/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.1 2008/08/18 23:53:36 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -postgresql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides postgresql access for the libgda4 library - -MASTERDIR= ${.CURDIR}/../libgda4 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA4_SLAVE= postgresql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda4-postgresql/pkg-plist b/databases/libgda4-postgresql/pkg-plist deleted file mode 100644 index 02ae080c9..000000000 --- a/databases/libgda4-postgresql/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-postgres.a -lib/libgda-%%VERSION%%/providers/libgda-postgres.la -lib/libgda-%%VERSION%%/providers/libgda-postgres.so -libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc -share/libgda-%%VERSION%%/postgres_specs_add_column.xml -share/libgda-%%VERSION%%/postgres_specs_create_db.xml -share/libgda-%%VERSION%%/postgres_specs_create_index.xml -share/libgda-%%VERSION%%/postgres_specs_create_role.xml -share/libgda-%%VERSION%%/postgres_specs_create_table.xml -share/libgda-%%VERSION%%/postgres_specs_create_user.xml -share/libgda-%%VERSION%%/postgres_specs_create_view.xml -share/libgda-%%VERSION%%/postgres_specs_drop_column.xml -share/libgda-%%VERSION%%/postgres_specs_drop_db.xml -share/libgda-%%VERSION%%/postgres_specs_drop_index.xml -share/libgda-%%VERSION%%/postgres_specs_drop_role.xml -share/libgda-%%VERSION%%/postgres_specs_drop_table.xml -share/libgda-%%VERSION%%/postgres_specs_drop_user.xml -share/libgda-%%VERSION%%/postgres_specs_drop_view.xml -share/libgda-%%VERSION%%/postgres_specs_dsn.xml -share/libgda-%%VERSION%%/postgres_specs_rename_table.xml |