pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Use C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b2d62749ef9
branches:  trunk
changeset: 513418:5b2d62749ef9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 28 12:36:39 2006 +0000

description:
Use C++.

diffstat:

 net/libtorrent/Makefile |  3 ++-
 net/rtorrent/Makefile   |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 514af8ae28d9 -r 5b2d62749ef9 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Sun May 28 11:56:04 2006 +0000
+++ b/net/libtorrent/Makefile   Sun May 28 12:36:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/03 15:30:52 tron Exp $
+# $NetBSD: Makefile,v 1.12 2006/05/28 12:36:39 joerg Exp $
 
 DISTNAME=      libtorrent-0.8.5
 PKGREVISION=   1
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://libtorrent.rakshasa.no/
 COMMENT=       BitTorrent library written in C++ for *nix
 
+USE_LANGUAGES=         c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
diff -r 514af8ae28d9 -r 5b2d62749ef9 net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Sun May 28 11:56:04 2006 +0000
+++ b/net/rtorrent/Makefile     Sun May 28 12:36:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/25 17:24:21 tron Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/28 12:36:39 joerg Exp $
 
 DISTNAME=      rtorrent-0.4.5
 CATEGORIES=    net
@@ -8,6 +8,7 @@
 HOMEPAGE=      http://libtorrent.rakshasa.no/
 COMMENT=       Ncurses based torrent client with support for sessions
 
+USE_LANGUAGES=         c++
 USE_LIBTOOL=           yes
 USE_NCURSES=           yes
 USE_TOOLS+=            gmake



Home | Main Index | Thread Index | Old Index