pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Feb  4 11:14:27 UTC 2017

Modified Files:
        pkgsrc/www/firefox: options.mk

Log Message:
firefox: use oss on freebsd and dragonflybsd.
no pkgrevision bump because it does not build.

only part of PR pkg/51695 from David Shao.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/firefox/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.34 pkgsrc/www/firefox/options.mk:1.35
--- pkgsrc/www/firefox/options.mk:1.34  Sat Feb  4 11:12:04 2017
+++ pkgsrc/www/firefox/options.mk       Sat Feb  4 11:14:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.34 2017/02/04 11:12:04 maya Exp $
+# $NetBSD: options.mk,v 1.35 2017/02/04 11:14:27 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 PKG_SUPPORTED_OPTIONS= official-mozilla-branding
@@ -10,6 +10,10 @@ PLIST_VARS+=         gnome jemalloc debug
 PKG_SUGGESTED_OPTIONS+=        alsa mozilla-jemalloc dbus
 .elif ${OPSYS} == "NetBSD"
 PKG_SUGGESTED_OPTIONS+=        alsa dbus
+.elif ${OPSYS} == "FreeBSD"
+PKG_SUGGESTED_OPTIONS+=        oss dbus
+.elif ${OPSYS} == "DragonFly"
+PKG_SUGGESTED_OPTIONS+=        oss dbus
 .else
 PKG_SUGGESTED_OPTIONS+= dbus pulseaudio
 .endif



Home | Main Index | Thread Index | Old Index