diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-29 09:30:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-29 09:30:37 +0800 |
commit | 3b2169fb85513e183d368db9cf062aeec2a0ea29 (patch) | |
tree | 84b3a085d44696ff0e95721498ec1a65edace018 /www/seamonkey | |
parent | f408e3445b220b3d15fdde9e3858e882f44ba65f (diff) | |
download | freebsd-ports-gnome-3b2169fb85513e183d368db9cf062aeec2a0ea29.tar.gz freebsd-ports-gnome-3b2169fb85513e183d368db9cf062aeec2a0ea29.tar.zst freebsd-ports-gnome-3b2169fb85513e183d368db9cf062aeec2a0ea29.zip |
Disable Chatzilla by default. The irc buffer overflow is still present.
Submitted by: trevor
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 97413d34c601..8dae695827f3 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -29,7 +30,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ WRKSRC= ${WRKDIR}/${PORTNAME} -#WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" +WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude USE_X_PREFIX= yes |