diff options
author | eik <eik@FreeBSD.org> | 2004-02-13 09:59:59 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-02-13 09:59:59 +0800 |
commit | 65bb383c4aa15aac8481a14dcea39770f34fc957 (patch) | |
tree | fcf98db0b3b8f1f7b46533d782ce2125e19b1f62 /mail | |
parent | 23e8f782000981c7f8ef8bb1082f9ac72c098093 (diff) | |
download | freebsd-ports-gnome-65bb383c4aa15aac8481a14dcea39770f34fc957.tar.gz freebsd-ports-gnome-65bb383c4aa15aac8481a14dcea39770f34fc957.tar.zst freebsd-ports-gnome-65bb383c4aa15aac8481a14dcea39770f34fc957.zip |
The port does not build and the current MASTERSITE appears to
have disappeared.
In attempting to track down this project via Freshmeat and other
package systems it appears that there has not been a new release
in well over two years.
Ref:
- http://bento.freebsd.org/errorlogs/i386-4-latest/gmail-0.7.0.log
- http://packages.debian.org/changelogs/pool/main/g/gmail/gmail_0.7.5-2/changelog
- http://www.advogato.org/proj/Gmail/ - IT'S DEAD JIM
PR: 62764
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmail/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/gmail/Makefile b/mail/gmail/Makefile index 0c11e6cf08d6..7bf26888f2d2 100644 --- a/mail/gmail/Makefile +++ b/mail/gmail/Makefile @@ -19,13 +19,9 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \ USE_X_PREFIX= YES USE_GMAKE= YES -USE_GNOME= YES +#USE_GNOME= YES USE_LIBTOOL= YES -.include <bsd.port.pre.mk> +BROKEN= project is dead and port unmaintained -.if ${OSVERSION} > 500000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |