aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-01-02 13:56:11 +0800
committermezz <mezz@FreeBSD.org>2007-01-02 13:56:11 +0800
commit7a45462f130737b4ef90cb9bc5f2f0cb1bb9010f (patch)
tree490d94cae84e2ae1bd2755182cf43d0b19f89125 /net-p2p
parent00d8bda378f2a9e6cfd7208ccca4fe51e8086851 (diff)
downloadfreebsd-ports-graphics-7a45462f130737b4ef90cb9bc5f2f0cb1bb9010f.tar.gz
freebsd-ports-graphics-7a45462f130737b4ef90cb9bc5f2f0cb1bb9010f.tar.zst
freebsd-ports-graphics-7a45462f130737b4ef90cb9bc5f2f0cb1bb9010f.zip
Update it to the lastest version of CVS, at 2007-01-01 in changelog. See in
the changelog for details: http://tinyurl.com/b3myl
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/linuxdcpp/Makefile2
-rw-r--r--net-p2p/linuxdcpp/distinfo6
-rw-r--r--net-p2p/linuxdcpp/files/patch-SConstruct24
3 files changed, 8 insertions, 24 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile
index 9b47d96e296..d6036dbf23c 100644
--- a/net-p2p/linuxdcpp/Makefile
+++ b/net-p2p/linuxdcpp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= linuxdcpp
-PORTVERSION= 0.0.1.20061210 #0.0.1.YYYYMMDD
+PORTVERSION= 0.0.1.20070101 #0.0.1.YYYYMMDD
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.freebsd.org/~mezz/distfiles/
diff --git a/net-p2p/linuxdcpp/distinfo b/net-p2p/linuxdcpp/distinfo
index a53793c4580..8908bef4153 100644
--- a/net-p2p/linuxdcpp/distinfo
+++ b/net-p2p/linuxdcpp/distinfo
@@ -1,3 +1,3 @@
-MD5 (linuxdcpp-0.0.1.20061210.tar.bz2) = f23504fe572f4b5762d8e6d182f742ab
-SHA256 (linuxdcpp-0.0.1.20061210.tar.bz2) = fe85df80eaadef65a8b148db6393175c1757549726067660dfc2fbed408ff70d
-SIZE (linuxdcpp-0.0.1.20061210.tar.bz2) = 348408
+MD5 (linuxdcpp-0.0.1.20070101.tar.bz2) = 508716c887883eb263e82e9a0c50c38a
+SHA256 (linuxdcpp-0.0.1.20070101.tar.bz2) = 6d7769b750d2adde901e5d186b92db1dc5323edf20283761e777aebf879d7487
+SIZE (linuxdcpp-0.0.1.20070101.tar.bz2) = 349541
diff --git a/net-p2p/linuxdcpp/files/patch-SConstruct b/net-p2p/linuxdcpp/files/patch-SConstruct
index dc015c73be9..dd4984d7c40 100644
--- a/net-p2p/linuxdcpp/files/patch-SConstruct
+++ b/net-p2p/linuxdcpp/files/patch-SConstruct
@@ -1,5 +1,5 @@
---- SConstruct.orig Sat Dec 16 11:52:44 2006
-+++ SConstruct Sat Dec 16 11:54:05 2006
+--- SConstruct.orig Mon Jan 1 12:17:39 2007
++++ SConstruct Mon Jan 1 12:19:12 2007
@@ -62,7 +62,7 @@
# Initialization
# ----------------------------------------------------------------------
@@ -9,23 +9,7 @@
conf = Configure(env,
custom_tests =
-@@ -97,15 +97,6 @@
- print 'Compiler version check failed. g++ 3.4 or later is needed'
- Exit(1)
-
--# Add support for compiler caches to speed-up compilation.
--if conf.TryAction(Action('distcc'))[0]:
-- env.Prepend(CXX = 'distcc ')
-- print 'Enabling distcc...'
--
--if conf.TryAction(Action('ccache'))[0]:
-- env.Prepend(CXX = 'ccache ')
-- print 'Enabling ccache...'
--
- if not conf.CheckPKGConfig():
- print '\tpkg-config not found.'
- Exit(1)
-@@ -137,11 +128,6 @@
+@@ -128,11 +128,6 @@
print '\tHeader file unistd.h not found'
Exit(1)
@@ -37,7 +21,7 @@
if not conf.CheckLibWithHeader('z', 'zlib.h', 'c'):
print '\tz library (gzip/z compression) not found'
print '\tNote: You might have the lib but not the headers'
-@@ -168,11 +154,11 @@
+@@ -159,11 +154,11 @@
env.Append(LINKFLAGS = ['-Wl,--as-needed'])
if env.has_key('debug') and env['debug']: