Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2002 17:14:06 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40247: Update port: net/gnunet to 1.4.2
Message-ID:  <200207060014.g660E6gF072557@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207060014.g660E6gF072557>