FreeBSD Bugzilla – Attachment 80235 Details for
Bug 115118
[PATCH] devel/libcwd: update to 0.99.47, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libcwd-0.99.47.patch
libcwd-0.99.47.patch (text/plain), 4.04 KB, created by
Thomas Abthorpe
on 2007-08-01 14:30:02 UTC
(
hide
)
Description:
libcwd-0.99.47.patch
Filename:
MIME Type:
Creator:
Thomas Abthorpe
Created:
2007-08-01 14:30:02 UTC
Size:
4.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/libcwd/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- Makefile 25 Mar 2007 21:21:39 -0000 1.17 >+++ Makefile 1 Aug 2007 13:25:37 -0000 >@@ -7,13 +7,11 @@ > # > > PORTNAME= libcwd >-PORTVERSION= 0.99.45 >-PORTREVISION= 1 >+PORTVERSION= 0.99.47 > CATEGORIES= devel >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= ${PORTNAME} >+MASTER_SITES= SF > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= thomas@goodking.ca > COMMENT= The C++ Debugging Support Library > > USE_AUTOTOOLS= libtool:15 >@@ -22,7 +20,6 @@ > USE_GNOME= pkgconfig > USE_LDCONFIG= yes > USE_GETOPT_LONG=yes >-USE_GCC= 3.4+ > > post-patch: > @${REINPLACE_CMD} -e 's,test x"\$$libcwd_config_alloc" = x"yes",false,g' \ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/devel/libcwd/distinfo,v >retrieving revision 1.7 >diff -u -r1.7 distinfo >--- distinfo 28 Nov 2006 21:47:24 -0000 1.7 >+++ distinfo 1 Aug 2007 13:25:37 -0000 >@@ -1,3 +1,3 @@ >-MD5 (libcwd-0.99.45.tar.gz) = 17771a422f5c4aae1480b78fd17d2e04 >-SHA256 (libcwd-0.99.45.tar.gz) = 3f302516e91e0a7d9e10b80fbdf083d4e16d3486810907dc148f0a2306e77318 >-SIZE (libcwd-0.99.45.tar.gz) = 1446344 >+MD5 (libcwd-0.99.47.tar.gz) = 9f734d279fa7a91f81d07fb9fd5de049 >+SHA256 (libcwd-0.99.47.tar.gz) = 8e9bfe9838fce18bb55d41ec883be5b7330aeead265feec0347745e8e589822a >+SIZE (libcwd-0.99.47.tar.gz) = 2309159 >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/devel/libcwd/pkg-descr,v >retrieving revision 1.1 >diff -u -r1.1 pkg-descr >--- pkg-descr 10 Nov 2003 08:29:22 -0000 1.1 >+++ pkg-descr 1 Aug 2007 13:25:37 -0000 >@@ -1,7 +1,7 @@ >-Libcwd is a thread-safe, full-featured debugging support library for C++ >-developers. It includes ostream-based debug output with custom debug channels >-and devices, powerful memory allocation debugging support, as well as run-time >-support for printing source file:line number information and demangled type >-names. >+Libcwd is a thread-safe, full-featured debugging support library >+for C++ developers. It includes ostream-based debug output with >+custom debug channels and devices, powerful memory allocation >+debugging support, as well as run-time support for printing source >+file:line number information and demangled type names. > > WWW: http://libcwd.sourceforge.net/ >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/devel/libcwd/pkg-plist,v >retrieving revision 1.3 >diff -u -r1.3 pkg-plist >--- pkg-plist 23 Feb 2006 10:35:51 -0000 1.3 >+++ pkg-plist 1 Aug 2007 13:25:37 -0000 >@@ -1,10 +1,9 @@ >-include/libcwd/sys.h >-include/libcwd/config.h > include/libcwd/attach_gdb.h > include/libcwd/bfd.h > include/libcwd/buf2str.h > include/libcwd/char2str.h > include/libcwd/class_alloc.h >+include/libcwd/class_alloc_filter.h > include/libcwd/class_always_channel.h > include/libcwd/class_always_channel.inl > include/libcwd/class_channel.h >@@ -16,7 +15,6 @@ > include/libcwd/class_debug.h > include/libcwd/class_debug.inl > include/libcwd/class_debug_string.h >-include/libcwd/debug.h > include/libcwd/class_debug_string.inl > include/libcwd/class_fatal_channel.h > include/libcwd/class_fatal_channel.inl >@@ -25,11 +23,12 @@ > include/libcwd/class_location.inl > include/libcwd/class_marker.h > include/libcwd/class_object_file.h >-include/libcwd/class_alloc_filter.h > include/libcwd/class_rcfile.h >+include/libcwd/config.h > include/libcwd/control_flag.h > include/libcwd/core_dump.h > include/libcwd/cwprint.h >+include/libcwd/debug.h > include/libcwd/debugmalloc.h > include/libcwd/demangle.h > include/libcwd/enum_memblk_types.h >@@ -64,13 +63,14 @@ > include/libcwd/smart_ptr.h > include/libcwd/strerrno.h > include/libcwd/struct_debug_tsd.h >+include/libcwd/sys.h > include/libcwd/type_info.h > lib/libcwd.a > lib/libcwd.la >-lib/libcwd.so.99 > lib/libcwd.so >+lib/libcwd.so.99 > libdata/pkgconfig/libcwd.pc > libdata/pkgconfig/libcwd_r.pc > %%DATADIR%%/libcwdrc >-@dirrm include/libcwd > @dirrm %%DATADIR%% >+@dirrm include/libcwd
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 115118
: 80235