diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-07-29 01:45:18 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-07-29 01:45:18 +0000 |
commit | 8001696335bea36e57a7a6802dc6f1a4a7ea706b (patch) | |
tree | 161f08f63895147922f0d4ce939d15f6d1eb56d6 /www | |
parent | Rename openoffice-wrapper to openoffice.org-wrapper (diff) |
- Update to 0.2.9
Notes
Notes:
svn path=/head/; revision=140360
Diffstat (limited to 'www')
-rw-r--r-- | www/kazehakase/Makefile | 7 | ||||
-rw-r--r-- | www/kazehakase/distinfo | 4 | ||||
-rw-r--r-- | www/kazehakase/files/patch-src_actions_kz-actions.c | 14 |
3 files changed, 6 insertions, 19 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index cd09349143d9..7c0a270388f9 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -6,10 +6,10 @@ # PORTNAME= kazehakase -PORTVERSION= 0.2.8 +PORTVERSION= 0.2.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/15343 +MASTER_SITE_SUBDIR= ${PORTNAME}/15824 MAINTAINER= ahze@FreeBSD.org COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon @@ -22,7 +22,8 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes USE_REINPLACE= yes -CONFIGURE_ARGS= --with-gecko-engine=${MOZILLA:S/-devel//} +CONFIGURE_ARGS= --with-gecko-engine=${MOZILLA:S/-devel//} \ + --disable-ssl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/www/kazehakase/distinfo b/www/kazehakase/distinfo index 8087396f7bb1..a4af1039ac52 100644 --- a/www/kazehakase/distinfo +++ b/www/kazehakase/distinfo @@ -1,2 +1,2 @@ -MD5 (kazehakase-0.2.8.tar.gz) = f7d59ee5976b6f3b4ea398e21f9ce3e0 -SIZE (kazehakase-0.2.8.tar.gz) = 1209861 +MD5 (kazehakase-0.2.9.tar.gz) = 91eaf16e3183078fa5b2e00f5a0ec97a +SIZE (kazehakase-0.2.9.tar.gz) = 1220493 diff --git a/www/kazehakase/files/patch-src_actions_kz-actions.c b/www/kazehakase/files/patch-src_actions_kz-actions.c deleted file mode 100644 index d284828db5fc..000000000000 --- a/www/kazehakase/files/patch-src_actions_kz-actions.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/actions/kz-actions.c.orig Fri Apr 29 08:19:03 2005 -+++ src/actions/kz-actions.c Fri Apr 29 08:19:31 2005 -@@ -893,9 +893,10 @@ - - if(counts != 1) - { -+ gint st; - gchar **temp = g_alloca(sizeof(gchar*) * (counts + 1)); - splited = g_strsplit(format , "%" , counts); -- gint st = 0; -+ st = 0; - - for(i = 0; i < counts-1; i++) - { |