svn commit: r431413 - head/cad/kicad

Thierry Thomas thierry at FreeBSD.org
Fri Jan 13 19:37:53 UTC 2017


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


More information about the svn-ports-all mailing list