aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-27 04:12:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-27 04:12:05 +0000
commitcfc574808003b9e23046e7ccaad7c36d1fe5101f (patch)
tree635092dffdea12e2325691d4c46a31b2dbbd707b /www/seamonkey
parentb4ec61411abea0628b4a0176c8c8045661e817c8 (diff)
downloadports-cfc574808003b9e23046e7ccaad7c36d1fe5101f.tar.gz
ports-cfc574808003b9e23046e7ccaad7c36d1fe5101f.zip
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile2
-rw-r--r--www/seamonkey/files/patch-bug138695714
2 files changed, 15 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 2bbd4ac7548c..1c521ae442a4 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -4,7 +4,7 @@
PORTNAME= seamonkey
DISTVERSION= 2.48
MOZILLA_VER= 51 # above + 3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= www mail news editors irc ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
diff --git a/www/seamonkey/files/patch-bug1386957 b/www/seamonkey/files/patch-bug1386957
new file mode 100644
index 000000000000..d7421200aa78
--- /dev/null
+++ b/www/seamonkey/files/patch-bug1386957
@@ -0,0 +1,14 @@
+https://github.com/kinetiknz/cubeb/commit/16f9ccc064f2
+
+--- mozilla/media/libcubeb/src/cubeb_jack.cpp.orig 2017-07-07 05:37:16 UTC
++++ mozilla/media/libcubeb/src/cubeb_jack.cpp
+@@ -8,7 +8,9 @@
+ */
+ #define _DEFAULT_SOURCE
+ #define _BSD_SOURCE
++#ifndef __FreeBSD__
+ #define _POSIX_SOURCE
++#endif
+ #include <algorithm>
+ #include <dlfcn.h>
+ #include <limits>