pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/galeon Update galeon to 1.2.13 to match mozilla up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3d38daf5df0
branches:  trunk
changeset: 463801:c3d38daf5df0
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Nov 27 15:03:36 2003 +0000

description:
Update galeon to 1.2.13 to match mozilla update to 1.5.1:
        Changelog since 1.2.11 mainly indicates sync with new mozilla API.
        1.2.13 wants mozilla 1.5 but we are giving it 1.5.1. All appears to
        work fine.

diffstat:

 www/galeon/Makefile |  12 +++++++-----
 www/galeon/distinfo |   6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r d54861989180 -r c3d38daf5df0 www/galeon/Makefile
--- a/www/galeon/Makefile       Thu Nov 27 13:47:54 2003 +0000
+++ b/www/galeon/Makefile       Thu Nov 27 15:03:36 2003 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2003/11/12 01:31:52 salo Exp $
+# $NetBSD: Makefile,v 1.55 2003/11/27 15:03:36 abs Exp $
 
-DISTNAME=      galeon-1.2.11
-PKGREVISION=   3
+DISTNAME=      galeon-1.2.13
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=galeon/}
 
@@ -30,8 +29,8 @@
                        --disable-applet \
                        --disable-werror \
                        --sysconfdir=${PREFIX}/etc
-# XXX to build against mozilla 1.4
-CONFIGURE_ARGS+= --with-mozilla-snapshot=1.4
+# XXX to build against mozilla 1.5
+CONFIGURE_ARGS+= --with-mozilla-snapshot=1.5
 
 .include       "../../converters/libiconv/buildlink2.mk"
 .include       "../../devel/GConf/buildlink2.mk"
@@ -54,6 +53,9 @@
 pre-install:
        ${GCONF_PREFIX}/bin/gconftool --shutdown
 
+post-buildlink:
+       perl -pi -e 's:(exec \$$cmd):$$1 -lstdc++ -lm:' work/.buildlink/bin/cc
+
 post-install:
        ${SED} -e "s,@PREFIX@,${PREFIX},g" -e "s,@MOZILLA_PREFIX@,${MOZILLA_PREFIX},g" ${FILESDIR}/galeon.in > ${PREFIX}/bin/galeon
        ${CHOWN} ${BINOWN} ${PREFIX}/bin/galeon
diff -r d54861989180 -r c3d38daf5df0 www/galeon/distinfo
--- a/www/galeon/distinfo       Thu Nov 27 13:47:54 2003 +0000
+++ b/www/galeon/distinfo       Thu Nov 27 15:03:36 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.32 2003/06/19 17:11:52 taya Exp $
+$NetBSD: distinfo,v 1.33 2003/11/27 15:03:36 abs Exp $
 
-SHA1 (galeon-1.2.11.tar.gz) = ebdc895b0352af6037d65a6fabda856d2a44dcd4
-Size (galeon-1.2.11.tar.gz) = 4216345 bytes
+SHA1 (galeon-1.2.13.tar.gz) = 0282ec0f714b83965fb3b242b9161c76d88fd49e
+Size (galeon-1.2.13.tar.gz) = 4220496 bytes



Home | Main Index | Thread Index | Old Index