diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-31 01:52:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-31 01:52:33 +0000 |
commit | fdc339c6f5202d1e7da67d9e5f9ea2e402157af2 (patch) | |
tree | 8abe0631fc9d16d1bf0b5d32bd3ed4aff096102e | |
parent | 6ac9f39497182027049a9832e164f799326be133 (diff) | |
download | pkgsrc-fdc339c6f5202d1e7da67d9e5f9ea2e402157af2.tar.gz |
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.
-rw-r--r-- | net/ctorrent/Makefile | 5 | ||||
-rw-r--r-- | net/ctorrent/distinfo | 3 | ||||
-rw-r--r-- | net/ctorrent/patches/patch-aa | 30 |
3 files changed, 5 insertions, 33 deletions
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 6bb0e3729e6..36b1ef23981 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/11/22 15:45:18 adam Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/31 01:52:33 jlam Exp $ DISTNAME= ctorrent-1.3.4 +PKGREVISIN= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctorrent/} EXTRACT_SUFX= .tar.bz2 @@ -9,8 +10,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://ctorrent.sourceforge.net/ COMMENT= Bittorrent client for the console +USE_LANGUAGES= c c++ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ctorrent/distinfo b/net/ctorrent/distinfo index 6adc49ef42b..db89f663c3b 100644 --- a/net/ctorrent/distinfo +++ b/net/ctorrent/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/11/22 15:45:18 adam Exp $ +$NetBSD: distinfo,v 1.4 2004/12/31 01:52:33 jlam Exp $ SHA1 (ctorrent-1.3.4.tar.bz2) = bf1ea430513dc6de48de5ac429cdac57ceab738d Size (ctorrent-1.3.4.tar.bz2) = 87333 bytes -SHA1 (patch-aa) = 12a7110825a3d5be74ed49caf9d5100e62d5e76c SHA1 (patch-ab) = cfa80ca0d3f030837334ac9cc27c437dfd9adbf6 diff --git a/net/ctorrent/patches/patch-aa b/net/ctorrent/patches/patch-aa deleted file mode 100644 index 7ee4363f3b8..00000000000 --- a/net/ctorrent/patches/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2004/11/22 15:45:18 adam Exp $ - ---- configure.orig 2004-09-08 23:10:51.000000000 +0000 -+++ configure -@@ -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 - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lcrypt $LIBS" -+LIBS="-lcrypto $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - /* confdefs.h. */ -@@ -3275,7 +3275,7 @@ if test $ac_cv_lib_crypt_SHA1_Init = yes - #define HAVE_LIBCRYPT 1 - _ACEOF - -- LIBS="-lcrypt $LIBS" -+ LIBS="-lcrypto $LIBS" - - else - |