From owner-freebsd-ports Mon Aug 5 15:51:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E1137B40A for ; Mon, 5 Aug 2002 15:50:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5158D43E81 for ; Mon, 5 Aug 2002 15:50:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75MoEJU087154 for ; Mon, 5 Aug 2002 15:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75MoE1Q087153; Mon, 5 Aug 2002 15:50:14 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAC537B400 for ; Mon, 5 Aug 2002 15:43:45 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E777343E42 for ; Mon, 5 Aug 2002 15:43:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g75MhiOT025394 for ; Mon, 5 Aug 2002 15:43:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g75Mhigj025393; Mon, 5 Aug 2002 15:43:44 -0700 (PDT) Message-Id: <200208052243.g75Mhigj025393@www.freebsd.org> Date: Mon, 5 Aug 2002 15:43:44 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41358: Update port: net/gnunet to 0.4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41358 >Category: ports >Synopsis: Update port: net/gnunet to 0.4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 05 15:50:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.4.4 New file: files/patch-src::textui::gnunetsearch.c >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gnunet/Makefile net/gnunet/Makefile --- /usr/ports/net/gnunet/Makefile Fri Aug 2 18:16:55 2002 +++ net/gnunet/Makefile Fri Aug 2 20:33:51 2002 @@ -7,7 +7,7 @@ # PORTNAME= gnunet -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,12 +26,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gnunet-download.1 gnunet-gtk.1 gnunet-insert-multi.1 \ - gnunet-insert.1 gnunet-search.1 gnunetd.1 gnunet-check.1 +MAN1= gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \ + gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 gnunetd.1 MAN5= gnunet.conf.5 post-patch: - @${REINPLACE_CMD} 's|-pthread [\$$]CFLAGS|\$$CFLAGS|g ; \ + @${REINPLACE_CMD} -e \ + 's|-pthread [\$$]CFLAGS|${PTHREAD_CFLAGS} \$$CFLAGS|g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .for file in src/include/server/startup.h src/server/startup.c \ src/textui/gnunetdownload.c src/textui/insertmain.c \ diff -urN /usr/ports/net/gnunet/distinfo net/gnunet/distinfo --- /usr/ports/net/gnunet/distinfo Fri Aug 2 18:16:55 2002 +++ net/gnunet/distinfo Thu Jan 1 09:00:00 1970 @@ -1 +0,0 @@ -MD5 (GNUnet-0.4.3.tar.bz2) = 19d7cc5c7850c4a403e980171811e1e3 diff -urN /usr/ports/net/gnunet/files/patch-src::textui::gnunetsearch.c net/gnunet/files/patch-src::textui::gnunetsearch.c --- /usr/ports/net/gnunet/files/patch-src::textui::gnunetsearch.c Thu Jan 1 09:00:00 1970 +++ net/gnunet/files/patch-src::textui::gnunetsearch.c Fri Aug 2 18:39:04 2002 @@ -0,0 +1,11 @@ +--- src/textui/gnunetsearch.c.orig Wed Jul 31 10:18:44 2002 ++++ src/textui/gnunetsearch.c Fri Aug 2 18:38:36 2002 +@@ -222,7 +222,7 @@ + &sig.sa_mask, + &sig.sa_mask); /* essentially: zero out */ + +- sig.sa_flags = SA_ONESHOT; ++ sig.sa_flags = SA_RESETHAND; + + sigaction(SIGINT, &sig, &oldsig); + sigaction(SIGTERM, &sig, &oldsig); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message