Ticket #3595: patch-Portfile-patchfile.diff

File patch-Portfile-patchfile.diff, 1.5 KB (added by cssdev@…, 19 years ago)

Fix cmDynamicLoader.h patch and increment Portfile revision

  • Portfile

    ? patch-Portfile-patchfile.diff
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/cmake/Portfile,v
    retrieving revision 1.5
    diff -u -r1.5 Portfile
     
    33PortSystem 1.0
    44name            cmake
    55version         2.0.6
     6revision        1
    67categories      devel
    78maintainers     cssdev@mac.com
    89description     Cross-platform make
  • files/patch-cmDynamicLoader.h.diff

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/cmake/files/patch-cmDynamicLoader.h.diff,v
    retrieving revision 1.1
    diff -u -r1.1 patch-cmDynamicLoader.h.diff
     
    11--- Source/cmDynamicLoader.h.orig       2005-05-25 17:15:07.000000000 -0500
    22+++ Source/cmDynamicLoader.h    2005-05-25 17:15:30.000000000 -0500
    3 @@ -3,8 +3,8 @@
    4    Program:   CMake - Cross-Platform Makefile Generator
    5    Module:    $RCSfile: patch-cmDynamicLoader.h.diff,v $
    6    Language:  C++
    7 -  Date:      $Date: 2005/06/15 18:11:07 $
    8 -  Version:   $Revision: 1.1 $
    9 +  Date:      $Date: 2005/06/15 18:11:07 $
    10 +  Version:   $Revision: 1.1 $
    11  
    12    Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
    13    See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
    143@@ -33,6 +33,9 @@
    154 #elif defined(_WIN32)
    165   #include <windows.h>