[Midnightbsd-cvs] mports: Makefile: mark deprecated.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 13 01:43:06 EDT 2008


Log Message:
-----------
mark deprecated.  We can't remove this very easily though.

Modified Files:
--------------
    mports/www/mozilla:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/mozilla/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L www/mozilla/Makefile -L www/mozilla/Makefile -u -r1.5 -r1.6
--- www/mozilla/Makefile
+++ www/mozilla/Makefile
@@ -9,7 +9,7 @@
 
 PORTNAME=	mozilla
 PORTVERSION=	1.7.13
-PORTREVISION?=	2
+PORTREVISION?=	3
 PORTEPOCH=	2
 CATEGORIES?=	www
 MASTER_SITES=	${MASTER_SITE_MOZILLA} \
@@ -22,12 +22,17 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	The open source, standards compliant web browser
 
+DEPRECATED=   The mozilla team has shifted the development branch of mozilla to \
+               seamonkey, this port is outdated and has many vulnerabilities. \
+               Please consider using www/linux-seamonkey or www/firefox instead.
+
 MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/dist/bin
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 WANT_GNOME=	yes
 HAS_CONFIGURE=	yes
 MAKE_ENV=	LD_LIBRARY_PATH=${WRKSRC}/dist/bin
+WANT_PERL=	yes
 ALL_TARGET=	default
 
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}


More information about the Midnightbsd-cvs mailing list