Subject: pkg/16134: pkgsrc update: www/skipstone 0.8.1 compiles with mozilla 0.9.9
To: None <gnats-bugs@gnats.netbsd.org>
From: None <michal@pasternak.w.lub.pl>
List: netbsd-bugs
Date: 03/30/2002 21:41:04
>Number:         16134
>Category:       pkg
>Synopsis:       pkgsrc update: www/skipstone
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 30 12:42:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     michal@pasternak.w.lub.pl
>Release:        NetBSD 1.5ZA
>Organization:
/* Michal Pasternak, http://mp.w.lub.pl, +48606570000 */
>Environment:
System: NetBSD pr93.lublin.sdi.tpnet.pl 1.5ZA NetBSD 1.5ZA (GENERIC) #0: Tue Feb 19 16:45:49 EST 2002 root@zathras.wasabisystems.com:/big/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:

Skipstone 0.7.9 was marked as broken, because it didn't compile with mozilla
0.9.9. This version (0.8.1) compiles with it.

Also, there was a minor NetBSD patch incompatibility, which was fixed. 

Changelog:
    0.8.1
    -----
    - Patch from Tai-hwa Liang , fixes some 
      internatilization issues and also adds a chinese big5 po file.
    - Fix to FavIcon plugin not compiling in the 0.8.0 release.
    - John Mora first time user of skipstone
      discovered that minimum font size was reset everytime skipstone
      was restarted, kudos to him! fixed :)
      
    0.8.0
    -----
      - Mozilla 0.9.9 Compatibility
      - Fix in config.mk
      - Implemented Minimum Font Size in font section in config.
      - Patch from Muthu Kumar to enable middle clicking on bookmarks from menus
        and adds folder/link pixmaps to menu bookmarks/folders.
      - Patch from Peter Balhos, enabled red tabs while loading, must enable from
      	the misc config section first.
      - Added fr.po by Rolland Dudemaine.  
    
>How-To-Repeat:
>Fix:
Index: skipstone/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/skipstone/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	2002/03/17 13:32:46	1.9
+++ Makefile	2002/03/30 20:35:46
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.9 2002/03/17 13:32:46 wiz Exp $
 #
 
-DISTNAME=	skipstone-0.7.9
+DISTNAME=	skipstone-0.8.1
 PKGREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.muhri.net/skipstone/
@@ -12,7 +12,6 @@
 
 DEPENDS+=	mozilla>=0.9.9:../../www/mozilla
 
-BROKEN=		new version needed that is compatible with mozilla-0.9.9
 USE_GMAKE=	yes
 
 MAKE_ENV+=	X11PREFIX="${X11PREFIX}"
Index: skipstone/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/skipstone/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	2002/03/10 10:47:16	1.5
+++ distinfo	2002/03/30 20:35:46
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.5 2002/03/10 10:47:16 jmc Exp $
 
-SHA1 (skipstone-0.7.9.tar.gz) = 962c9539938be0bc2f589913795177c66b42ee61
-Size (skipstone-0.7.9.tar.gz) = 394876 bytes
-SHA1 (patch-aa) = 83c8678517d7398111155dfaf4aa4ae2e97a5fbd
+SHA1 (skipstone-0.8.1.tar.gz) = 91650eef792acdc02db70b5b1bcac3c9c674cd1e
+Size (skipstone-0.8.1.tar.gz) = 393285 bytes
+SHA1 (patch-aa) = 3c3d278e32e9c485cb03acf2693fb34e25b91876
 SHA1 (patch-ab) = 0ce631832790a2fd2e243c75ddf466aad337ec2e
 SHA1 (patch-ac) = d79acc2997b95d3844501ed0f4e767beac6b90ad
 SHA1 (patch-ad) = 0476574e5165030d1a4589ed28c8445444e99384
Index: skipstone/patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/www/skipstone/patches/patch-aa,v
retrieving revision 1.4
diff -u -r1.4 patch-aa
--- patch-aa	2002/02/08 00:40:34	1.4
+++ patch-aa	2002/03/30 20:35:47
@@ -1,7 +1,5 @@
-$NetBSD: patch-aa,v 1.4 2002/02/08 00:40:34 jmc Exp $
-
---- config.mk.orig	Fri Dec 28 22:27:52 2001
-+++ config.mk	Fri Feb  8 00:37:10 2002
+--- config.mk~	Thu Mar 28 11:26:05 2002
++++ config.mk	Sat Mar 30 21:15:19 2002
 @@ -1,80 +1,33 @@
 -PREFIX=/usr/local
 +#PREFIX=/usr/local
@@ -76,7 +74,7 @@
 -	-I$(PREFIX)/include/mozilla/string \
 -	-I$(PREFIX)/include/mozilla/xpcom \
 -	-I$(PREFIX)/include/mozilla/pref \
--	-I$(PREFIX)/include/mozilla/uconv \
+-	-I$(PREFIX)/include/mozilla/uconv 
 +	-I$(X11PREFIX)/include/mozilla \
 +	-I$(X11PREFIX)/include/mozilla/nspr \
 +	-I$(X11PREFIX)/include/mozilla/gtkembedmoz \
@@ -99,7 +97,7 @@
 +	-I$(X11PREFIX)/include/mozilla/string \
 +	-I$(X11PREFIX)/include/mozilla/xpcom \
 +	-I$(X11PREFIX)/include/mozilla/pref \
-+	-I$(X11PREFIX)/include/mozilla/uconv \
++	-I$(X11PREFIX)/include/mozilla/uconv 
  
  MOZILLA_LIBS = \
 -	-L/usr/lib/mozilla \
@@ -108,11 +106,12 @@
  	-lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom
  
  GTK_LIBS = $(shell gtk-config --libs)
-@@ -84,6 +37,7 @@
+@@ -83,7 +36,7 @@
+ CC = gcc
  CXX = g++
  
- CPPFLAGS = $(GTK_INCLUDES) $(MOZILLA_INCLUDES)
-+CPPFLAGS += -DPREFIX=\"${PREFIX}\"
+-CPPFLAGS = $(GTK_INCLUDES) $(MOZILLA_INCLUDES)
++CPPFLAGS = $(GTK_INCLUDES) $(MOZILLA_INCLUDES) -DPREFIX=\"${PREFIX}\"
  CFLAGS = -g -O2 -Wall
  CXXFLAGS = $(CFLAGS) -fno-rtti
  
>Release-Note:
>Audit-Trail:
>Unformatted: