pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cmake Add a Platform/MirBSD.cmake file to fix th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f300c15f6254
branches: trunk
changeset: 627909:f300c15f6254
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Thu Dec 19 14:29:07 2013 +0000
description:
Add a Platform/MirBSD.cmake file to fix the MirBSD build. The file is
installed along with other platform files, so I had to amend PLIST and
bump the PKGREVISION.
reviewed by wiz@, adam@
diffstat:
devel/cmake/Makefile | 6 ++++--
devel/cmake/PLIST | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r 50dcd83bbf7e -r f300c15f6254 devel/cmake/Makefile
--- a/devel/cmake/Makefile Thu Dec 19 09:34:28 2013 +0000
+++ b/devel/cmake/Makefile Thu Dec 19 14:29:07 2013 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2013/11/14 07:59:44 adam Exp $
+# $NetBSD: Makefile,v 1.83 2013/12/19 14:29:07 bsiegert Exp $
DISTNAME= cmake-${CMAKE_API}.12.1
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v${CMAKE_API}/
@@ -55,7 +56,8 @@
SUBST_SED.flags= -e 's,-O.,,'
pre-configure:
- ${RM} ${WRKSRC}/Modules/*.orig ${WRKSRC}/Modules/Platform/*.orig
+ ${RM} -f ${WRKSRC}/Modules/*.orig ${WRKSRC}/Modules/Platform/*.orig
+ ${LN} -f ${WRKSRC}/Modules/Platform/OpenBSD.cmake ${WRKSRC}/Modules/Platform/MirBSD.cmake
BUILDLINK_API_DEPENDS.libarchive+= libarchive>=2.8.4
.include "../../archivers/libarchive/buildlink3.mk"
diff -r 50dcd83bbf7e -r f300c15f6254 devel/cmake/PLIST
--- a/devel/cmake/PLIST Thu Dec 19 09:34:28 2013 +0000
+++ b/devel/cmake/PLIST Thu Dec 19 14:29:07 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2013/10/17 14:42:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2013/12/19 14:29:07 bsiegert Exp $
bin/ccmake
bin/cmake
bin/cpack
@@ -541,6 +541,7 @@
share/cmake-${CMAKE_API}/Modules/Platform/Linux-como.cmake
share/cmake-${CMAKE_API}/Modules/Platform/Linux.cmake
share/cmake-${CMAKE_API}/Modules/Platform/MP-RAS.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/MirBSD.cmake
share/cmake-${CMAKE_API}/Modules/Platform/NetBSD.cmake
share/cmake-${CMAKE_API}/Modules/Platform/OSF1.cmake
share/cmake-${CMAKE_API}/Modules/Platform/OpenBSD.cmake
Home |
Main Index |
Thread Index |
Old Index