Update to 0.1.12 revision 493.
- fix segfault - fix man page dir - PLIST change
This commit is contained in:
parent
8066263e84
commit
bc06951b20
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/12/30 13:56:39 pirofti Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/03/31 13:59:22 pirofti Exp $
|
||||
|
||||
COMMENT = IP-Transparent Tor Hidden Service Connector
|
||||
|
||||
DISTNAME = onioncat-0.1.8
|
||||
DISTNAME = onioncat-0.1.12.r493
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://www.abenteuerland.at/onioncat/
|
||||
@ -21,5 +21,6 @@ MASTER_SITES = ${HOMEPAGE}download/
|
||||
|
||||
SEPARATE_BUILD = simple
|
||||
CONFIGURE_STYLE = simple
|
||||
CONFIGURE_ARGS += --mandir=${PREFIX}/man
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (onioncat-0.1.8.tar.gz) = OaMZJfi2RQ9Z5NIOGOW1gQ==
|
||||
RMD160 (onioncat-0.1.8.tar.gz) = L4ZgVela1JjV86pcJfLUjWrU0DU=
|
||||
SHA1 (onioncat-0.1.8.tar.gz) = NvWigg8TkZm1nlkzgiJNVJVCdH8=
|
||||
SHA256 (onioncat-0.1.8.tar.gz) = 7iV076l75zp7VbgWrlHWFDYm5S1AhHuEcTMRj6BGFW8=
|
||||
SIZE (onioncat-0.1.8.tar.gz) = 105286
|
||||
MD5 (onioncat-0.1.12.r493.tar.gz) = bROm5Ndf6exz6jxWBAvcWA==
|
||||
RMD160 (onioncat-0.1.12.r493.tar.gz) = Z7B5jfBvi6XDPfSK+GeNypaswq4=
|
||||
SHA1 (onioncat-0.1.12.r493.tar.gz) = M672/doVh3jfCpVw6076F7Nfxag=
|
||||
SHA256 (onioncat-0.1.12.r493.tar.gz) = qbB/XWaWLYbJNuhx5DvhfHzzAIq+/gZixnDschmXLZY=
|
||||
SIZE (onioncat-0.1.12.r493.tar.gz) = 172879
|
||||
|
@ -1,24 +1,16 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2008/12/30 14:42:32 pirofti Exp $
|
||||
--- configure.orig Sun Jun 22 11:15:19 2008
|
||||
+++ configure Tue Dec 30 16:40:14 2008
|
||||
@@ -2169,7 +2169,6 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMT
|
||||
ac_config_headers="$ac_config_headers config.h"
|
||||
|
||||
|
||||
-CFLAGS=-Wall
|
||||
|
||||
|
||||
# Checks for programs.
|
||||
@@ -3267,13 +3266,13 @@ fi
|
||||
$OpenBSD: patch-configure,v 1.3 2009/03/31 13:59:22 pirofti Exp $
|
||||
--- configure.orig Mon Mar 23 13:03:27 2009
|
||||
+++ configure Mon Mar 23 13:04:45 2009
|
||||
@@ -3455,13 +3455,13 @@ fi
|
||||
# Checks for libraries.
|
||||
|
||||
|
||||
-{ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
|
||||
-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
|
||||
+{ echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5
|
||||
+echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6; }
|
||||
-{ $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
|
||||
-$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
|
||||
+{ $as_echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5
|
||||
+$as_echo_n "checking for pthread_create in -pthread... " >&6; }
|
||||
if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpthread $LIBS"
|
||||
@ -26,7 +18,7 @@ $OpenBSD: patch-configure,v 1.2 2008/12/30 14:42:32 pirofti Exp $
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -3333,7 +3332,7 @@ if test $ac_cv_lib_pthread_pthread_create = yes; then
|
||||
@@ -3525,7 +3525,7 @@ if test "x$ac_cv_lib_pthread_pthread_create" = x""yes;
|
||||
#define HAVE_LIBPTHREAD 1
|
||||
_ACEOF
|
||||
|
||||
|
@ -1,7 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/12/30 13:56:39 pirofti Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/03/31 13:59:22 pirofti Exp $
|
||||
@bin bin/ocat
|
||||
include/ocat.h
|
||||
include/ocat_cygwin.h
|
||||
include/openbsd_netinet_icmp6.h
|
||||
include/openbsd_netinet_if_ether.h
|
||||
include/openbsd_netinet_ip6.h
|
||||
include/strlcat.c
|
||||
include/strlcpy.c
|
||||
@man man/man1/ocat.1
|
||||
share/doc/onioncat/
|
||||
share/doc/onioncat/README
|
||||
|
Loading…
x
Reference in New Issue
Block a user