svn commit: r446833 - head/devel/clanlib
Jan Beich
jbeich at FreeBSD.org
Fri Jul 28 13:46:56 UTC 2017
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>
More information about the svn-ports-head
mailing list