From owner-freebsd-ports Mon Jul 22 14:50:44 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 23FF637B40A for ; Mon, 22 Jul 2002 14:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA32143E7B for ; Mon, 22 Jul 2002 14:50:11 -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 g6MLoBJU001099 for ; Mon, 22 Jul 2002 14:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MLoBoi001098; Mon, 22 Jul 2002 14:50:11 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F3337B400 for ; Mon, 22 Jul 2002 14:42:43 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC06C43E3B for ; Mon, 22 Jul 2002 14:42:42 -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 g6MLggOT041340 for ; Mon, 22 Jul 2002 14:42:42 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6MLgg2R041339; Mon, 22 Jul 2002 14:42:42 -0700 (PDT) Message-Id: <200207222142.g6MLgg2R041339@www.freebsd.org> Date: Mon, 22 Jul 2002 14:42:42 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/40902: Update port: net/gnunet 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: 40902 >Category: ports >Synopsis: Update port: net/gnunet >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 Jul 22 14:50:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Fix build >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gnunet/Makefile net/gnunet/Makefile --- /usr/ports/net/gnunet/Makefile Mon Jul 8 20:25:36 2002 +++ net/gnunet/Makefile Tue Jul 23 03:43:30 2002 @@ -33,5 +33,10 @@ post-patch: @${REINPLACE_CMD} 's|-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 \ + src/textui/insertmulti.c src/util/getopt.c src/util/getopt1.c + @${REINPLACE_CMD} -e 's|"getopt.h"|"util/getopt.h"|g' ${WRKSRC}/${file} +.endfor .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message