summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-02-21 16:58:10 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-02-21 16:58:10 +0000
commit10b0aa8c446b9931b4c6fb6f12a2f0eb595804fe (patch)
tree2d5f42c6800d22a27216b07883945dc167faeb27 /devel
parent- Fix typo in io.c, I had .INIT instead of .INI (diff)
- Update to 1.0.0
- Unbreak on Sparc64 Approved by: portmgr (pav) Tested by: Yuri Pankov and Carl Johan Gustavsson (Sparc64 environment)
Notes
Notes: svn path=/head/; revision=207725
Diffstat (limited to 'devel')
-rw-r--r--devel/libcwd/Makefile12
-rw-r--r--devel/libcwd/distinfo6
-rw-r--r--devel/libcwd/files/patch-configure20
-rw-r--r--devel/libcwd/files/patch-elfxx.cc20
-rw-r--r--devel/libcwd/pkg-plist2
5 files changed, 7 insertions, 53 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile
index 20d3f92878af..365226fd32cf 100644
--- a/devel/libcwd/Makefile
+++ b/devel/libcwd/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libcwd
-PORTVERSION= 0.99.47
+PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= The C++ Debugging Support Library
USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS= --disable-threading
+CONFIGURE_ARGS= --disable-threading --disable-pch
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
@@ -36,10 +36,4 @@ post-patch:
pre-configure:
@${CP} ${LTMAIN} ${WRKSRC}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/libcwd/distinfo b/devel/libcwd/distinfo
index 82c75444a05d..069302249b6d 100644
--- a/devel/libcwd/distinfo
+++ b/devel/libcwd/distinfo
@@ -1,3 +1,3 @@
-MD5 (libcwd-0.99.47.tar.gz) = 9f734d279fa7a91f81d07fb9fd5de049
-SHA256 (libcwd-0.99.47.tar.gz) = 8e9bfe9838fce18bb55d41ec883be5b7330aeead265feec0347745e8e589822a
-SIZE (libcwd-0.99.47.tar.gz) = 2309159
+MD5 (libcwd-1.0.0.tar.gz) = fe4b5af9cea5880abb75d63e40d69f93
+SHA256 (libcwd-1.0.0.tar.gz) = b0c8d2e2b48be36ecf8e543c411e9d14159acd6a5ec5623114f0c3612d629da1
+SIZE (libcwd-1.0.0.tar.gz) = 1854513
diff --git a/devel/libcwd/files/patch-configure b/devel/libcwd/files/patch-configure
deleted file mode 100644
index 33393f41d887..000000000000
--- a/devel/libcwd/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Fri Nov 17 00:18:15 2006
-+++ configure Tue Mar 13 19:00:42 2007
-@@ -6293,6 +6293,7 @@
- echo "${ECHO_T}no" >&6; }
- fi
-
-+cw_cv_sys_ps_wide_pid_option="-ww"
-
- # The PS_WIDE_PID_OPTION test is not needed when --disable-location is used.
- if test x"$libcwd_config_location" = x"yes"; then
-@@ -24201,9 +24202,6 @@
-
-
- PCHOPTS=
--if test "$cw_cv_prog_CXX_pch" = "yes"; then
-- PCHOPTS="-include pch.h"
--fi
-
-
- ac_config_files="$ac_config_files include/libcwd/timestamp-config.h:include/libcwd/config.h.in"
diff --git a/devel/libcwd/files/patch-elfxx.cc b/devel/libcwd/files/patch-elfxx.cc
deleted file mode 100644
index 408c85b0cb4e..000000000000
--- a/devel/libcwd/files/patch-elfxx.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: elfxx.cc
-===================================================================
---- elfxx.cc (revision 1343)
-+++ elfxx.cc (working copy)
-@@ -1382,13 +1382,13 @@
- #if __BYTE_ORDER == __LITTLE_ENDIAN
- ELFDATA2LSB
- #elif __BYTE_ORDER == __BIG_ENDIAN
-- ELFDATAMSB
-+ ELFDATA2MSB
- #else
- ELFDATANONE
- #endif
- #else // !__BYTE_ORDER
- #ifdef WORDS_BIGENDIAN
-- ELFDATAMSB
-+ ELFDATA2MSB
- #else
- ELFDATA2LSB
- #endif
diff --git a/devel/libcwd/pkg-plist b/devel/libcwd/pkg-plist
index c72088a51fae..3ef2d43112b2 100644
--- a/devel/libcwd/pkg-plist
+++ b/devel/libcwd/pkg-plist
@@ -68,7 +68,7 @@ include/libcwd/type_info.h
lib/libcwd.a
lib/libcwd.la
lib/libcwd.so
-lib/libcwd.so.99
+lib/libcwd.so.1
libdata/pkgconfig/libcwd.pc
libdata/pkgconfig/libcwd_r.pc
%%DATADIR%%/libcwdrc