View | Details | Raw Unified | Return to bug 144427
Collapse All | Expand All

(-)net-p2p/gnunet/Makefile (-2 / +4 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	gnunet
9
PORTNAME=	gnunet
10
PORTVERSION=	0.8.1
10
PORTVERSION=	0.8.1b
11
PORTREVISION=	1
12
CATEGORIES=	net-p2p ipv6
11
CATEGORIES=	net-p2p ipv6
13
MASTER_SITES=	GNU \
12
MASTER_SITES=	GNU \
14
		http://gnunet.org/download/
13
		http://gnunet.org/download/
Lines 92-97 Link Here
92
.for i in configure src/applications/sqstore_postgres/postgres.c
91
.for i in configure src/applications/sqstore_postgres/postgres.c
93
	@${REINPLACE_CMD} -e 's|postgresql/||g' ${WRKSRC}/${i}
92
	@${REINPLACE_CMD} -e 's|postgresql/||g' ${WRKSRC}/${i}
94
.endfor
93
.endfor
94
.for i in src/util/crypto/Makefile.in
95
	@${REINPLACE_CMD} -e 's|)[[:space:]]-O3|)|g' ${WRKSRC}/${i}
96
.endfor
95
97
96
post-install:
98
post-install:
97
	@${MKDIR} ${DBDIR}
99
	@${MKDIR} ${DBDIR}
(-)net-p2p/gnunet/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (GNUnet-0.8.1.tar.gz) = 906a65f70f403f70798bb7c89b45b3b6
1
MD5 (GNUnet-0.8.1b.tar.gz) = f1b625aa52389e22258bad9fb6bd7f32
2
SHA256 (GNUnet-0.8.1.tar.gz) = 84da584f2b60f2026a19e38d4264c794420135323644f7b0785d67ed44815355
2
SHA256 (GNUnet-0.8.1b.tar.gz) = 7c854d2ef5ee592193bb04d8746a8b0ffc20f568674145a1f9a2e8f2bbced64c
3
SIZE (GNUnet-0.8.1.tar.gz) = 2339085
3
SIZE (GNUnet-0.8.1b.tar.gz) = 2366646
(-)net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c (-10 lines)
Lines 1-10 Link Here
1
--- src/util/boot/lib_argz.c.orig	2009-11-17 03:51:38.000000000 +0900
2
+++ src/util/boot/lib_argz.c	2010-01-05 00:27:35.000000000 +0900
3
@@ -16,6 +16,7 @@
4
    with this program; if not, write to the Free Software Foundation,
5
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
6
 
7
+#include "platform.h"
8
 #include <errno.h>
9
 #include <stdlib.h>
10
 #include <string.h>

Return to bug 144427