head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.04.14.15.33.04; author nia; state Exp; branches; next ; commitid SdmOsZfrH2wk72RF; desc @@ 1.1 log @seamonkey: Update to 2.53.20. Large scale cleanup of package. - Local change: Removed all old patches. - Additional important security fixes up to Current Firefox 115.19 and Thunderbird 115.19 ESR plus many enhancements have been backported. - Support for all NPAPI plugins like Flash, Java and Silverlight has been removed. See release notes: https://www.seamonkey-project.org/releases/seamonkey2.53.20/ @ text @$NetBSD$ - Sun Audio support. --- media/libcubeb/src/moz.build.orig 2025-03-07 15:39:30.406566780 +0000 +++ media/libcubeb/src/moz.build @@@@ -44,6 +44,12 @@@@ if CONFIG['MOZ_JACK']: ] DEFINES['USE_JACK'] = True +if CONFIG['MOZ_SUN']: + SOURCES += [ + 'cubeb_sun.c', + ] + DEFINES['USE_SUN'] = True + if CONFIG['OS_ARCH'] == 'OpenBSD': SOURCES += [ 'cubeb_sndio.c', @