diff options
author | kwm <kwm@FreeBSD.org> | 2008-03-26 00:07:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2008-03-26 00:07:17 +0800 |
commit | f0c7283f883c2a5b81ddcc43e5a3fc4a1f8b4299 (patch) | |
tree | dc30c67a08df6d1e8d2ccdf1fd2aebc84a13a12b | |
parent | 301c87daac0c2c89e501cc80f2cd80cffc8f425c (diff) | |
download | freebsd-ports-gnome-f0c7283f883c2a5b81ddcc43e5a3fc4a1f8b4299.tar.gz freebsd-ports-gnome-f0c7283f883c2a5b81ddcc43e5a3fc4a1f8b4299.tar.zst freebsd-ports-gnome-f0c7283f883c2a5b81ddcc43e5a3fc4a1f8b4299.zip |
libgda3:
Correct typo. So libgda3-mdb build.
libgda3-*:
Correct stupid copy-paste error. Point to the correct subdir.
Correct plist for libgda3-freetds
Extra Large Pointyhat awarded to: kwm
-rw-r--r-- | databases/libgda3-firebird/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3-freetds/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3-freetds/pkg-plist | 5 | ||||
-rw-r--r-- | databases/libgda3-ldap/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3-mdb/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3-mysql/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3-odbc/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 2 |
8 files changed, 7 insertions, 12 deletions
diff --git a/databases/libgda3-firebird/Makefile b/databases/libgda3-firebird/Makefile index 9d4f67ce25d3..9117410227a2 100644 --- a/databases/libgda3-firebird/Makefile +++ b/databases/libgda3-firebird/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides firebird backend for the libgda3 library MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +BUILD_WRKSRC= ${WRKSRC}/providers/firebird/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist diff --git a/databases/libgda3-freetds/Makefile b/databases/libgda3-freetds/Makefile index e4c016b4db36..5c2b88211ada 100644 --- a/databases/libgda3-freetds/Makefile +++ b/databases/libgda3-freetds/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides freetds backend for the libgda3 library MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +BUILD_WRKSRC= ${WRKSRC}/providers/freetds/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist diff --git a/databases/libgda3-freetds/pkg-plist b/databases/libgda3-freetds/pkg-plist index f42cd90f3d00..fabf61cc13f2 100644 --- a/databases/libgda3-freetds/pkg-plist +++ b/databases/libgda3-freetds/pkg-plist @@ -1,10 +1,5 @@ -lib/libgda-%%VERSION%%/providers/libgda-firebird.a -lib/libgda-%%VERSION%%/providers/libgda-firebird.la -lib/libgda-%%VERSION%%/providers/libgda-firebird.so lib/libgda-%%VERSION%%/providers/libgda-freetds.a lib/libgda-%%VERSION%%/providers/libgda-freetds.la lib/libgda-%%VERSION%%/providers/libgda-freetds.so -libdata/pkgconfig/libgda-firebird-%%VERSION%%.pc libdata/pkgconfig/libgda-freetds-%%VERSION%%.pc -share/libgda-%%VERSION%%/firebird_specs_dsn.xml share/libgda-%%VERSION%%/freetds_specs_dsn.xml diff --git a/databases/libgda3-ldap/Makefile b/databases/libgda3-ldap/Makefile index 3fd40db2d302..70a1bb95b06e 100644 --- a/databases/libgda3-ldap/Makefile +++ b/databases/libgda3-ldap/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides ldap backend for the libgda3 library MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +BUILD_WRKSRC= ${WRKSRC}/providers/ldap/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist diff --git a/databases/libgda3-mdb/Makefile b/databases/libgda3-mdb/Makefile index 6a02f5a3177c..5f4cfc15bb22 100644 --- a/databases/libgda3-mdb/Makefile +++ b/databases/libgda3-mdb/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides mdb backend for the libgda3 library MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +BUILD_WRKSRC= ${WRKSRC}/providers/mdb/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist diff --git a/databases/libgda3-mysql/Makefile b/databases/libgda3-mysql/Makefile index ad05df8abdb2..0d8e47e16c06 100644 --- a/databases/libgda3-mysql/Makefile +++ b/databases/libgda3-mysql/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides mysql backend for the libgda3 library MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +BUILD_WRKSRC= ${WRKSRC}/providers/mysql/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist diff --git a/databases/libgda3-odbc/Makefile b/databases/libgda3-odbc/Makefile index a0f20a363fe9..9e813eb403dd 100644 --- a/databases/libgda3-odbc/Makefile +++ b/databases/libgda3-odbc/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides odbc backend for the libgda3 library MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +BUILD_WRKSRC= ${WRKSRC}/providers/odbc/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 4946c953fc5c..cad5489cb783 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --with-tds=${LOCALBASE} CONFIGURE_ARGS+= --without-tds .endif -.if ${LIBGDA3_SLAVE}=="mds" +.if ${LIBGDA3_SLAVE}=="mdb" LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} .else |