[Midnightbsd-cvs] mports [18830] trunk/devel/google-perftools/Makefile: fix build of google perftools

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 8 23:24:53 EDT 2015


Revision: 18830
          http://svnweb.midnightbsd.org/mports/?rev=18830
Author:   laffer1
Date:     2015-05-08 23:24:52 -0400 (Fri, 08 May 2015)
Log Message:
-----------
fix build of google perftools

Modified Paths:
--------------
    trunk/devel/google-perftools/Makefile

Modified: trunk/devel/google-perftools/Makefile
===================================================================
--- trunk/devel/google-perftools/Makefile	2015-05-09 03:19:37 UTC (rev 18829)
+++ trunk/devel/google-perftools/Makefile	2015-05-09 03:24:52 UTC (rev 18830)
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-perftools
 PORTVERSION=	1.8.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		${MASTER_SITE_FREEBSD_LOCAL}
@@ -9,18 +10,16 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Fast, multi-threaded malloc() and nifty performance analysis tools
+
 LICENSE=	bsd3
 
+USES=		pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	i386-portbld-freebsd7.0
 USE_LDCONFIG=	yes
-MAN1=		pprof.1
 
-
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
 
-USE_GNOME=	gnomehack
-
 post-patch:
 .if defined(NOPORTDOCS)
 	${REINPLACE_CMD} -e \
@@ -37,13 +36,4 @@
 CONFIGURE_ARGS+=--enable-frame-pointers
 .endif
 
-.if ${ARCH} == "sparc64"
-# src/stacktrace.cc:81:5: #error Cannnot calculate stack trace: need libunwind (see INSTALL file)
-.if defined(PACKAGE_BUILDING)
-IGNORE=	Does not build, need libunwind
-.else
-BROKEN=	Does not build, cannot calculate stack trace: need libunwind (see INSTALL file)
-.endif
-.endif
-
 .include <bsd.port.post.mk>



More information about the Midnightbsd-cvs mailing list