From owner-freebsd-ports-bugs Fri Feb 7 6:40:26 2003 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 7D41A37B408 for ; Fri, 7 Feb 2003 06:40:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295FC43FDD for ; Fri, 7 Feb 2003 06:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h17Ee7NS033692 for ; Fri, 7 Feb 2003 06:40:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h17Ee7u3033689; Fri, 7 Feb 2003 06:40:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D932C37B401 for ; Fri, 7 Feb 2003 06:31:14 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id C47F443FDD for ; Fri, 7 Feb 2003 06:31:12 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 06F13913 for ; Fri, 7 Feb 2003 23:31:09 +0900 (JST) Message-Id: <20030207233041.41b24094.tkato@prontomail.com> Date: Fri, 7 Feb 2003 23:30:41 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/48045: Update port: net/gnunet to 0.5.1a Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48045 >Category: ports >Synopsis: Update port: net/gnunet to 0.5.1a >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 Feb 07 06:40:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.5.1a New file: files/patch-configure Remove file: files/patch-src::include::gtkui::insert.h >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gnunet/Makefile net/gnunet/Makefile --- /usr/ports/net/gnunet/Makefile Mon Jan 6 16:02:42 2003 +++ net/gnunet/Makefile Thu Feb 6 22:13:36 2003 @@ -7,9 +7,10 @@ # PORTNAME= gnunet -PORTVERSION= 0.4.6 +PORTVERSION= 0.5.1a CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} \ + http://www.ovmj.org/GNUnet/download/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= GNUnet-${PORTVERSION} @@ -23,12 +24,15 @@ USE_GNOME= gtk12 USE_REINPLACE= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes -MAN1= gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \ - gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 gnunetd.1 +MAN1= gnunet-chat.1 gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \ + gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 \ + gnunet-tbench.1 gnunetd.1 MAN5= gnunet.conf.5 post-patch: diff -urN /usr/ports/net/gnunet/distinfo net/gnunet/distinfo --- /usr/ports/net/gnunet/distinfo Mon Oct 7 20:20:58 2002 +++ net/gnunet/distinfo Wed Feb 5 19:18:56 2003 @@ -1 +1 @@ -MD5 (GNUnet-0.4.6.tar.bz2) = be99b483b512d0d60345fdc5a0a749b4 +MD5 (GNUnet-0.5.1a.tar.bz2) = 0e506d602cdc168e6a0f8065da85e565 diff -urN /usr/ports/net/gnunet/files/patch-configure net/gnunet/files/patch-configure --- /usr/ports/net/gnunet/files/patch-configure Thu Jan 1 09:00:00 1970 +++ net/gnunet/files/patch-configure Sun Dec 22 15:27:19 2002 @@ -0,0 +1,10 @@ +--- configure.orig Sat Dec 21 01:25:22 2002 ++++ configure Sun Dec 22 15:27:06 2002 +@@ -8701,6 +8701,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/gnunet/files/patch-src::include::gtkui::insert.h net/gnunet/files/patch-src::include::gtkui::insert.h --- /usr/ports/net/gnunet/files/patch-src::include::gtkui::insert.h Wed Aug 21 12:15:32 2002 +++ net/gnunet/files/patch-src::include::gtkui::insert.h Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- src/include/gtkui/insert.h.orig Mon Aug 12 02:48:18 2002 -+++ src/include/gtkui/insert.h Sat Aug 17 13:14:07 2002 -@@ -26,6 +26,7 @@ - #define GTKUI_INSERT_H - - #include "config.h" -+#include - #include - #include - diff -urN /usr/ports/net/gnunet/pkg-plist net/gnunet/pkg-plist --- /usr/ports/net/gnunet/pkg-plist Tue Sep 10 20:21:34 2002 +++ net/gnunet/pkg-plist Thu Feb 6 22:07:40 2003 @@ -1,10 +1,63 @@ +bin/gnunet-chat bin/gnunet-check +bin/gnunet-convert bin/gnunet-download bin/gnunet-gtk bin/gnunet-insert +bin/gnunet-peer-info bin/gnunet-search bin/gnunet-stats +bin/gnunet-tbench +bin/gnunet-transport-check bin/gnunetd +lib/libgnunetafs_blocks.a +lib/libgnunetafs_blocks.so +lib/libgnunetafs_blocks.so.0 +lib/libgnunetafs_database.a +lib/libgnunetafs_database.so +lib/libgnunetafs_database.so.0 +lib/libgnunetafs_database_directory.a +lib/libgnunetafs_database_directory.so +lib/libgnunetafs_database_directory.so.0 +lib/libgnunetafs_database_gdbm.a +lib/libgnunetafs_database_gdbm.so +lib/libgnunetafs_database_gdbm.so.0 +lib/libgnunetafs_decoding.a +lib/libgnunetafs_decoding.so +lib/libgnunetafs_decoding.so.0 +lib/libgnunetafs_encoding.a +lib/libgnunetafs_encoding.so +lib/libgnunetafs_encoding.so.0 +lib/libgnunetafs_policy.a +lib/libgnunetafs_policy.so +lib/libgnunetafs_policy.so.0 +lib/libgnunetafs_protocol.a +lib/libgnunetafs_protocol.so +lib/libgnunetafs_protocol.so.0 +lib/libgnunetafs_search.a +lib/libgnunetafs_search.so +lib/libgnunetafs_search.so.0 +lib/libgnunetafs_util.a +lib/libgnunetafs_util.so +lib/libgnunetafs_util.so.0 +lib/libgnunetchat_protocol.a +lib/libgnunetchat_protocol.so +lib/libgnunetchat_protocol.so.0 lib/libgnunetcommon.a -lib/libgnunetfilesharing.a +lib/libgnunetcommon.so +lib/libgnunetcommon.so.0 +lib/libgnunettbench_protocol.a +lib/libgnunettbench_protocol.so +lib/libgnunettbench_protocol.so.0 +lib/libgnunettransport_smtp.a +lib/libgnunettransport_smtp.so +lib/libgnunettransport_smtp.so.0 +lib/libgnunettransport_tcp.a +lib/libgnunettransport_tcp.so +lib/libgnunettransport_tcp.so.0 +lib/libgnunettransport_udp.a +lib/libgnunettransport_udp.so +lib/libgnunettransport_udp.so.0 lib/libgnunetutil.a +lib/libgnunetutil.so +lib/libgnunetutil.so.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message