Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 19:37:52 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431413 - head/cad/kicad
Message-ID:  <201701131937.v0DJbqtv026088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri Jan 13 19:37:52 2017
New Revision: 431413
URL: https://svnweb.freebsd.org/changeset/ports/431413

Log:
  Drop dependency on devel/libc++.
  
  Note: to be upgraded to 4.0.5 (WIP).
  
  PR:		215976
  Submitted by:	jbeich

Modified:
  head/cad/kicad/Makefile

Modified: head/cad/kicad/Makefile
==============================================================================
--- head/cad/kicad/Makefile	Fri Jan 13 18:40:50 2017	(r431412)
+++ head/cad/kicad/Makefile	Fri Jan 13 19:37:52 2017	(r431413)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kicad
 DISTVERSION=	20140622%2Bbzr4027
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	https://launchpadlibrarian.net/179199115/
@@ -19,14 +19,8 @@ RUN_DEPENDS=	xpdf:graphics/xpdf
 
 CONFLICTS=	kicad-devel*
 
-USES=		cmake desktop-file-utils dos2unix shared-mime-info tar:xz
-
-# Does not compile with Gcc48
-USE_GCC=	4.7
-#USES+=		compiler:gcc-c++11-lib
-LDFLAGS+=	-L${LOCALBASE}/lib/c++
-CXXFLAGS+=	-nostdinc++ -isystem ${LOCALBASE}/include/c++/v1
-BUILD_DEPENDS+=	${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++
+USES=		cmake compiler:gcc-c++11-lib desktop-file-utils dos2unix \
+		shared-mime-info tar:xz
 
 DOS2UNIX_GLOB=	*.cmake sch_bus_entry.h sch_line.h sch_no_connect.h
 USE_XORG=	ice x11 xext



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