Browse Source

* updated nepenthes (0.2.0 -> 0.2.0-1)

* added update patch that incorporates all changes from upstream svn
	  up to r1345
	* removed prelude-hotfix.patch (obsolete - included in update patch)
	* fixed nepenthes to find libssh if available


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21963 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 17 years ago
parent
commit
d08aab180b
4 changed files with 4605 additions and 1108 deletions
  1. +4595
    -0
      network/nepenthes/nepenthes-0.2.0-update-r1345.patch
  2. +9
    -0
      network/nepenthes/nepenthes.conf
  3. +1
    -1
      network/nepenthes/nepenthes.desc
  4. +0
    -1107
      network/nepenthes/prelude-hotfix.patch

+ 4595
- 0
network/nepenthes/nepenthes-0.2.0-update-r1345.patch
File diff suppressed because it is too large
View File


+ 9
- 0
network/nepenthes/nepenthes.conf

@ -12,6 +12,9 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# we patch configure.ac
hook_add preconf 5 "aclocal ; autoconf ; automake --add-missing"
# Prelude-IDS support
if pkginstalled libprelude ; then
pkgprefix -t libprelude
@ -19,3 +22,9 @@ if pkginstalled libprelude ; then
var_append CXXFLAGS ' ' "-I$root$( pkgprefix includedir libprelude )"
export CXXFLAGS
fi
# libssh support
if pkginstalled libssh ; then
pkgprefix -t libssh
var_append confopt ' ' "--with-ssh-include=$root$( pkgprefix includedir libssh )/libssh"
fi

+ 1
- 1
network/nepenthes/nepenthes.desc

@ -31,7 +31,7 @@
[L] OpenSource
[S] Beta
[V] 0.2.0
[V] 0.2.0-1
[P] X -----5---9 300.000
[D] 2264113893 nepenthes-0.2.0.tar.bz2 http://dl.sourceforge.net/sourceforge/nepenthes/

+ 0
- 1107
network/nepenthes/prelude-hotfix.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save