[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Dennis Veatch
dennisveatch at bellsouth.net
Fri Sep 19 14:32:39 CEST 2014
commit dfed7cf44deceaa1a5c6058787dd5057dac38ccb
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 19 Sep 2014 08:32:29 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/dfed7cf44deceaa1a5c6058787dd5057dac38ccb
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
compilers/dev86/DETAILS | +4/-4
utils/rcs/DETAILS | +3/-3
web/firefox/BUILD | +0/-1
web/firefox/PRE_BUILD | +5/-6
web/firefox/mozconfig | +1/-0
wifi/b43-fwcutter/DETAILS | +3/-3
6 files changed, 16 insertions(+), 17 deletions(-)
--- a/compilers/dev86/DETAILS
+++ b/compilers/dev86/DETAILS
@@ -1,15 +1,15 @@
MODULE=dev86
- VERSION=0.16.20
+ VERSION=0.16.21
SOURCE=Dev86src-$VERSION.tar.gz
SOURCE2=dev86-0.16.18-remove-bin86-conflicts.patch.bz2
SOURCE_URL[0]=http://v3.sk/~lkundrak/dev86/
SOURCE_URL[1]=$MIRROR_URL
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:034c008f95ed7a9ace7b631fd240a8637257f155
- SOURCE2_VFY=sha1:f46dff9266ef355fccbfd4e1e51afd3fdc0a1167
+ SOURCE_VFY=sha256:234b110e6df9b7f6843e2ee53473127c2211243a16748f229fc0127845f68d94
+ SOURCE2_VFY=sha256:9edf7685dc2c0c08e4ea19bf15ea05877effb996c1e1fcdd8e2983283200a4a8
WEB_SITE=http://www.debath.co.uk
ENTERED=20071004
- UPDATED=20140125
+ UPDATED=20140919
SHORT="Bruce Evan's C compiler, related assembler and linker"
PSAFE=no
--- a/utils/rcs/DETAILS
+++ b/utils/rcs/DETAILS
@@ -1,12 +1,12 @@
MODULE=rcs
- VERSION=5.9.2
+ VERSION=5.9.3
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE_VFY=sha1:cb053f6ba87ab6ea03306d6241e1cde67182100b
+ SOURCE_VFY=sha256:68b0d1c1b8657766cd7dc78e10564ce4836220e64665fb35fbe74dbc1dff5b47
WEB_SITE=http://www.gnu.org
ENTERED=20011013
- UPDATED=20131130
+ UPDATED=20140919
SHORT="Revision Control Software"
cat << EOF
--- a/web/firefox/BUILD
+++ b/web/firefox/BUILD
@@ -1,5 +1,4 @@
-#Finally, the build!
if [ "$PGO" == "y" ] ; then
#CCache breaks the pgo build
export CCACHE_DISABLE=1 &&
--- a/web/firefox/PRE_BUILD
+++ b/web/firefox/PRE_BUILD
@@ -1,10 +1,10 @@
if [ ! -e /usr/include/cairo/cairo-tee.h ] ; then
- message "${PROBLEM_COLOR}Run: ${MODULE_COLOR}lin -c cairo"
- message "${MESSAGE_COLOR}To recompile cairo with tee support, which is required by firefox.${DEFAULT_COLOR}"
- exit 1
-fi
+ message "${PROBLEM_COLOR}Run: ${MODULE_COLOR}lin -rc cairo" &&
+ message "${MESSAGE_COLOR}To recompile cairo with tee(libX11) support, which is required by firefox.${DEFAULT_COLOR}" &&
+ false
+fi &&
-default_pre_build
+default_pre_build &&
# To skirt around this make failure in libxul.so:
# ftbzip2.c:183: undefined reference to `BZ2_bzDecompressInit'
@@ -29,7 +29,6 @@ cp $SCRIPT_DIRECTORY/mozconfig . &&
export MOZ_OBJDIR="${SOURCE_DIRECTORY}/build-mozilla" &&
mkdir -p ${MOZ_OBJDIR} &&
-
if module_installed gst-plugins-base-1.0 ; then
echo "ac_add_options --enable-gstreamer=1.0" >> mozconfig
else
--- a/web/firefox/mozconfig
+++ b/web/firefox/mozconfig
@@ -29,6 +29,7 @@ ac_add_options --disable-crashreporter
ac_add_options --disable-necko-wifi
ac_add_options --enable-replace-malloc
ac_add_options --enable-system-cairo
+ac_add_options --disable-gnomevfs
# startupcache deterministically segfaults on *some* systems. Just leave it disabled.
ac_add_options --disable-startupcache
--- a/wifi/b43-fwcutter/DETAILS
+++ b/wifi/b43-fwcutter/DETAILS
@@ -1,11 +1,11 @@
MODULE=b43-fwcutter
- VERSION=018
+ VERSION=019
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://bues.ch/b43/fwcutter
- SOURCE_VFY=sha1:e77ff733ec43d77761330e16480b7ffa16c7c5dd
+ SOURCE_VFY=sha256:d6ea85310df6ae08e7f7e46d8b975e17fc867145ee249307413cfbe15d7121ce
WEB_SITE=http://linuxwireless.org/en/users/Drivers/b43
ENTERED=20090107
- UPDATED=20130901
+ UPDATED=20140919
SHORT="A Broadcom 43xx driver for Linux"
cat << EOF
More information about the Lunar-commits
mailing list