Bug 184239 - devel/libcwd: Fix build on -current
Summary: devel/libcwd: Fix build on -current
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 18:10 UTC by tkato432
Modified: 2014-02-07 16:11 UTC (History)
0 users

See Also:


Attachments
file.diff (757 bytes, patch)
2013-11-24 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-11-24 18:10:06 UTC
- Fix build on -current
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-17 17:01:15 UTC
Author: miwi
Date: Fri Jan 17 17:01:07 2014
New Revision: 340076
URL: http://svnweb.freebsd.org/changeset/ports/340076
QAT: https://qat.redports.org/buildarchive/r340076/

Log:
  - Fix build
  
  PR:		184239
  Submitted by:	Ports Fury

Modified:
  head/devel/libcwd/Makefile   (contents, props changed)

Modified: head/devel/libcwd/Makefile
==============================================================================
--- head/devel/libcwd/Makefile	Fri Jan 17 16:59:33 2014	(r340075)
+++ head/devel/libcwd/Makefile	Fri Jan 17 17:01:07 2014	(r340076)
@@ -7,10 +7,10 @@ CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@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 @@ USE_LDCONFIG=	yes
 
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-01-23 15:45:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-25 10:35:59 UTC
Author: miwi
Date: Sat Jan 25 10:35:51 2014
New Revision: 341003
URL: http://svnweb.freebsd.org/changeset/ports/341003
QAT: https://qat.redports.org/buildarchive/r341003/

Log:
  MFH: r340076
  
  - Fix build
  
  PR:		184239
  Submitted by:	Ports Fury

Modified:
  branches/2014Q1/devel/libcwd/Makefile   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/devel/libcwd/Makefile
==============================================================================
--- branches/2014Q1/devel/libcwd/Makefile	Sat Jan 25 10:34:39 2014	(r341002)
+++ branches/2014Q1/devel/libcwd/Makefile	Sat Jan 25 10:35:51 2014	(r341003)
@@ -7,10 +7,10 @@ CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@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 @@ USE_LDCONFIG=	yes
 
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2014-02-07 16:11:45 UTC
State Changed
From-To: open->closed

got committed a while ago