Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2017 14:39:34 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439457 - in head/devel/libcwd: . files
Message-ID:  <201704261439.v3QEdY6t009527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Wed Apr 26 14:39:34 2017
New Revision: 439457
URL: https://svnweb.freebsd.org/changeset/ports/439457

Log:
  - Update to 1.0.6
  - Add LICENSE section
  - Switch to GCC=yes since this version adds support for GCC 5.x and 6.x
  - Remove unrecognized configuration option --disable-pch
  - Bump library version in pkg-plist
  - Take maintainership
  
  Reviewed by:	gerald
  Differential Revision:	https://reviews.freebsd.org/D10431

Added:
  head/devel/libcwd/files/
  head/devel/libcwd/files/patch-utils_attach__gdb.cc   (contents, props changed)
Modified:
  head/devel/libcwd/Makefile
  head/devel/libcwd/distinfo
  head/devel/libcwd/pkg-plist

Modified: head/devel/libcwd/Makefile
==============================================================================
--- head/devel/libcwd/Makefile	Wed Apr 26 14:30:43 2017	(r439456)
+++ head/devel/libcwd/Makefile	Wed Apr 26 14:39:34 2017	(r439457)
@@ -2,20 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	libcwd
-PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTVERSION=	1.0.6
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	cpm@FreeBSD.org
 COMMENT=	C++ Debugging Support Library
 
+LICENSE=	QPL10
+LICENSE_NAME=	Q Public License, Version 1.0
+LICENSE_FILE=	${WRKSRC}/LICENSE.QPL
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 USES=		gmake pathfix pkgconfig libtool
-# Fails to build with GCC 4.9, cf. PR 196852
-USE_GCC=	4.8
+USE_GCC=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-alloc --disable-location --disable-threading \
-		--disable-pch
+CONFIGURE_ARGS=	--disable-alloc --disable-location --disable-threading
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 

Modified: head/devel/libcwd/distinfo
==============================================================================
--- head/devel/libcwd/distinfo	Wed Apr 26 14:30:43 2017	(r439456)
+++ head/devel/libcwd/distinfo	Wed Apr 26 14:39:34 2017	(r439457)
@@ -1,2 +1,3 @@
-SHA256 (libcwd-1.0.4.tar.gz) = 23c6e29d842af9a91ed2a26327c4d3e04ce45b122c9c050fa308e100029e6b1f
-SIZE (libcwd-1.0.4.tar.gz) = 1823868
+TIMESTAMP = 1492638491
+SHA256 (libcwd-1.0.6.tar.gz) = 22d92ce75acfe082d8be81e086108d5be6467e39098e401b0ff7ca50c9c0587f
+SIZE (libcwd-1.0.6.tar.gz) = 1671444

Added: head/devel/libcwd/files/patch-utils_attach__gdb.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcwd/files/patch-utils_attach__gdb.cc	Wed Apr 26 14:39:34 2017	(r439457)
@@ -0,0 +1,10 @@
+--- utils/attach_gdb.cc.orig	2016-01-13 00:40:18 UTC
++++ utils/attach_gdb.cc
+@@ -13,6 +13,7 @@
+ 
+ #include "sys.h"
+ #include "cwd_debug.h"
++#include "signal.h"
+ 
+ #ifdef _WIN32
+ 

Modified: head/devel/libcwd/pkg-plist
==============================================================================
--- head/devel/libcwd/pkg-plist	Wed Apr 26 14:30:43 2017	(r439456)
+++ head/devel/libcwd/pkg-plist	Wed Apr 26 14:39:34 2017	(r439457)
@@ -67,7 +67,7 @@ include/libcwd/sys.h
 include/libcwd/type_info.h
 lib/libcwd.so
 lib/libcwd.so.1
-lib/libcwd.so.1.1.1
+lib/libcwd.so.1.3.0
 libdata/pkgconfig/libcwd.pc
 libdata/pkgconfig/libcwd_r.pc
 %%DATADIR%%/libcwdrc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704261439.v3QEdY6t009527>