pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/yelp Switch to "seamonkey" backend from "mozilla"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e7a91262431
branches:  trunk
changeset: 518945:5e7a91262431
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Sep 24 16:25:51 2006 +0000

description:
Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox",
split option part to a separate file.

The "seamonkey" backend is not (yet) supported by the package, add BROKEN.

diffstat:

 misc/yelp/Makefile   |  12 +++---------
 misc/yelp/options.mk |  10 ++++++++++
 2 files changed, 13 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r c819cb62b7ff -r 5e7a91262431 misc/yelp/Makefile
--- a/misc/yelp/Makefile        Sun Sep 24 16:24:34 2006 +0000
+++ b/misc/yelp/Makefile        Sun Sep 24 16:25:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2006/09/16 12:20:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.60 2006/09/24 16:25:51 salo Exp $
 #
 
 DISTNAME=              yelp-2.16.0
@@ -26,14 +26,8 @@
 
 GCONF2_SCHEMAS=                yelp.schemas
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.yelp
-.include "../../www/mozilla/gecko-options.mk"
-.include "../../mk/bsd.options.mk"
+.include "options.mk"
 
-.if !empty(PKG_OPTIONS:Mfirefox)
-# Require a version that has the .pc files in it.
-BUILDLINK_API_DEPENDS.firefox+=     firefox>=1.5nb2
-.endif
 BUILDLINK_API_DEPENDS.gtk2+=                   gtk2+>=2.10.0
 BUILDLINK_API_DEPENDS.libgnome+=               libgnome>=2.14.0
 BUILDLINK_API_DEPENDS.libgnomeui+=             libgnomeui>=2.14.0
@@ -61,7 +55,7 @@
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../textproc/scrollkeeper/omf.mk"
-.include "../../www/mozilla/gecko-depends.mk"
+.include "../../www/seamonkey/gecko-depends.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 
diff -r c819cb62b7ff -r 5e7a91262431 misc/yelp/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/yelp/options.mk      Sun Sep 24 16:25:51 2006 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1 2006/09/24 16:25:52 salo Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.yelp
+
+.include "../../www/seamonkey/gecko-options.mk"
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mseamonkey)
+BROKEN=                seamonkey backend is currently not supported
+.endif



Home | Main Index | Thread Index | Old Index