pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey --enable-official-branding:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a74ba7afc46
branches:  trunk
changeset: 531211:4a74ba7afc46
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jul 25 13:13:09 2007 +0000

description:
--enable-official-branding:

Clarify RESTRICTED (due to trademark issues), and add a comment
questioning if we also need to set LICENSE.

diffstat:

 www/seamonkey/options.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 8de5e42210d3 -r 4a74ba7afc46 www/seamonkey/options.mk
--- a/www/seamonkey/options.mk  Wed Jul 25 12:16:29 2007 +0000
+++ b/www/seamonkey/options.mk  Wed Jul 25 13:13:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2007/06/16 01:14:48 dmcmahill Exp $
+# $NetBSD: options.mk,v 1.6 2007/07/25 13:13:09 gdt Exp $
 
 PKG_OPTIONS_VAR                = PKG_OPTIONS.gecko
 PKG_SUPPORTED_OPTIONS  = debug
@@ -31,7 +31,11 @@
 # See http://www.mozilla.org/foundation/trademarks/
 .if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
 CONFIGURE_ARGS+=       --enable-official-branding
-RESTRICTED=            Cannot redistribute builds with Official Branding at this moment, we need permission of The Mozilla Foundation for this.
+# XXX LICENSE=?
+# Does enabling official branding make the package non-Free?
+# Mozilla claims no: http://www.mozilla.org/foundation/trademarks/faq.html
+# The resulting binary package cannot be distributed, which seems non-Free.
+RESTRICTED=            Trademark holder prohibits distribution of modified versions.
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 .endif



Home | Main Index | Thread Index | Old Index