summaryrefslogtreecommitdiff
path: root/www/dillo
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-21 18:15:28 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-21 18:15:28 +0000
commit833c297a7f131530b334f120a21e28632e413338 (patch)
treedc215b3da7f901650b8f5c1df36e6665547c157f /www/dillo
parent50514a452776b5ce13a22fee58da1b2bfc3b18fa (diff)
downloadpkgsrc-833c297a7f131530b334f120a21e28632e413338.tar.gz
Update to 0.7.1.2. There are lots of new features, including plugin
support and IPv6; threads are now a must. Patch provided in PR pkg/20672 by Quentin Garnier.
Diffstat (limited to 'www/dillo')
-rw-r--r--www/dillo/Makefile18
-rw-r--r--www/dillo/PLIST5
-rw-r--r--www/dillo/distinfo12
-rw-r--r--www/dillo/patches/patch-aa78
-rw-r--r--www/dillo/patches/patch-ab12
-rw-r--r--www/dillo/patches/patch-ac8
6 files changed, 97 insertions, 36 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile
index 64bdee90ce1..9154d19a639 100644
--- a/www/dillo/Makefile
+++ b/www/dillo/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.11 2003/01/28 22:04:28 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2003/03/21 18:15:28 jmmv Exp $
#
-DISTNAME= dillo-0.6.6
-PKGREVISION= 1
+DISTNAME= dillo-0.7.1.2
+WRKSRC= ${WRKDIR}/dillo-0.7.1
CATEGORIES= www
-MASTER_SITES= http://dillo.cipsga.org.br/download/
+MASTER_SITES= http://dillo.auriga.wearlab.de/download/
MAINTAINER= Benjamin.Wong@cc.gatech.edu
-HOMEPAGE= http://dillo.cipsga.org.br/
+HOMEPAGE= http://dillo.auriga.wearlab.de/
COMMENT= Very small and fast graphical web-browser
USE_BUILDLINK2= yes
@@ -21,6 +21,13 @@ CONF_FILES= ${EGDIR}/dillorc ${PKG_SYSCONFDIR}/dillorc
CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+= USE_INET6
+.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dillo
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/dillo
@@ -29,4 +36,5 @@ post-install:
.include "../../graphics/png/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/dillo/PLIST b/www/dillo/PLIST
index 2459b66d453..dc63d5b431a 100644
--- a/www/dillo/PLIST
+++ b/www/dillo/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2002/11/26 15:07:31 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/03/21 18:15:29 jmmv Exp $
+bin/bm_srv12
bin/dillo
share/doc/dillo/Cache.txt
share/doc/dillo/Cookies.txt
@@ -18,5 +19,5 @@ share/doc/dillo/Makefile.in
share/doc/dillo/NC_design.txt
share/doc/dillo/README
share/examples/dillo/dillorc
-@dirrm share/doc/dillo
@dirrm share/examples/dillo
+@dirrm share/doc/dillo
diff --git a/www/dillo/distinfo b/www/dillo/distinfo
index 1885bc9f7c7..b76e26db5c0 100644
--- a/www/dillo/distinfo
+++ b/www/dillo/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2002/11/26 15:07:31 jmmv Exp $
+$NetBSD: distinfo,v 1.12 2003/03/21 18:15:29 jmmv Exp $
-SHA1 (dillo-0.6.6.tar.gz) = 6ff27fe122f53f2e554a5377b67258d2df7ec381
-Size (dillo-0.6.6.tar.gz) = 310331 bytes
-SHA1 (patch-aa) = 1ae5a680306102d03d587acfbbf16cbf1f5df366
-SHA1 (patch-ab) = a383b528fa10331a7539c6ec8f303d71539576c4
-SHA1 (patch-ac) = 3cc37a8cd2020ea39ade2651ca1e40c4280066a0
+SHA1 (dillo-0.7.1.2.tar.gz) = eb6ed7af0cb0f0d68f0f3411cbba0606d1dec242
+Size (dillo-0.7.1.2.tar.gz) = 365171 bytes
+SHA1 (patch-aa) = 0e66eeab596e0a513a4d6b1b40cf7b9bfe9d1b5a
+SHA1 (patch-ab) = ce94918707e3639edfdc0ee1e2d1cd00eed6e3fb
+SHA1 (patch-ac) = e432430a1ab0b12d0824fa00c34548eb4e26976b
diff --git a/www/dillo/patches/patch-aa b/www/dillo/patches/patch-aa
index c7166e63262..a9f0c719ad1 100644
--- a/www/dillo/patches/patch-aa
+++ b/www/dillo/patches/patch-aa
@@ -1,15 +1,67 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/12/06 16:15:41 dillo Exp $
+$NetBSD: patch-aa,v 1.2 2003/03/21 18:15:29 jmmv Exp $
---- src/dns.c.orig Fri Aug 31 14:26:21 2001
-+++ src/dns.c
-@@ -37,7 +37,10 @@
- /*
- * Note: comment the following line for debugging or gprof profiling.
- */
-+/* No threads on NetBSD */
-+#ifndef __NetBSD__
- #define G_DNS_THREADED
-+#endif
+--- src/IO/http.c.orig 2003-03-04 20:34:59.000000000 +0100
++++ src/IO/http.c
+@@ -246,10 +246,11 @@ static int Http_connect_socket(ChainLink
+ {
+ gint status;
+ #ifdef ENABLE_IPV6
+- struct sockaddr_storage name;
+-#else
+- struct sockaddr_in name;
++ struct sockaddr_in6 name6;
+ #endif
++ struct sockaddr_in name4;
++ struct sockaddr *sa = NULL;
++ socklen_t sa_len = 0;
+ SocketData_t *S;
+ DilloHost *dh;
- /*
- * Uncomment the following line for libc5 optimization
+@@ -269,30 +270,35 @@ static int Http_connect_socket(ChainLink
+ FD_CLOEXEC | fcntl(S->SockFD, F_GETFD));
+
+ /* Some OSes require this... */
+- memset(&name, 0, sizeof(name));
++ memset(&name4, 0, sizeof(name4));
++ memset(&name6, 0, sizeof(name6));
+ /* Set remaining parms. */
+ switch (dh->af) {
+ case AF_INET:
+ {
+- struct sockaddr_in *sin = (struct sockaddr_in *)&name;
++ struct sockaddr_in *sin = (struct sockaddr_in *)&name4;
+ sin->sin_family = dh->af;
+ sin->sin_port = S->port ? htons(S->port) : htons(DILLO_URL_HTTP_PORT);
+ memcpy(&sin->sin_addr, dh->data, dh->alen);
+ if (a_Web_valid(S->web) && (S->web->flags & WEB_RootUrl))
+ DEBUG_MSG(5, "Connecting to %s\n", inet_ntoa(sin->sin_addr));
++ sa = (struct sockaddr *)sin;
++ sa_len = sizeof(struct sockaddr_in);
+ break;
+ }
+ #ifdef ENABLE_IPV6
+ case AF_INET6:
+ {
+ char buf[128];
+- struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *)&name;
++ struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *)&name6;
+ sin6->sin6_family = dh->af;
+ sin6->sin6_port = S->port ? htons(S->port) : htons(DILLO_URL_HTTP_PORT);
+ memcpy(&sin6->sin6_addr, dh->data, dh->alen);
+ inet_ntop(dh->af, dh->data, buf, sizeof(buf));
+ if (a_Web_valid(S->web) && (S->web->flags & WEB_RootUrl))
+ DEBUG_MSG(5, "Connecting to %s\n", buf);
++ sa = (struct sockaddr *)sin6;
++ sa_len = sizeof(struct sockaddr_in6);
+ break;
+ }
+ #endif
+@@ -302,7 +308,7 @@ static int Http_connect_socket(ChainLink
+ S->GioCh = g_io_channel_unix_new(S->SockFD);
+ g_io_add_watch(S->GioCh, G_IO_ERR | G_IO_HUP | G_IO_OUT,
+ Http_use_socket, Info->LocalKey);
+- status = connect(S->SockFD, (struct sockaddr *)&name, sizeof(name));
++ status = connect(S->SockFD, sa, sa_len);
+ if ( status == -1 && errno != EINPROGRESS ) {
+ S->Err = errno;
+ return -1;
diff --git a/www/dillo/patches/patch-ab b/www/dillo/patches/patch-ab
index c57d9c970bb..6da0a01c2b3 100644
--- a/www/dillo/patches/patch-ab
+++ b/www/dillo/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2002/11/26 15:07:32 jmmv Exp $
+$NetBSD: patch-ab,v 1.7 2003/03/21 18:15:29 jmmv Exp $
---- Makefile.in.orig Wed May 29 23:02:18 2002
+--- Makefile.in.orig 2003-03-10 13:44:49.000000000 +0100
+++ Makefile.in
-@@ -23,7 +23,7 @@ bindir = @bindir@
+@@ -25,7 +25,7 @@ bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
@@ -11,15 +11,15 @@ $NetBSD: patch-ab,v 1.6 2002/11/26 15:07:32 jmmv Exp $
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
-@@ -358,10 +358,9 @@ mostlyclean distclean maintainer-clean
+@@ -397,10 +397,9 @@ uninstall-info: uninstall-info-recursive
install-data-local: dillorc
+ $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
-if [ -d $(DESTDIR)$(sysconfdir) ]; then \
-- $(INSTALL_DATA) --backup=t $(srcdir)/dillorc $(DESTDIR)$(sysconfdir)/; \
+- $(INSTALL_DATA) -b $(srcdir)/dillorc $(DESTDIR)$(sysconfdir)/; \
- elif [ -d /etc/ ]; then \
-- $(INSTALL_DATA) --backup=t $(srcdir)/dillorc /etc/; \
+- $(INSTALL_DATA) -b $(srcdir)/dillorc /etc/; \
+ $(INSTALL_DATA) $(srcdir)/dillorc $(DESTDIR)$(sysconfdir)/; \
fi
diff --git a/www/dillo/patches/patch-ac b/www/dillo/patches/patch-ac
index bd177076d1d..4d0b0625cf4 100644
--- a/www/dillo/patches/patch-ac
+++ b/www/dillo/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.3 2002/11/26 15:07:32 jmmv Exp $
+$NetBSD: patch-ac,v 1.4 2003/03/21 18:15:29 jmmv Exp $
---- src/prefs.c.orig Wed Apr 3 18:31:46 2002
+--- src/prefs.c.orig 2003-03-04 20:34:59.000000000 +0100
+++ src/prefs.c
-@@ -243,8 +244,7 @@ static gint Prefs_load(void)
+@@ -250,8 +250,7 @@ static gint Prefs_load(void)
file = a_Misc_prepend_user_home(".dillo/dillorc");
fd = open(file, O_RDONLY);
g_free(file);
@@ -11,4 +11,4 @@ $NetBSD: patch-ac,v 1.3 2002/11/26 15:07:32 jmmv Exp $
+ if (fd < 0 && (fd = open(PKG_SYSCONFDIR "/dillorc", O_RDONLY)) < 0)
return FILE_NOT_FOUND;
- scanner = g_scanner_new(NULL);
+ fcntl(fd, F_SETFD, FD_CLOEXEC | fcntl(fd, F_GETFD));