diff options
author | abs <abs@pkgsrc.org> | 2003-11-27 15:03:36 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-11-27 15:03:36 +0000 |
commit | a750e498d9c4afd2d5a8bc3b319769bde100dea2 (patch) | |
tree | b4e44657e29c99f7d2ff1a98e0a0fe59c3c3d428 /www/galeon | |
parent | aa845640d19c2a89ad25f4606382014fdc2a74f2 (diff) | |
download | pkgsrc-a750e498d9c4afd2d5a8bc3b319769bde100dea2.tar.gz |
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 (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 12 | ||||
-rw-r--r-- | www/galeon/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index ac7c3f9d8a0..f45b923f86b 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-mozilla-includes=${BUILDLINK_PREFIX.mozilla}/include/moz --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 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} 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 --git a/www/galeon/distinfo b/www/galeon/distinfo index 612c65791cc..0585e9b7b70 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -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 |