diff options
author | mezz <mezz@FreeBSD.org> | 2006-08-20 01:28:23 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-08-20 01:28:23 +0800 |
commit | 6719126d7b4ae81cef513b2a5366e4aba253a7d8 (patch) | |
tree | 1d6192d3aacfc6b1f44d1c8ca6e3619e20a95f4a /net-p2p | |
parent | 87498b7bdcfc6d487be0b3f87ba6b6f5d0a5815a (diff) | |
download | freebsd-ports-gnome-6719126d7b4ae81cef513b2a5366e4aba253a7d8.tar.gz freebsd-ports-gnome-6719126d7b4ae81cef513b2a5366e4aba253a7d8.tar.zst freebsd-ports-gnome-6719126d7b4ae81cef513b2a5366e4aba253a7d8.zip |
Update it to the lastest version of CVS, at 2006-08-17 in changelog. See in
the changelog for details:
http://tinyurl.com/b3myl
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/files/patch-SConstruct | 21 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/files/patch-client_stdinc.h | 10 |
4 files changed, 18 insertions, 21 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 2063cbd638ad..0d96505175e1 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linuxdcpp -PORTVERSION= 0.0.1.20060803 #0.0.1.YYYYMMDD +PORTVERSION= 0.0.1.20060818 #0.0.1.YYYYMMDD CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=mezz diff --git a/net-p2p/linuxdcpp/distinfo b/net-p2p/linuxdcpp/distinfo index 161ab2f30afa..e1538286012f 100644 --- a/net-p2p/linuxdcpp/distinfo +++ b/net-p2p/linuxdcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (linuxdcpp-0.0.1.20060803.tar.bz2) = 4f81d1e26877aa8f60300b30f6e6871b -SHA256 (linuxdcpp-0.0.1.20060803.tar.bz2) = 6450ccf3f0a43f9a2be9974eaa68d6b71e87c0ad1bf1525ea7c063db70939f45 -SIZE (linuxdcpp-0.0.1.20060803.tar.bz2) = 355209 +MD5 (linuxdcpp-0.0.1.20060818.tar.bz2) = bd499c7e49150d3a5d4659360f48b8e5 +SHA256 (linuxdcpp-0.0.1.20060818.tar.bz2) = 8dd70d809aff4f12775c76791d032fe33e0d6d9e1607e2751292364bc6343e4b +SIZE (linuxdcpp-0.0.1.20060818.tar.bz2) = 354322 diff --git a/net-p2p/linuxdcpp/files/patch-SConstruct b/net-p2p/linuxdcpp/files/patch-SConstruct index 89f6a10b8ce4..1cfa3512a077 100644 --- a/net-p2p/linuxdcpp/files/patch-SConstruct +++ b/net-p2p/linuxdcpp/files/patch-SConstruct @@ -1,6 +1,6 @@ ---- SConstruct.orig Tue Aug 1 13:01:44 2006 -+++ SConstruct Thu Aug 3 12:45:35 2006 -@@ -38,28 +38,12 @@ +--- SConstruct.orig Fri Aug 18 12:37:38 2006 ++++ SConstruct Fri Aug 18 12:39:29 2006 +@@ -38,28 +38,13 @@ context.Result(ret) return ret @@ -19,7 +19,7 @@ - context.Result(retval) - return retval - -- + # Initialize the environment and configure variables -env = Environment(ENV = os.environ) @@ -31,7 +31,7 @@ conf_dir = 'build/sconf', log_file = 'build/sconf/config.log') -@@ -68,27 +52,6 @@ +@@ -68,27 +53,6 @@ # Check for dependencies @@ -59,7 +59,7 @@ if not conf.CheckPKGConfig(): print 'pkg-config not found.' Exit(1) -@@ -120,11 +83,6 @@ +@@ -120,11 +84,6 @@ print 'Can\'t live without it, sorry' Exit(1) @@ -71,11 +71,18 @@ if not conf.CheckLibWithHeader('z', 'zlib.h', 'c'): print 'Did not find the z library (gzip/z compression)' print 'Can\'t live without it, exiting' -@@ -138,19 +96,19 @@ +@@ -138,26 +97,19 @@ Exit(1) env = conf.Finish() -env.Append(CXXFLAGS = ['-I.', '-D_GNU_SOURCE', '-DENABLE_BINRELOC', '-D_FILE_OFFSET_BITS=64']) +- +- +-# Allow additional CXXFLAGS to be specified by looking at the environment variable. +-try: +- env.Append(CXXFLAGS = os.environ['CXXFLAGS']) +-except KeyError: +- pass +env.Append(CXXFLAGS = ['-I.', '-D_GNU_SOURCE', '-D_FILE_OFFSET_BITS=64']) diff --git a/net-p2p/linuxdcpp/files/patch-client_stdinc.h b/net-p2p/linuxdcpp/files/patch-client_stdinc.h deleted file mode 100644 index 23fa2ef705c0..000000000000 --- a/net-p2p/linuxdcpp/files/patch-client_stdinc.h +++ /dev/null @@ -1,10 +0,0 @@ ---- client/stdinc.h.orig Sun Jun 25 16:11:55 2006 -+++ client/stdinc.h Sun Jun 25 16:12:05 2006 -@@ -47,6 +47,7 @@ - - #else - #include <unistd.h> -+#include <stdint.h> - #endif - - #include <stdio.h> |