summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/nspr/.footprint1
-rw-r--r--base/nspr/.md5sum2
-rw-r--r--base/nspr/Pkgfile6
-rw-r--r--extra/firefox/.md5sum2
-rw-r--r--extra/firefox/Pkgfile11
5 files changed, 14 insertions, 8 deletions
diff --git a/base/nspr/.footprint b/base/nspr/.footprint
index 8d753678d..df7f6c6c5 100644
--- a/base/nspr/.footprint
+++ b/base/nspr/.footprint
@@ -15,7 +15,6 @@ drwxr-xr-x root/root usr/include/nspr/obsolete/
-rw-r--r-- root/root usr/include/nspr/plerror.h
-rw-r--r-- root/root usr/include/nspr/plgetopt.h
-rw-r--r-- root/root usr/include/nspr/plhash.h
--rw-r--r-- root/root usr/include/nspr/plresolv.h
-rw-r--r-- root/root usr/include/nspr/plstr.h
-rw-r--r-- root/root usr/include/nspr/pratom.h
-rw-r--r-- root/root usr/include/nspr/prbit.h
diff --git a/base/nspr/.md5sum b/base/nspr/.md5sum
index 1c4336683..d30e24a21 100644
--- a/base/nspr/.md5sum
+++ b/base/nspr/.md5sum
@@ -1,2 +1,2 @@
-2a6fbfa56c9760ed3651d527272249c7 nspr-4.8.2.tar.gz
+592c275728c29d193fdba8009165990b nspr-4.8.6.tar.gz
2083f33e11dfe15feb7bf9bca0f6c44b nspr.pc.in
diff --git a/base/nspr/Pkgfile b/base/nspr/Pkgfile
index 763ab22c4..89e062277 100644
--- a/base/nspr/Pkgfile
+++ b/base/nspr/Pkgfile
@@ -4,9 +4,9 @@
# Packager: thierryn1 at hispeed dot ch
name=nspr
-version=4.8.2
+version=4.8.6
release=1
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.2/src/$name-$version.tar.gz
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.6/src/$name-$version.tar.gz
$name.pc.in)
build() {
@@ -19,7 +19,7 @@ build() {
--prefix=/usr \
--libdir=/usr/lib \
--includedir=/usr/include/nspr \
- --enable-optimize="$CFLAGS" \
+ --enable-optimize \
--disable-debug ${confflags}
make
diff --git a/extra/firefox/.md5sum b/extra/firefox/.md5sum
index 52d57be79..47a50ffa7 100644
--- a/extra/firefox/.md5sum
+++ b/extra/firefox/.md5sum
@@ -1,4 +1,4 @@
-0ee5f14fd8be07513d16131027ebcb61 firefox-3.6.8.source.tar.bz2
+100ecafd6c6c5062bc03bb2fb651fc17 firefox-3.6.9.source.tar.bz2
68cf02788491c6e846729b2f2913bf79 firefox.desktop
658183e3e94959582c3bd382644692ea fr.xpi
0ce15c57ad95ec84d688188d1ac6e64a mozconfig
diff --git a/extra/firefox/Pkgfile b/extra/firefox/Pkgfile
index 934555389..1856cde8c 100644
--- a/extra/firefox/Pkgfile
+++ b/extra/firefox/Pkgfile
@@ -2,16 +2,22 @@
# URL: http://www.mozilla.com/firefox/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: alsa-lib, gtk, libidl, pango, python, curl, nss, libnotify, sqlite3, dbus-glib
+# Depends on: desktop-file-utils, alsa-lib, gtk, libidl, pango, python, curl, nss, libnotify, sqlite3, dbus-glib, libgnomeui
name=firefox
-version=3.6.8
+version=3.6.9
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2\
http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/linux-i686/xpi/fr.xpi\
mozconfig firefox.desktop)
build() {
+# unset MAKEFLAGS
+# unset CFLAGS
+# unset CXXFLAGS
+
+# export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-3.6"
+
export MOZ_CO_PROJECT=browser
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
@@ -20,6 +26,7 @@ build() {
cd mozilla-1.9.2
sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
./configure
+
make
install -d \