summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-10-25 19:46:29 (GMT)
committerBrad King <brad.king@kitware.com>2002-10-25 19:46:29 (GMT)
commit0d7db95566c7cb398cc145ab345cd8770a6b13fa (patch)
tree6edf1f36813d2b415bc3a308d862e27236622b90 /Utilities
parent1c4223bfd57754498d0303be8baabc27a1a3e8ca (diff)
downloadCMake-0d7db95566c7cb398cc145ab345cd8770a6b13fa.zip
CMake-0d7db95566c7cb398cc145ab345cd8770a6b13fa.tar.gz
CMake-0d7db95566c7cb398cc145ab345cd8770a6b13fa.tar.bz2
ENH: Updated for cmake 1.4.6 package. Added automatic conversion of setup.hint to unix newlines.
Diffstat (limited to 'Utilities')
-rwxr-xr-xUtilities/cmake_release_cygwin.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/Utilities/cmake_release_cygwin.sh b/Utilities/cmake_release_cygwin.sh
index 8a51501..5694627 100755
--- a/Utilities/cmake_release_cygwin.sh
+++ b/Utilities/cmake_release_cygwin.sh
@@ -8,6 +8,8 @@ CVS_TAG="-r Release-1-4"
PKG=cmake
VER=1.4.6
REL=1
+PREVER=1.4.5
+PREREL=1
CVSROOT=":pserver:anonymous@www.cmake.org:/cvsroot/CMake"
FULLPKG="${PKG}-${VER}-${REL}"
@@ -64,11 +66,14 @@ WriteSetupHint()
cat > ${PKG}-${VER}/CYGWIN-PATCHES/setup.hint <<EOF
# CMake setup.hint file for cygwin setup.exe program
category: Devel
-requires: libncurses5 cygwin
+requires: libncurses6 cygwin
sdesc: "A cross platform build manger"
ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files."
+prev: ${PREVER}-${PREREL}
curr: ${VER}-${REL}
EOF
+dos2unix ${PKG}-${VER}/CYGWIN-PATCHES/setup.hint
+cp ${PKG}-${VER}/CYGWIN-PATCHES/setup.hint ./setup.hint
}
SourceTarball()