Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163374889
D14772.id40592.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D14772.id40592.diff
View Options
Index: head/cad/kicad-devel/Makefile
===================================================================
--- head/cad/kicad-devel/Makefile
+++ head/cad/kicad-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kicad
DISTVERSION= r${GIT_SRC_DATE}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= cad
PKGNAMESUFFIX= -devel
DIST_SUBDIR= ${PORTNAME}
@@ -83,6 +83,12 @@
tmp:
echo "${DATADIR} ${DATADIR:H}"
+
+# The CheckCXXSymbolExists module has been shipped with CMake since 3.0 times.
+# The ancient implementation that this bundled module uses, no longer works
+# because it uses CMake internals that have gone away in 3.11.
+post-extract:
+ ${RM} ${WRKSRC}/CMakeModules/CheckCXXSymbolExists.cmake
post-configure:
${REINPLACE_CMD} -e 's|#define HAVE_ISO646_H|//#define HAVE_ISO646_H|' \
Index: head/cad/kicad/Makefile
===================================================================
--- head/cad/kicad/Makefile
+++ head/cad/kicad/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kicad
PORTVERSION= 4.0.7
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 2
CATEGORIES= cad
@@ -58,6 +58,12 @@
DOXYGEN_IMPLIES= DOCS
DOXYGEN_ALL_TARGET= all doxygen-docs
DOXYGEN_PORTDOCS= doxygen
+
+# The CheckCXXSymbolExists module has been shipped with CMake since 3.0 times.
+# The ancient implementation that this bundled module uses, no longer works
+# because it uses CMake internals that have gone away in 3.11.
+post-extract:
+ ${RM} ${WRKSRC}/CMakeModules/CheckCXXSymbolExists.cmake
pre-configure:
${REINPLACE_CMD} -e 's|/usr/share/kicad|${DATADIR}|' \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 3:33 PM (14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35384142
Default Alt Text
D14772.id40592.diff (1 KB)
Attached To
Mode
D14772: Fix cad/kicad build with future CMake versions
Attached
Detach File
Event Timeline
Log In to Comment