diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-02 15:35:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-02 15:35:51 +0800 |
commit | e3f5678301785af49d0ddaf5311e251162cdbcaa (patch) | |
tree | f2a1c2a4d053b68e7679703165ca7344485ac13c /databases | |
parent | 992388c73f575fb9f7223d2e998ba4bdf0de4b9b (diff) | |
download | freebsd-ports-gnome-e3f5678301785af49d0ddaf5311e251162cdbcaa.tar.gz freebsd-ports-gnome-e3f5678301785af49d0ddaf5311e251162cdbcaa.tar.zst freebsd-ports-gnome-e3f5678301785af49d0ddaf5311e251162cdbcaa.zip |
Glom is horribly out-of-date, and broken with current versions of bakery
and libgdamm. I am assigning this port back to ports@ in hopes that some
GNOME Postgres user will pick it up, and update it to 1.0.
If there's anything gnome@ can do to help facilitate that, please let us know.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/glom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 74356d3a1b4f..9d9cb3263c22 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -13,7 +13,7 @@ CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GNOME database designed LIB_DEPENDS= bakery-2.4:${PORTSDIR}/x11-toolkits/bakery \ @@ -33,6 +33,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ INSTALLS_OMF= yes +BROKEN= needs an update to 1.0 + .include <bsd.port.pre.mk> .if (${OSVERSION} < 500000) |