pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ctorrent Remove unnecessary patch-aa after adding ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/15d83ac256eb
branches: trunk
changeset: 486628:15d83ac256eb
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Dec 31 01:52:33 2004 +0000
description:
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.
diffstat:
net/ctorrent/Makefile | 5 ++++-
net/ctorrent/distinfo | 3 +--
net/ctorrent/patches/patch-aa | 30 ------------------------------
3 files changed, 5 insertions(+), 33 deletions(-)
diffs (68 lines):
diff -r 32fc4e1de08d -r 15d83ac256eb net/ctorrent/Makefile
--- a/net/ctorrent/Makefile Thu Dec 30 21:59:17 2004 +0000
+++ b/net/ctorrent/Makefile Fri Dec 31 01:52:33 2004 +0000
@@ -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 @@
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 -r 32fc4e1de08d -r 15d83ac256eb net/ctorrent/distinfo
--- a/net/ctorrent/distinfo Thu Dec 30 21:59:17 2004 +0000
+++ b/net/ctorrent/distinfo Fri Dec 31 01:52:33 2004 +0000
@@ -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 -r 32fc4e1de08d -r 15d83ac256eb net/ctorrent/patches/patch-aa
--- a/net/ctorrent/patches/patch-aa Thu Dec 30 21:59:17 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
-
Home |
Main Index |
Thread Index |
Old Index