ports/100199: [Maintainer Update] port net/gsk - update to 1.0.38

Babak Farrokhi babak at farrokhi.net
Thu Jul 13 08:20:23 UTC 2006


>Number:         100199
>Category:       ports
>Synopsis:       [Maintainer Update] port net/gsk - update to 1.0.38
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 13 08:20:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.1-STABLE #2: Tue Jul 11 14:37:46 IRST 2006
    root at starfish.datak.net:/usr/obj/usr/src/sys/SMP



>Description:


- update to 1.0.38
- tinderboxed for 4,5,6 and 7-CURRENT


>How-To-Repeat:





>Fix:


--- gsk.patch begins here ---
diff -ruN gsk.orig/Makefile gsk/Makefile
--- gsk.orig/Makefile	Thu Jul 13 11:08:46 2006
+++ gsk/Makefile	Thu Jul 13 11:09:31 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gsk
-PORTVERSION=	1.0.17
-PORTREVISION=	1
+PORTVERSION=	1.0.38
 CATEGORIES=	net devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,6 +17,7 @@
 USE_GNOME=	glib20 gnomehack gnometarget
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
+USE_GCC=	3.4+
 
 CONFIGURE_ARGS+=	--disable-gtk-doc
 
diff -ruN gsk.orig/distinfo gsk/distinfo
--- gsk.orig/distinfo	Thu Jul 13 11:08:46 2006
+++ gsk/distinfo	Thu Jul 13 11:08:53 2006
@@ -1,3 +1,3 @@
-MD5 (gsk-1.0.17.tar.gz) = 086150c123c9f2bc5c148782962ebd6e
-SHA256 (gsk-1.0.17.tar.gz) = db4e5b1230f53a5a1e34df56ba5e4dd204e6f5a23a525e1769ad7babf0f907da
-SIZE (gsk-1.0.17.tar.gz) = 1412914
+MD5 (gsk-1.0.38.tar.gz) = 00584644b4a3a3750e6335e3ac7802be
+SHA256 (gsk-1.0.38.tar.gz) = 918de002150163e686be3259bcab64e2f45e329372b4b597d8844a14b31d41ba
+SIZE (gsk-1.0.38.tar.gz) = 1191883
diff -ruN gsk.orig/files/patch-configure gsk/files/patch-configure
--- gsk.orig/files/patch-configure	Thu Jul 13 11:08:46 2006
+++ gsk/files/patch-configure	Thu Jan  1 03:30:00 1970
@@ -1,36 +0,0 @@
---- configure.orig	Tue Jan 25 08:33:21 2005
-+++ configure	Mon Jan 31 00:45:09 2005
-@@ -2947,6 +2947,7 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
-+#include <sys/types.h>
- #include <sys/socket.h>
- int
- main ()
-@@ -3007,8 +3008,8 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
--#include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
- int
- main ()
- {
-@@ -3064,6 +3065,7 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
-+#include <sys/types.h>
- #include <sys/socket.h>
- int
- main ()
-@@ -3122,6 +3124,7 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
-+#include <sys/types.h>
- #include <sys/socket.h>
- int
- main ()
diff -ruN gsk.orig/files/patch-gsksocketaddress.c gsk/files/patch-gsksocketaddress.c
--- gsk.orig/files/patch-gsksocketaddress.c	Thu Jul 13 11:08:46 2006
+++ gsk/files/patch-gsksocketaddress.c	Thu Jan  1 03:30:00 1970
@@ -1,11 +0,0 @@
---- src/gsksocketaddress.c.orig	Fri Aug 20 19:39:20 2004
-+++ src/gsksocketaddress.c	Fri Aug 20 19:46:29 2004
-@@ -184,7 +184,7 @@
- {
-   GskSocketAddressIpv6 *ipv6 = GSK_SOCKET_ADDRESS_IPV6 (address);
-   struct sockaddr_in6 *addr = output;
--  MAYBE_SET_LENGTH_MEMBER (addr->sinaddr->sin6_len, struct sockaddr_in6);
-+  MAYBE_SET_LENGTH_MEMBER (addr->sin6_len, struct sockaddr_in6);
-   addr->sin6_family = AF_INET6;
-   addr->sin6_port = GUINT16_TO_BE (ipv6->port);
-   addr->sin6_flowinfo = GUINT32_TO_BE (ipv6->flow_info);
diff -ruN gsk.orig/files/patch-src::gskipv4.c gsk/files/patch-src::gskipv4.c
--- gsk.orig/files/patch-src::gskipv4.c	Thu Jul 13 11:08:46 2006
+++ gsk/files/patch-src::gskipv4.c	Thu Jan  1 03:30:00 1970
@@ -1,10 +0,0 @@
---- src/gskipv4.c.orig	Tue Dec  7 06:53:22 2004
-+++ src/gskipv4.c	Sun Jan 30 23:55:09 2005
-@@ -1,5 +1,7 @@
- #include <string.h>
- #include <stdlib.h>
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <netinet/in.h>
- #include "gskipv4.h"
- 
diff -ruN gsk.orig/files/patch-src_gskipv4.c gsk/files/patch-src_gskipv4.c
--- gsk.orig/files/patch-src_gskipv4.c	Thu Jan  1 03:30:00 1970
+++ gsk/files/patch-src_gskipv4.c	Tue Feb  1 02:15:05 2005
@@ -0,0 +1,10 @@
+--- src/gskipv4.c.orig	Tue Dec  7 06:53:22 2004
++++ src/gskipv4.c	Sun Jan 30 23:55:09 2005
+@@ -1,5 +1,7 @@
+ #include <string.h>
+ #include <stdlib.h>
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <netinet/in.h>
+ #include "gskipv4.h"
+ 
diff -ruN gsk.orig/files/patch-src_http_gskhttpheader.c gsk/files/patch-src_http_gskhttpheader.c
--- gsk.orig/files/patch-src_http_gskhttpheader.c	Thu Jul 13 11:08:46 2006
+++ gsk/files/patch-src_http_gskhttpheader.c	Thu Jan  1 03:30:00 1970
@@ -1,13 +0,0 @@
---- src/http/gskhttpheader.c.orig	Wed Apr 13 23:42:17 2005
-+++ src/http/gskhttpheader.c	Sun May 15 01:56:00 2005
-@@ -874,9 +874,9 @@
-             + ACTUAL_LENGTH (opaque)
-             + (is_md5 ? 0 : (strlen (algorithm) + 1));
-   GskHttpAuthenticate *auth = g_malloc (len);
-+  char *at;
-   auth->mode = GSK_HTTP_AUTH_MODE_DIGEST;
-   auth->auth_scheme_name = "Digest";
--  char *at;
-   at = (char*)(auth + 1);
-   auth->realm = at;
-   at = g_stpcpy (at, realm) + 1;
diff -ruN gsk.orig/pkg-plist gsk/pkg-plist
--- gsk.orig/pkg-plist	Thu Jul 13 11:08:46 2006
+++ gsk/pkg-plist	Thu Jul 13 11:08:53 2006
@@ -25,6 +25,7 @@
 include/gsk-1.0/gsk/gskinit.h
 include/gsk-1.0/gsk/gskio.h
 include/gsk-1.0/gsk/gskipv4.h
+include/gsk-1.0/gsk/gsklistmacros.h
 include/gsk-1.0/gsk/gsklog.h
 include/gsk-1.0/gsk/gsklogringbuffer.h
 include/gsk-1.0/gsk/gskmacros.h
@@ -32,12 +33,16 @@
 include/gsk-1.0/gsk/gskmainloop.h
 include/gsk-1.0/gsk/gskmemory.h
 include/gsk-1.0/gsk/gskmempool.h
+include/gsk-1.0/gsk/gskmodule.h
 include/gsk-1.0/gsk/gsknameresolver.h
 include/gsk-1.0/gsk/gsknetworkinterface.h
 include/gsk-1.0/gsk/gskpacket.h
 include/gsk-1.0/gsk/gskpacketqueue.h
 include/gsk-1.0/gsk/gskpacketqueuefd.h
 include/gsk-1.0/gsk/gskpersistentconnection.h
+include/gsk-1.0/gsk/gskprocessinfo.h
+include/gsk-1.0/gsk/gskqsortmacro.h
+include/gsk-1.0/gsk/gskrbtreemacros.h
 include/gsk-1.0/gsk/gskrequest.h
 include/gsk-1.0/gsk/gskshutdown.h
 include/gsk-1.0/gsk/gsksimplefilter.h
@@ -84,9 +89,17 @@
 include/gsk-1.0/gsk/store/gskxmlvaluewriter.h
 include/gsk-1.0/gsk/url/gskurl.h
 include/gsk-1.0/gsk/url/gskurltransfer.h
+include/gsk-1.0/gsk/url/gskurltransferfile.h
 include/gsk-1.0/gsk/url/gskurltransferhttp.h
+include/gsk-1.0/gsk/xml/gskxml.h
+include/gsk-1.0/gsk/xml/gskxmlbuilder.h
+include/gsk-1.0/gsk/xml/gskxmlcontext.h
+include/gsk-1.0/gsk/xml/gskxmlnode.h
+include/gsk-1.0/gsk/xml/gskxmlparser.h
+include/gsk-1.0/gsk/xml/gskxmlstring.h
 include/gsk-1.0/gsk/xmlrpc/gskxmlrpc.h
 include/gsk-1.0/gsk/xmlrpc/gskxmlrpcstream.h
+include/gsk-1.0/gsk/zlib/gskzlib.h
 include/gsk-1.0/gsk/zlib/gskzlibdeflator.h
 include/gsk-1.0/gsk/zlib/gskzlibinflator.h
 lib/libgsk-1.0.a
@@ -96,6 +109,7 @@
 libdata/pkgconfig/gsk-1.0.pc
 @dirrm include/gsk-1.0/gsk/zlib
 @dirrm include/gsk-1.0/gsk/xmlrpc
+ at dirrm include/gsk-1.0/gsk/xml
 @dirrm include/gsk-1.0/gsk/url
 @dirrm include/gsk-1.0/gsk/store
 %%OPENSSL%%@dirrm include/gsk-1.0/gsk/ssl
--- gsk.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list