pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/codelite



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 14 21:31:43 UTC 2017

Modified Files:
        pkgsrc/editors/codelite: distinfo
        pkgsrc/editors/codelite/patches: patch-CodeLite_CMakeLists.txt

Log Message:
NetBSD needs libutil for openpty and friends.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/codelite/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/editors/codelite/patches/patch-CodeLite_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/codelite/distinfo
diff -u pkgsrc/editors/codelite/distinfo:1.2 pkgsrc/editors/codelite/distinfo:1.3
--- pkgsrc/editors/codelite/distinfo:1.2        Sun Jun 19 23:01:33 2016
+++ pkgsrc/editors/codelite/distinfo    Tue Feb 14 21:31:43 2017
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.2 2016/06/19 23:01:33 joerg Exp $
+$NetBSD: distinfo,v 1.3 2017/02/14 21:31:43 joerg Exp $
 
 SHA1 (codelite-9.1.tar.gz) = a177e3c04612d96918361fcaae226e23f68be90a
 RMD160 (codelite-9.1.tar.gz) = b0ccb31eeadc5a342eba3a562044131868f7ceca
 SHA512 (codelite-9.1.tar.gz) = e7caa895c5ba62def98a50a46132940f7135c77ebe3d2fce7f1d83755ed6ce7dfc6aeb013a665b28eb969afcc1004f49284a253297d2317e72bda5f3945ce978
 Size (codelite-9.1.tar.gz) = 90366396 bytes
 SHA1 (patch-CMakeLists.txt) = aa94edc0803e001f2f56598fa22eb942a250ad1c
-SHA1 (patch-CodeLite_CMakeLists.txt) = f367c85dd00a838272c4b749f4f4d660f4891f8e
+SHA1 (patch-CodeLite_CMakeLists.txt) = 8456740d0de117b8847d8d8745e23ab2c2203e1e
 SHA1 (patch-CodeLite_unixprocess__impl.cpp) = bdaf3b9ec65fc7b623ec875148b30c3d9897d17d
 SHA1 (patch-LiteEditor_CMakeLists.txt) = cc5f625b5ef79d21a0f2405d699757be20180f46
 SHA1 (patch-Plugin_CMakeLists.txt) = 0af7b1ea3f941ebb9ecf41d8b8e4ffa760370fee

Index: pkgsrc/editors/codelite/patches/patch-CodeLite_CMakeLists.txt
diff -u pkgsrc/editors/codelite/patches/patch-CodeLite_CMakeLists.txt:1.1 pkgsrc/editors/codelite/patches/patch-CodeLite_CMakeLists.txt:1.2
--- pkgsrc/editors/codelite/patches/patch-CodeLite_CMakeLists.txt:1.1   Wed Jun 15 22:04:17 2016
+++ pkgsrc/editors/codelite/patches/patch-CodeLite_CMakeLists.txt       Tue Feb 14 21:31:43 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-CodeLite_CMakeLists.txt,v 1.1 2016/06/15 22:04:17 kamil Exp $
+$NetBSD: patch-CodeLite_CMakeLists.txt,v 1.2 2017/02/14 21:31:43 joerg Exp $
 
 Add switch for NetBSD to not fall under "other OS".
 
@@ -9,7 +9,7 @@ Add switch for NetBSD to not fall under 
      if ( IS_FREEBSD )
          set(ADDITIONAL_LIBRARIES "-lkvm")
 +    elseif ( IS_NETBSD )
-+        set(ADDITIONAL_LIBRARIES "")
++        set(ADDITIONAL_LIBRARIES "-lutil")
      elseif ( UNIX AND NOT APPLE )
          set(ADDITIONAL_LIBRARIES "-ldl -lutil")
      else ( )



Home | Main Index | Thread Index | Old Index