diff options
author | taya <taya> | 2003-03-18 03:25:29 +0000 |
---|---|---|
committer | taya <taya> | 2003-03-18 03:25:29 +0000 |
commit | 837cef98ca5370a385dc96a830ec405381c9d03e (patch) | |
tree | 2ccd55da90f5528d7f11c28b5188ef85e3a1b477 /www/galeon | |
parent | 30c66bf1d6585bf1d92bfe3d116a07d0c62d1dbf (diff) | |
download | pkgsrc-837cef98ca5370a385dc96a830ec405381c9d03e.tar.gz |
Update galeon to 1.2.9
Galeon 1.2.9 is a maintainance release on the stable branch
(for gnome 1.4 and mozilla compiled for gtk 1.2.x). It adds
compatibility with mozilla 1.3 final and fixes the c++ abi
compatability wrappers to actually work properly.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 13 | ||||
-rw-r--r-- | www/galeon/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index fee16101f60..78a640ed1bf 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2003/03/14 19:38:01 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2003/03/18 03:25:29 taya Exp $ -DISTNAME= galeon-1.2.8 -PKGREVISION= 2 +DISTNAME= galeon-1.2.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -20,14 +19,14 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-mozilla-includes=${PREFIX}/include/mozilla \ - --with-mozilla-libs=${PREFIX}/lib/mozilla \ +CONFIGURE_ARGS+= --with-mozilla-includes=${BUILDLINK_PREFIX.mozilla}/include/mozilla \ + --with-mozilla-libs=${BUILDLINK_PREFIX.mozilla}/lib/mozilla \ --with-libiconv=${LOCALBASE} \ --disable-applet \ --disable-werror \ --sysconfdir=${PREFIX}/etc -# XXX to build against mozilla 1.2 -CONFIGURE_ARGS+= --with-mozilla-snapshot=1.2 +# XXX to build against mozilla 1.3 +CONFIGURE_ARGS+= --with-mozilla-snapshot=1.3 .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/GConf/buildlink2.mk" diff --git a/www/galeon/distinfo b/www/galeon/distinfo index 021f6e2cfa9..7969a406026 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.29 2003/02/17 14:34:00 taya Exp $ +$NetBSD: distinfo,v 1.30 2003/03/18 03:25:29 taya Exp $ -SHA1 (galeon-1.2.8.tar.gz) = ee405d8862e13f8e722a870ba96011cfe3b3ea7c -Size (galeon-1.2.8.tar.gz) = 4109134 bytes +SHA1 (galeon-1.2.9.tar.gz) = 1690f3a62979b9aed52ea78f2478edb51eaf9216 +Size (galeon-1.2.9.tar.gz) = 4111153 bytes |