ports/opt (3.2): thunderbird: use bundled sqlite3
commit 4085145d051470be4d0ca5f3e4e0f985972679f2 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Wed Apr 13 22:05:33 2016 +0200 thunderbird: use bundled sqlite3 diff --git a/thunderbird/.footprint b/thunderbird/.footprint index 7b7bbe5..792bcc6 100644 --- a/thunderbird/.footprint +++ b/thunderbird/.footprint @@ -142,6 +142,7 @@ drwxr-xr-x root/root usr/lib/thunderbird/isp/ -rwxr-xr-x root/root usr/lib/thunderbird/libldap60.so -rwxr-xr-x root/root usr/lib/thunderbird/libldif60.so -rwxr-xr-x root/root usr/lib/thunderbird/libmozalloc.so +-rwxr-xr-x root/root usr/lib/thunderbird/libmozsqlite3.so -rwxr-xr-x root/root usr/lib/thunderbird/libprldap60.so -rwxr-xr-x root/root usr/lib/thunderbird/libxul.so -rw-r--r-- root/root usr/lib/thunderbird/omni.ja diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index eb7ce1a..bd6226e 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -5,7 +5,7 @@ name=thunderbird version=38.7.2 -release=1 +release=2 source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$versi... $name.desktop thunderbird-install-dir.patch) @@ -28,7 +28,7 @@ cat <<- EOF > .mozconfig ac_add_options --with-system-nss ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman - ac_add_options --enable-system-sqlite + #ac_add_options --enable-system-sqlite ac_add_options --enable-system-cairo ac_add_options --with-pthreads ac_add_options --enable-optimize="$CFLAGS" diff --git a/thunderbird/freetype.patch b/thunderbird/freetype.patch deleted file mode 100644 index 67981ed..0000000 --- a/thunderbird/freetype.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rupN mozilla-release.orig/config/system-headers mozilla-release/config/system-headers ---- mozilla-release.orig/config/system-headers 2015-10-18 17:35:49.589375378 +0200 -+++ mozilla-release/config/system-headers 2015-10-18 17:36:45.288324530 +0200 -@@ -466,6 +466,7 @@ freetype/ftsizes.h - freetype/ftadvanc.h - freetype/ftbitmap.h - freetype/ftxf86.h -+freetype/ftfntfmt.h - freetype.h - ftcache.h - ftfntfmt.h -
participants (1)
-
crux@crux.nu