ports/184239: devel/libcwd: Fix build on -current

KATO Tsuguru tkato432 at yahoo.com
Sun Nov 24 18:10:07 UTC 2013


>Number:         184239
>Category:       ports
>Synopsis:       devel/libcwd: Fix build on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 24 18:10:06 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix build on -current

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/libcwd/Makefile devel/libcwd/Makefile
--- /usr/ports/devel/libcwd/Makefile	2013-11-06 21:50:19.000000000 +0900
+++ devel/libcwd/Makefile	2013-11-25 00:00:00.000000000 +0900
@@ -7,10 +7,10 @@
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	The C++ Debugging Support Library
+COMMENT=	C++ Debugging Support Library
 
-USES=	pathfix pkgconfig
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
+USE_GCC=	any
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--disable-alloc --disable-location --disable-threading \
 		--disable-pch
@@ -18,7 +18,6 @@
 
 CFLAGS+=	-D__GNU_LIBRARY__
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g ; \
 		 s|localtime(|localtime((const time_t *)|g' ${WRKSRC}/debugmalloc.cc
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list