From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 13 14:10:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A698016A4CF for ; Fri, 13 Aug 2004 14:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8243C43D1D for ; Fri, 13 Aug 2004 14:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7DEAPEn002289 for ; Fri, 13 Aug 2004 14:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7DEAP9n002288; Fri, 13 Aug 2004 14:10:25 GMT (envelope-from gnats) Resent-Date: Fri, 13 Aug 2004 14:10:25 GMT Resent-Message-Id: <200408131410.i7DEAP9n002288@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A80A016A4CE for ; Fri, 13 Aug 2004 14:01:38 +0000 (GMT) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D52E43D1D for ; Fri, 13 Aug 2004 14:01:37 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.217.248]) by hfep06.dion.ne.jp with SMTP id <20040813140127644.MAMN@hfep06.dion.ne.jp> for ; Fri, 13 Aug 2004 23:01:27 +0900 Message-Id: <20040813230021.6274827f.tkato432@yahoo.com> Date: Fri, 13 Aug 2004 23:00:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70410: Update port: net/gsk to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 14:10:25 -0000 >Number: 70410 >Category: ports >Synopsis: Update port: net/gsk to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 14:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.0 Remove file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gsk/Makefile net/gsk/Makefile --- /usr/ports/net/gsk/Makefile Sat Jul 10 08:58:03 2004 +++ net/gsk/Makefile Thu Aug 12 00:47:12 2004 @@ -7,8 +7,7 @@ # PORTNAME= gsk -PORTVERSION= 0.3.5 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,15 +15,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C library for writing servers -USE_GNOME= glib12 -USE_GMAKE= yes +USE_GNOME= glib20 gnomehack gnometarget USE_PERL5= yes -USE_INC_LIBTOOL_VER=13 +USE_GMAKE= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_ARGS= --disable-gtk-doc INSTALLS_SHLIB= yes -.if !defined(WITHOUT_OPENSSL) +.if defined(WITHOUT_OPENSSL) +CONFIGURE_ARGS+= --disable-ssl +PLIST_SUB+= OPENSSL="@comment " +.else USE_OPENSSL= yes -CONFIGURE_ARGS+= --enable-ssl +PLIST_SUB+= OPENSSL="" .endif .include diff -urN /usr/ports/net/gsk/distinfo net/gsk/distinfo --- /usr/ports/net/gsk/distinfo Fri Jan 30 14:51:57 2004 +++ net/gsk/distinfo Wed Aug 11 22:49:55 2004 @@ -1,2 +1,2 @@ -MD5 (gsk-0.3.5.tar.gz) = 44e85b725f5f36dde2ced3fb5f29c3d1 -SIZE (gsk-0.3.5.tar.gz) = 626050 +MD5 (gsk-1.0.0.tar.gz) = 9b78e94fb4eeee6900d40d8e84596464 +SIZE (gsk-1.0.0.tar.gz) = 1077531 diff -urN /usr/ports/net/gsk/files/patch-configure net/gsk/files/patch-configure --- /usr/ports/net/gsk/files/patch-configure Sun Sep 1 01:30:20 2002 +++ net/gsk/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- configure.orig Sat Aug 18 08:49:24 2001 -+++ configure Wed Aug 28 00:49:28 2002 -@@ -5150,6 +5150,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/net/gsk/pkg-plist net/gsk/pkg-plist --- /usr/ports/net/gsk/pkg-plist Tue Sep 10 20:21:34 2002 +++ net/gsk/pkg-plist Thu Aug 12 00:48:13 2004 @@ -1,116 +1,160 @@ -bin/gsk-config -bin/gsk-generate-marshals -bin/gsk-make-iface-macros -bin/gsk-make-memchunk -bin/gsk-skeleton -bin/gsk-skeleton-data-scan -include/gsk/gskactor.h -include/gsk/gskactorbuffered.h -include/gsk/gskactorcli.h -include/gsk/gskactordatagramsocket.h -include/gsk/gskactorlistener.h -include/gsk/gskactorparser.h -include/gsk/gskactorstreamsocket.h -include/gsk/gskactorudp.h -include/gsk/gskarrayedarg.h -include/gsk/gskbasic.h -include/gsk/gskbuffer.h -include/gsk/gskbufferiterator.h -include/gsk/gskconfig.h -include/gsk/gskconstraint.h -include/gsk/gskdaemonize.h -include/gsk/gskdaemonsettings.h -include/gsk/gskdatagramsocket.h -include/gsk/gskdebug.h -include/gsk/gskdebugoptions.h -include/gsk/gskgenericmarshal.h -include/gsk/gskghelpers.h -include/gsk/gskgtk.h -include/gsk/gskinterface.h -include/gsk/gsklog.h -include/gsk/gskmain.h -include/gsk/gskmainloop.h -include/gsk/gskmainloopdevpoll.h -include/gsk/gskmainloopkqueue.h -include/gsk/gskmainlooppoll.h -include/gsk/gskmainlooppollbase.h -include/gsk/gskmainloopselect.h -include/gsk/gsknetworkinterface.h -include/gsk/gsksocket.h -include/gsk/gsksocketaddress.h -include/gsk/gsksocketlistener.h -include/gsk/gsksocketlocation.h -include/gsk/gsksocketudp.h -include/gsk/gskstreamsocket.h -include/gsk/gskstringify.h -include/gsk/gskthreadpool.h -include/gsk/gskutil.h -include/gsk/gskvalidator.h -include/gsk/gtk/gtkarg.h -include/gsk/gtk/gtkdebug.h -include/gsk/gtk/gtkenums.h -include/gsk/gtk/gtkmarshal.h -include/gsk/gtk/gtkobject.h -include/gsk/gtk/gtksignal.h -include/gsk/gtk/gtktypebuiltins.h -include/gsk/gtk/gtktypeutils.h -include/gsk/gtk/makeenums.h -include/gsk/gtkreflection.h -include/gsk/lisp/gsklispinput.h -include/gsk/lisp/gsklispmarshals.h -include/gsk/lisp/gsklispnamespace.h -include/gsk/lisp/gsklispnamespaceglobal.h -include/gsk/lisp/gsklispnode.h -include/gsk/lisp/gsklispoutput.h -include/gsk/lisp/gsklispparser.h -include/gsk/protocols/gskbase64.h -include/gsk/protocols/gskdate.h -include/gsk/protocols/gskdns.h -include/gsk/protocols/gskdnscache.h -include/gsk/protocols/gskdnsimplementations.h -include/gsk/protocols/gskdnsinterfaces.h -include/gsk/protocols/gskdnsrrcache.h -include/gsk/protocols/gskhttpclient.h -include/gsk/protocols/gskhttpcommon.h -include/gsk/protocols/gskhttpheader.h -include/gsk/protocols/gskhttpserver.h -include/gsk/protocols/gskhttpservlet.h -include/gsk/protocols/gskresolver.h -include/gsk/protocols/gsksimpleproxy.h -include/gsk/protocols/gsksimpleproxylistener.h -include/gsk/protocols/gskurl.h -include/gsk/protocols/gskurldownload.h -include/gsk/protocols/gskxmlrpc.h -include/gsk/xml/gskxmldeserialize.h -include/gsk/xml/gskxmloutput.h -include/gsk/xml/gskxmlparser.h -include/gsk/xml/gskxmlprocessor.h -include/gsk/xml/gskxmlserialize.h -include/gsk/xml/gskxmlservlet.h -include/gsk/xml/gskxmltoken.h -lib/libgsk-lisp.a -lib/libgsk-lisp.so -lib/libgsk-lisp.so.0 -lib/libgsk-minigtk.a -lib/libgsk-minigtk.so -lib/libgsk-minigtk.so.0 -lib/libgsk-protocol.a -lib/libgsk-protocol.so -lib/libgsk-protocol.so.0 -lib/libgsk-server.a -lib/libgsk-server.so -lib/libgsk-server.so.0 -lib/libgsk-xml.a -lib/libgsk-xml.so -lib/libgsk-xml.so.0 +include/gsk-1.0/gsk/common/gskbase64.h +include/gsk-1.0/gsk/common/gskdate.h +include/gsk-1.0/gsk/dns/gskdns.h +include/gsk-1.0/gsk/dns/gskdnsclient.h +include/gsk-1.0/gsk/dns/gskdnslocalresolver.h +include/gsk-1.0/gsk/dns/gskdnsresolver.h +include/gsk-1.0/gsk/dns/gskdnsrrcache.h +include/gsk-1.0/gsk/dns/gskdnsserver.h +include/gsk-1.0/gsk/gsk.h +include/gsk-1.0/gsk/gskbuffer.h +include/gsk-1.0/gsk/gskbufferstream.h +include/gsk-1.0/gsk/gskdebug.h +include/gsk-1.0/gsk/gskdns.h +include/gsk-1.0/gsk/gskerrno.h +include/gsk-1.0/gsk/gskerror.h +include/gsk-1.0/gsk/gskfork.h +include/gsk-1.0/gsk/gskghelpers.h +include/gsk-1.0/gsk/gskhook.h +include/gsk-1.0/gsk/gskhttp.h +include/gsk-1.0/gsk/gskinit.h +include/gsk-1.0/gsk/gskio.h +include/gsk-1.0/gsk/gskmacros.h +include/gsk-1.0/gsk/gskmain.h +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/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/gsksimplefilter.h +include/gsk-1.0/gsk/gsksocketaddress.h +include/gsk-1.0/gsk/gskstream.h +include/gsk-1.0/gsk/gskstreamclient.h +include/gsk-1.0/gsk/gskstreamconnection.h +include/gsk-1.0/gsk/gskstreamexternal.h +include/gsk-1.0/gsk/gskstreamfd.h +include/gsk-1.0/gsk/gskstreamlistener.h +include/gsk-1.0/gsk/gskstreamlistenersocket.h +include/gsk-1.0/gsk/gskthreadpool.h +include/gsk-1.0/gsk/gsktree.h +include/gsk-1.0/gsk/gsktypes.h +include/gsk-1.0/gsk/gskzlib.h +include/gsk-1.0/gsk/hash/gskhash.h +include/gsk-1.0/gsk/http/gskhttpclient.h +include/gsk-1.0/gsk/http/gskhttpheader.h +include/gsk-1.0/gsk/http/gskhttprequest.h +include/gsk-1.0/gsk/http/gskhttpresponse.h +include/gsk-1.0/gsk/http/gskhttpserver.h +include/gsk-1.0/gsk/mime/gskmimeencodings.h +include/gsk-1.0/gsk/mime/gskmimemultipartdecoder.h +include/gsk-1.0/gsk/mime/gskmimemultipartencoder.h +include/gsk-1.0/gsk/mime/gskmimemultipartpiece.h +%%OPENSSL%%include/gsk-1.0/gsk/ssl/gskopensslbiostream.h +%%OPENSSL%%include/gsk-1.0/gsk/ssl/gskstreamlistenerssl.h +%%OPENSSL%%include/gsk-1.0/gsk/ssl/gskstreamssl.h +include/gsk-1.0/gsk/url/gskurl.h +include/gsk-1.0/gsk/xmlrpc/gskxmlrpc.h +include/gsk-1.0/gsk/xmlrpc/gskxmlrpcstream.h +include/gsk-1.0/gsk/zlib/gskzlibdeflator.h +include/gsk-1.0/gsk/zlib/gskzlibinflator.h lib/libgsk.a lib/libgsk.so lib/libgsk.so.0 -share/aclocal/gsk.m4 -share/gsk-skeleton/gsk.skeleton-data -@dirrm share/gsk-skeleton -@dirrm include/gsk/xml -@dirrm include/gsk/protocols -@dirrm include/gsk/lisp -@dirrm include/gsk/gtk -@dirrm include/gsk +libdata/pkgconfig/gsk-1.0.pc +share/doc/gsk-1.0/html/gsk/c13837.html +share/doc/gsk-1.0/html/gsk/c14355.html +share/doc/gsk-1.0/html/gsk/c14565.html +share/doc/gsk-1.0/html/gsk/c17549.html +share/doc/gsk-1.0/html/gsk/c17736.html +share/doc/gsk-1.0/html/gsk/c18213.html +share/doc/gsk-1.0/html/gsk/c19910.html +share/doc/gsk-1.0/html/gsk/c20090.html +share/doc/gsk-1.0/html/gsk/c21001.html +share/doc/gsk-1.0/html/gsk/c4.html +share/doc/gsk-1.0/html/gsk/c7479.html +share/doc/gsk-1.0/html/gsk/c7514.html +share/doc/gsk-1.0/html/gsk/c7576.html +share/doc/gsk-1.0/html/gsk/c8996.html +share/doc/gsk-1.0/html/gsk/c9775.html +share/doc/gsk-1.0/html/gsk/gsk-gskbase64.html +share/doc/gsk-1.0/html/gsk/gsk-gskbuffer.html +share/doc/gsk-1.0/html/gsk/gsk-gskbufferstream.html +share/doc/gsk-1.0/html/gsk/gsk-gskdate.html +share/doc/gsk-1.0/html/gsk/gsk-gskdebug.html +share/doc/gsk-1.0/html/gsk/gsk-gskdns.html +share/doc/gsk-1.0/html/gsk/gsk-gskdnsclient.html +share/doc/gsk-1.0/html/gsk/gsk-gskdnslocalresolver.html +share/doc/gsk-1.0/html/gsk/gsk-gskdnsresolver.html +share/doc/gsk-1.0/html/gsk/gsk-gskdnsrrcache.html +share/doc/gsk-1.0/html/gsk/gsk-gskdnsserver.html +share/doc/gsk-1.0/html/gsk/gsk-gskerrno.html +share/doc/gsk-1.0/html/gsk/gsk-gskerror.html +share/doc/gsk-1.0/html/gsk/gsk-gskfork.html +share/doc/gsk-1.0/html/gsk/gsk-gskftpcommon.html +share/doc/gsk-1.0/html/gsk/gsk-gskghelpers.html +share/doc/gsk-1.0/html/gsk/gsk-gskhash.html +share/doc/gsk-1.0/html/gsk/gsk-gskhook.html +share/doc/gsk-1.0/html/gsk/gsk-gskinit.html +share/doc/gsk-1.0/html/gsk/gsk-gskmacros.html +share/doc/gsk-1.0/html/gsk/gsk-gskmain.html +share/doc/gsk-1.0/html/gsk/gsk-gskmemory.html +share/doc/gsk-1.0/html/gsk/gsk-gskmempool.html +share/doc/gsk-1.0/html/gsk/gsk-gskmimemultipartdecoder.html +share/doc/gsk-1.0/html/gsk/gsk-gskmimemultipartpiece.html +share/doc/gsk-1.0/html/gsk/gsk-gsknameresolver.html +share/doc/gsk-1.0/html/gsk/gsk-gsknetworkinterface.html +share/doc/gsk-1.0/html/gsk/gsk-gskpacket.html +share/doc/gsk-1.0/html/gsk/gsk-gskstreamclient.html +share/doc/gsk-1.0/html/gsk/gsk-gskstreamconnection.html +share/doc/gsk-1.0/html/gsk/gsk-gskstreamexternal.html +share/doc/gsk-1.0/html/gsk/gsk-gskstreamssl.html +share/doc/gsk-1.0/html/gsk/gsk-gsktree.html +share/doc/gsk-1.0/html/gsk/gsk-gsktypes.html +share/doc/gsk-1.0/html/gsk/gsk-gskxmlrpc.html +share/doc/gsk-1.0/html/gsk/gsk-gskxmlrpcstream.html +share/doc/gsk-1.0/html/gsk/gsk-gskzlib.html +share/doc/gsk-1.0/html/gsk/gsk-gskzlibdeflator.html +share/doc/gsk-1.0/html/gsk/gsk-gskzlibinflator.html +share/doc/gsk-1.0/html/gsk/gskhttpclient.html +share/doc/gsk-1.0/html/gsk/gskhttpheader.html +share/doc/gsk-1.0/html/gsk/gskhttprequest.html +share/doc/gsk-1.0/html/gsk/gskhttpresponse.html +share/doc/gsk-1.0/html/gsk/gskhttpserver.html +share/doc/gsk-1.0/html/gsk/gskio.html +share/doc/gsk-1.0/html/gsk/gskmainloop.html +share/doc/gsk-1.0/html/gsk/gskmainloopdevpoll.html +share/doc/gsk-1.0/html/gsk/gskmainloopkqueue.html +share/doc/gsk-1.0/html/gsk/gskmainlooppoll.html +share/doc/gsk-1.0/html/gsk/gskmainlooppollbase.html +share/doc/gsk-1.0/html/gsk/gskmainloopselect.html +share/doc/gsk-1.0/html/gsk/gskpacketqueue.html +share/doc/gsk-1.0/html/gsk/gskpacketqueuefd.html +share/doc/gsk-1.0/html/gsk/gsksocketaddress.html +share/doc/gsk-1.0/html/gsk/gskstream.html +share/doc/gsk-1.0/html/gsk/gskstreamfd.html +share/doc/gsk-1.0/html/gsk/gskstreamlistener.html +share/doc/gsk-1.0/html/gsk/gskstreamlistenersocket.html +share/doc/gsk-1.0/html/gsk/gskurl.html +share/doc/gsk-1.0/html/gsk/index.html +share/doc/gsk-1.0/html/gsk/index.sgml +share/doc/gsk-1.0/html/gsk/tutorial-client.html +share/doc/gsk-1.0/html/gsk/tutorial-httpclient.html +share/doc/gsk-1.0/html/gsk/tutorial-httpserver.html +share/doc/gsk-1.0/html/gsk/tutorial-server.html +@dirrm share/doc/gsk-1.0/html/gsk +@dirrm share/doc/gsk-1.0/html +@dirrm share/doc/gsk-1.0 +@dirrm include/gsk-1.0/gsk/zlib +@dirrm include/gsk-1.0/gsk/xmlrpc +@dirrm include/gsk-1.0/gsk/url +%%OPENSSL%%@dirrm include/gsk-1.0/gsk/ssl +@dirrm include/gsk-1.0/gsk/mime +@dirrm include/gsk-1.0/gsk/http +@dirrm include/gsk-1.0/gsk/hash +@dirrm include/gsk-1.0/gsk/dns +@dirrm include/gsk-1.0/gsk/common +@dirrm include/gsk-1.0/gsk +@dirrm include/gsk-1.0 >Release-Note: >Audit-Trail: >Unformatted: