]> git.pld-linux.org Git - packages/ekg2.git/blobdiff - ekg2-no_scripts.patch
- daily snapshots use bzip2 now.
[packages/ekg2.git] / ekg2-no_scripts.patch
index 5483a537a5d456d3ffdc8caafed71d8a9a02a6ef..f0e9af71d6bb881d41c14f45186e2332374c7222 100644 (file)
@@ -1,41 +1,27 @@
---- ekg2-20060622/configure.ac~        2006-06-25 23:04:08.000000000 +0200
-+++ ekg2-20060622/configure.ac 2006-06-25 23:25:02.000000000 +0200
-@@ -34,6 +34,7 @@
- AC_SUBST(COMPAT)
- AC_SUBST(DLLIB)
- AC_SUBST(PLUGINS)
-+AC_SUBST(CONTRIB)
+--- ekg2-20060831/configure.ac.fix     2006-09-01 07:46:20.644070250 +0200
++++ ekg2-20060831/configure.ac 2006-09-01 07:46:38.705199000 +0200
+@@ -94,7 +94,7 @@
+ AC_CHECK_FUNC(dlopen, [], [AC_CHECK_LIB(dl, dlopen, DLLIB="$DLLIB -ldl")])
  
- dnl FreeBSD
- AC_NEED_STDINT_H
-@@ -351,6 +352,8 @@
-       fi
- fi
+ AC_CONFIG_FILES([Makefile ekg/Makefile ekg/ekg2-config compat/Makefile docs/Makefile po/Makefile.in])
+-AC_CONFIG_FILES([contrib/Makefile contrib/python/Makefile contrib/perl/Makefile])
++AC_CONFIG_FILES([contrib/Makefile])
+ AC_CONFIG_FILES([plugins/Makefile plugins/mail/Makefile plugins/logs/Makefile plugins/rc/Makefile plugins/sms/Makefile plugins/pcm/Makefile plugins/rot13/Makefile plugins/irc/Makefile plugins/httprc_xajax/Makefile plugins/xmsg/Makefile plugins/ioctld/Makefile plugins/gg/Makefile plugins/sim/Makefile plugins/jabber/Makefile plugins/ncurses/Makefile plugins/gtk/Makefile plugins/readline/Makefile plugins/gsm/Makefile plugins/xosd/Makefile plugins/perl/Makefile plugins/python/Makefile plugins/logsqlite/Makefile plugins/gpg/Makefile])
  
-+CONTRIB=""
-+
- AC_ARG_WITH(perl,
-         [  --without-perl        Compile without perl support (perl plugin)])
+ PLUGINS="logs mail rc sms pcm irc rot13 httprc_xajax xmsg"
+@@ -410,7 +410,6 @@
+       AM_CHECK_PERL
  
-@@ -361,6 +364,7 @@
-               AC_CONFIG_FILES([plugins/perl/Makefile])
-               AC_CONFIG_FILES([contrib/perl/Makefile])
+       if test "x$have_perl" = "xyes"; then
+-              CONTRIB_SUBDIRS="$CONTRIB_SUBDIRS perl"
                PLUGINS="$PLUGINS perl"
-+              CONTRIB="$CONTRIB perl"
        fi
  fi
+@@ -421,7 +420,6 @@
+       AM_CHECK_PYTHON
  
-@@ -375,6 +379,7 @@
-               AC_CONFIG_FILES([plugins/python/Makefile])
-               AC_CONFIG_FILES([contrib/python/Makefile])
+       if test "x$have_python" = "xyes"; then
+-              CONTRIB_SUBDIRS="$CONTRIB_SUBDIRS python"
                PLUGINS="$PLUGINS python"
-+              CONTRIB="$CONTRIB python"
        fi
  fi
---- ekg2-20060622/contrib/Makefile.am~ 2006-06-08 11:01:22.000000000 +0200
-+++ ekg2-20060622/contrib/Makefile.am  2006-06-25 23:30:27.000000000 +0200
-@@ -1,2 +1,2 @@
- EXTRA_DIST = 
--SUBDIRS = perl python
-+SUBDIRS = @CONTRIB@
This page took 0.028162 seconds and 4 git commands to generate.