Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2017 13:46:55 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446833 - head/devel/clanlib
Message-ID:  <201707281346.v6SDkttg091088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jul 28 13:46:55 2017
New Revision: 446833
URL: https://svnweb.freebsd.org/changeset/ports/446833

Log:
  devel/clanlib: enable stacktraces

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

Modified: head/devel/clanlib/Makefile
==============================================================================
--- head/devel/clanlib/Makefile	Fri Jul 28 13:31:49 2017	(r446832)
+++ head/devel/clanlib/Makefile	Fri Jul 28 13:46:55 2017	(r446833)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clanlib
 PORTVERSION=	2.3.7
-PORTREVISION=	13
+PORTREVISION=	14
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.clanlib.org/download/releases-2.0/
@@ -52,9 +52,5 @@ post-patch:
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '114 s|/proc/self/exe|/proc/curproc/file|g' \
 		${WRKSRC}/Sources/Core/System/Unix/init_linux.cpp
-	@${REINPLACE_CMD} -e 's|APPLE|FreeBSD|g' \
-		${WRKSRC}/Sources/Core/System/system.cpp
-	@${REINPLACE_CMD} -e '47 s|#ifndef __FreeBSD__|#if !defined(__FreeBSD__)|g' \
-		${WRKSRC}/Sources/Core/System/system.cpp
 
 .include <bsd.port.mk>



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