diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-05 09:56:49 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-05 09:56:49 +0800 |
commit | abb2ead8f13d8f4cd82779e2889f42011173d88b (patch) | |
tree | 938b0636f9b0ac815dd0bba26b3f94c5d6ac39e6 /www | |
parent | 20d323d4423abe95444cce8822ce571b52f30ea0 (diff) | |
download | freebsd-ports-gnome-abb2ead8f13d8f4cd82779e2889f42011173d88b.tar.gz freebsd-ports-gnome-abb2ead8f13d8f4cd82779e2889f42011173d88b.tar.zst freebsd-ports-gnome-abb2ead8f13d8f4cd82779e2889f42011173d88b.zip |
- Mark as FORBIDDEN. Security issues.
PR: 95322
Notified by: Lars Engels <lars.engels__0x20.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-beonex/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile index dcf8029520b1..350bf73070ee 100644 --- a/www/linux-beonex/Makefile +++ b/www/linux-beonex/Makefile @@ -9,22 +9,23 @@ PORTNAME= beonex PORTVERSION= 0.8.2 PORTREVISION= 2 CATEGORIES= www linux -MASTER_SITES= \ -http://ftp.ibiblio.org/pub/packages/infosystems/WWW/clients/beonex/communicator/0.8/\ -ftp://ftp.ibiblio.org/pub/packages/infosystems/WWW/clients/beonex/communicator/0.8/ +MASTER_SITES= http://ftp.ibiblio.org/pub/packages/infosystems/WWW/clients/beonex/communicator/0.8/ \ + ftp://ftp.ibiblio.org/pub/packages/infosystems/WWW/clients/beonex/communicator/0.8/ PKGNAMEPREFIX= linux- DISTNAME= beonex-comm-${PORTVERSION}-stable-1-linux-i686 +FORBIDDEN= Security issues. From http://www.beonex.com/ 'The currently available Beonex\ + Communicator 0.8 builds have several known security bugs' + PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR=trevor MAINTAINER= ports@FreeBSD.org -COMMENT=Browser, HTML editor, mail and news client for use with Linux plugins +COMMENT= Browser, HTML editor, mail and news client for use with Linux plugins -RUN_DEPENDS= \ - ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \ - ${LINUXBASE}/usr/lib/libpng.so.2.1.0.16:${PORTSDIR}/graphics/linux-png10 \ - ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \ + ${LINUXBASE}/usr/lib/libpng.so.2.1.0.16:${PORTSDIR}/graphics/linux-png10 \ + ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk NO_BUILD= yes ONLY_FOR_ARCHS= i386 |