pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/codelite NetBSD needs libutil for openpty and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ada24972f4e
branches:  trunk
changeset: 358561:2ada24972f4e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 14 21:31:43 2017 +0000

description:
NetBSD needs libutil for openpty and friends.

diffstat:

 editors/codelite/distinfo                              |  4 ++--
 editors/codelite/patches/patch-CodeLite_CMakeLists.txt |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 504c443150f9 -r 2ada24972f4e editors/codelite/distinfo
--- a/editors/codelite/distinfo Tue Feb 14 21:30:21 2017 +0000
+++ b/editors/codelite/distinfo Tue Feb 14 21:31:43 2017 +0000
@@ -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
diff -r 504c443150f9 -r 2ada24972f4e editors/codelite/patches/patch-CodeLite_CMakeLists.txt
--- a/editors/codelite/patches/patch-CodeLite_CMakeLists.txt    Tue Feb 14 21:30:21 2017 +0000
+++ b/editors/codelite/patches/patch-CodeLite_CMakeLists.txt    Tue Feb 14 21:31:43 2017 +0000
@@ -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 @@
      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