From owner-freebsd-ports Fri Jul 5 17:21:13 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 C794B37B40F for ; Fri, 5 Jul 2002 17:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E29C243E58 for ; Fri, 5 Jul 2002 17:20:09 -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 g660K9JU029755 for ; Fri, 5 Jul 2002 17:20:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g660K9Gn029752; Fri, 5 Jul 2002 17:20:09 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E38437B400 for ; Fri, 5 Jul 2002 17:14:07 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE7043E31 for ; Fri, 5 Jul 2002 17:14:06 -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 g660E6OT072558 for ; Fri, 5 Jul 2002 17:14:06 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g660E6gF072557; Fri, 5 Jul 2002 17:14:06 -0700 (PDT) Message-Id: <200207060014.g660E6gF072557@www.freebsd.org> Date: Fri, 5 Jul 2002 17:14:06 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/40247: Update port: net/gnunet to 1.4.2 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: 40247 >Category: ports >Synopsis: Update port: net/gnunet to 1.4.2 >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: Fri Jul 05 17:20:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.4.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gnunet/Makefile net/gnunet/Makefile --- /usr/ports/net/gnunet/Makefile Mon Mar 25 03:03:26 2002 +++ net/gnunet/Makefile Sat Jul 6 03:00:25 2002 @@ -7,29 +7,30 @@ # PORTNAME= gnunet -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.2 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU} \ - http://gecko.cs.purdue.edu/gnunet/ -MASTER_SITE_SUBDIR= gnunet +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= GNUnet-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ - autoconf213:${PORTSDIR}/devel/autoconf213 +LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm USE_BZIP2= yes USE_OPENSSL= yes USE_GTK= yes +USE_REINPLACE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" -do-configure: - @(cd ${WRKSRC} ; \ - ${ACLOCAL} ; \ - ${AUTOCONF} ; \ - ${AUTOHEADER} ; \ - ${AUTOMAKE} -a ; \ - ${CONFIGURE_SCRIPT}) +MAN1= gnunet-download.1 gnunet-gtk.1 gnunet-insert-multi.1 \ + gnunet-insert.1 gnunet-search.1 gnunetd.1 + +post-patch: + @${REINPLACE_CMD} 's|-pthread [\$$]CFLAGS|\$$CFLAGS|g ; \ + s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include diff -urN /usr/ports/net/gnunet/distinfo net/gnunet/distinfo --- /usr/ports/net/gnunet/distinfo Mon Mar 25 03:03:26 2002 +++ net/gnunet/distinfo Sat Jul 6 02:09:37 2002 @@ -1 +1 @@ -MD5 (GNUnet-0.3.2.tar.bz2) = 33feae4f84acccd6c1122ff64b6c12ff +MD5 (GNUnet-0.4.2.tar.bz2) = b820139fe4d9dcb7a9fad79e37b3c0a8 diff -urN /usr/ports/net/gnunet/pkg-plist net/gnunet/pkg-plist --- /usr/ports/net/gnunet/pkg-plist Mon Mar 25 03:03:26 2002 +++ net/gnunet/pkg-plist Sat Jul 6 02:37:33 2002 @@ -1,8 +1,9 @@ bin/gnunet-download bin/gnunet-gtk bin/gnunet-insert -bin/gnunet-insert-mp3 +bin/gnunet-insert-multi bin/gnunet-search +bin/gnunet-stats bin/gnunetd lib/libgnunetcommon.a lib/libgnunetfilesharing.a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message