head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.6 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.4 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.2 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.4.0.56 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.54 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.52 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.50 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.48 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.46 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.44 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.42 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.40 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.38 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.36 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.34 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.32 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.30 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.28 pkgsrc-2008Q1:1.4.0.26 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.24 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.22 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.20 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.18 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.16 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.14 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.12 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.10 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.8 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.6 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.4 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.2 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.1.1.0.2 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2011.10.02.14.11.59; author wiz; state dead; branches; next 1.4; 1.4 date 2005.01.04.11.10.10; author wiz; state Exp; branches; next 1.3; 1.3 date 2004.12.31.01.52.33; author jlam; state dead; branches; next 1.2; 1.2 date 2004.11.22.15.45.18; author adam; state Exp; branches; next 1.1; 1.1 date 2004.06.25.17.20.47; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.06.25.17.20.47; author wiz; state Exp; branches; next ; desc @@ 1.5 log @Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. @ text @$NetBSD: patch-aa,v 1.4 2005/01/04 11:10:10 wiz Exp $ --- configure.orig 2004-09-09 01:10:51.000000000 +0200 +++ configure @@@@ -3159,7 +3159,7 @@@@ if test "${ac_cv_lib_ssl_SHA1_Init+set}" echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lssl $LIBS" +LIBS="-lssl -lcrypto $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ @@@@ -3212,7 +3212,7 @@@@ if test $ac_cv_lib_ssl_SHA1_Init = yes; #define HAVE_LIBSSL 1 _ACEOF - LIBS="-lssl $LIBS" + LIBS="-lssl -lcrypto $LIBS" else @ 1.4 log @When linking against libssl, also link against libcrypto. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Remove unnecessary patch-aa after adding the hidden dependency on openssl, since ctorrent links against both libssl and libcrypto. Bump the PKGREVISION to 1 as a result of the dependency change. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2004/11/22 15:45:18 adam Exp $ d3 1 a3 1 --- configure.orig 2004-09-08 23:10:51.000000000 +0000 d5 1 a5 9 @@@@ -3216,13 +3216,13 @@@@ _ACEOF else -echo "$as_me:$LINENO: checking for SHA1_Init in -lcrypt" >&5 -echo $ECHO_N "checking for SHA1_Init in -lcrypt... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for SHA1_Init in -lcrypto" >&5 +echo $ECHO_N "checking for SHA1_Init in -lcrypto... $ECHO_C" >&6 if test "${ac_cv_lib_crypt_SHA1_Init+set}" = set; then d9 2 a10 2 -LIBS="-lcrypt $LIBS" +LIBS="-lcrypto $LIBS" d14 2 a15 2 @@@@ -3275,7 +3275,7 @@@@ if test $ac_cv_lib_crypt_SHA1_Init = yes #define HAVE_LIBCRYPT 1 d18 2 a19 2 - LIBS="-lcrypt $LIBS" + LIBS="-lcrypto $LIBS" @ 1.2 log @Changes 1.3.4: * Bug fix for compact peer address acquisition * Addition of peer identifier @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig 2004-02-01 07:15:43.000000000 +0100 d5 1 a5 1 @@@@ -2888,13 +2888,13 @@@@ _ACEOF d21 2 a22 2 #include "confdefs.h" @@@@ -2948,7 +2948,7 @@@@ if test $ac_cv_lib_crypt_SHA1_Init = yes @ 1.1.1.1 log @Initial import of ctorrent. CTorrent is a BitTorrent client written in the C programming language. It currently runs on most Linux variants, MacOS and FreeBSD, but hopefully on Windows as well! CTorrent is built as a console program, which means that it doesn't require any graphical components (such as an X server) on the machine you are running it on, you can even run it remotely through a terminal if you wish. @ text @@