summaryrefslogtreecommitdiff
path: root/net/ekiga/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga/files')
-rw-r--r--net/ekiga/files/patch-aa78
-rw-r--r--net/ekiga/files/patch-ad18
-rw-r--r--net/ekiga/files/patch-ae17
-rw-r--r--net/ekiga/files/patch-ai41
4 files changed, 0 insertions, 154 deletions
diff --git a/net/ekiga/files/patch-aa b/net/ekiga/files/patch-aa
deleted file mode 100644
index 2bf26cd444d1..000000000000
--- a/net/ekiga/files/patch-aa
+++ /dev/null
@@ -1,78 +0,0 @@
-*** configure.in.orig Sat Aug 18 00:20:58 2001
---- configure.in Mon Aug 20 14:50:48 2001
-*************** AC_HEADER_STDC
-*** 27,38 ****
- AC_ARG_PROGRAM
-
-
-! H323_INCLUDES="-I$PTLIB_INCLUDE_DIR/unix -I$PTLIB_INCLUDE_DIR/.. -I$PTLIB_INCLUDE_DIR/../ptclib -I/usr/include -I$OPENH323_INCLUDE_DIR"
-! H323_LIBS="-lh323_linux_x86_r -ldl -lpt_linux_x86_r -lpthread"
-
-
-! LDAP_INCLUDES="-I/usr/local/include"
-! LDAP_LIBS="-lldap -llber -lresolv"
-
- GNOMEMEETING_INCLUDES=""
- GNOMEMEETING_LDADD=""
---- 27,38 ----
- AC_ARG_PROGRAM
-
-
-! H323_INCLUDES="-I$PWLIBDIR/include/ptlib/unix -I$PWLIBDIR/include -I$OPENH323DIR/include"
-! H323_LIBS="-L$PWLIBDIR/lib -L$OPENH323DIR/lib -lh323_FreeBSD_x86_r -lpt_FreeBSD_x86_r -pthread -lssl -lcrypto -DP_SSL"
-
-
-! LDAP_INCLUDES="-I/usr/include -I/usr/local/include"
-! LDAP_LIBS="-L/usr/local/lib -lldap -llber"
-
- GNOMEMEETING_INCLUDES=""
- GNOMEMEETING_LDADD=""
-*************** dnl * -D_DEBUG -DPMEMORY_CHECK=1 -DPTRAC
-*** 46,60 ****
- dnl *************************************************************************
-
-
-! H323_CFLAGS="-DP_LINUX -m486 -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O2"
-!
-
- dnl *********************************************************************
- dnl ** GNOME ************************************************************
- dnl *********************************************************************
-
-! GNOMEMEETING_INCLUDES="$H323_INCLUDES $H323_CFLAGS"
-! GNOMEMEETING_LDADD="$GNOME_LIBDIR $GTK_LIBS $GNOMEGNORBA_LIBS $GNOME_APPLETS_LIBS $LDAP_LIBS $H323_LIBS `gtk-config --libs gthread`"
-
- GNOME_COMPILE_WARNINGS
- GNOME_X_CHECKS
---- 46,59 ----
- dnl *************************************************************************
-
-
-! H323_CFLAGS="-DP_FREEBSD=400001 -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DPTRACING -02 -DNDEBUG"
-
- dnl *********************************************************************
- dnl ** GNOME ************************************************************
- dnl *********************************************************************
-
-! GNOMEMEETING_INCLUDES="$LDAP_INCLUDES $H323_INCLUDES $H323_CFLAGS"
-! GNOMEMEETING_LDADD="$GNOME_LIBDIR $GTK_LIBS $GNOMEGNORBA_LIBS $GNOME_APPLETS_LIBS $LDAP_LIBS $H323_LIBS `gtk12-config --libs gthread`"
-
- GNOME_COMPILE_WARNINGS
- GNOME_X_CHECKS
-*************** AM_PROG_LIBTOOL
-*** 64,70 ****
- dnl #########################################################################
- dnl Check for LDAP if available.
- dnl ########################################################################
-! AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([*** libresolv not found.]), -lresolv)
-
- AC_CHECK_LIB(ldap, ldap_simple_bind, LIBS="-lldap -llber $LIBS", AC_MSG_ERROR([*** LDAP library is not found.]), -llber)
-
---- 63,69 ----
- dnl #########################################################################
- dnl Check for LDAP if available.
- dnl ########################################################################
-! dnl AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([*** libresolv not found.]), -lresolv)
-
- AC_CHECK_LIB(ldap, ldap_simple_bind, LIBS="-lldap -llber $LIBS", AC_MSG_ERROR([*** LDAP library is not found.]), -llber)
-
diff --git a/net/ekiga/files/patch-ad b/net/ekiga/files/patch-ad
deleted file mode 100644
index 90a3118a4274..000000000000
--- a/net/ekiga/files/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
-*** src/audio.h.orig Fri Aug 17 20:08:26 2001
---- src/audio.h Mon Aug 20 07:54:33 2001
-***************
-*** 21,27 ****
---- 21,33 ----
- #define _AUDIO_H_
-
-
-+ #ifdef __linux__
- #include <linux/soundcard.h>
-+ #endif
-+ #ifdef __FreeBSD__
-+ #include <machine/soundcard.h>
-+ #endif
-+
-
-
- #include <sys/ioctl.h>
diff --git a/net/ekiga/files/patch-ae b/net/ekiga/files/patch-ae
deleted file mode 100644
index 9a8d68f49ca4..000000000000
--- a/net/ekiga/files/patch-ae
+++ /dev/null
@@ -1,17 +0,0 @@
-*** src/webcam.h.orig Mon Aug 20 07:55:24 2001
---- src/webcam.h Mon Aug 20 07:55:51 2001
-***************
-*** 23,29 ****
---- 23,34 ----
- #include <fcntl.h>
- #include <unistd.h>
-
-+ #ifdef __linux__
- #include <linux/videodev.h>
-+ #endif
-+ #ifdef __FreeBSD__
-+ #include <machine/ioctl_meteor.h>
-+ #endif
-
- #include <sys/ioctl.h>
- #include <gtk/gtk.h>
diff --git a/net/ekiga/files/patch-ai b/net/ekiga/files/patch-ai
deleted file mode 100644
index 77763d4e07fa..000000000000
--- a/net/ekiga/files/patch-ai
+++ /dev/null
@@ -1,41 +0,0 @@
-*** src/config.cpp.orig Mon Aug 13 17:19:15 2001
---- src/config.cpp Fri Aug 17 18:03:23 2001
-*************** void read_config (options *opts)
-*** 161,167 ****
- // Do not free key and value as they are assigned as pointers to opts->audio_codecs
- cpt++;
- }
-!
- }
-
-
---- 161,175 ----
- // Do not free key and value as they are assigned as pointers to opts->audio_codecs
- cpt++;
- }
-!
-! /* handle old config files which do not have a Devices section */
-! if(opts->audio_device == NULL) opts->audio_device="/dev/dsp";
-! if(opts->audio_mixer == NULL) opts->audio_mixer="/dev/mixer";
-! #ifdef __linux__
-! if(opts->video_device == NULL) opts->video_device="/dev/video";
-! #else
-! if(opts->video_device == NULL) opts->video_device="/dev/bktr0";
-! #endif
- }
-
-
-*************** void init_config (void)
-*** 419,425 ****
---- 427,437 ----
-
- gnome_config_set_string ("Devices/audio_device", "/dev/dsp");
- gnome_config_set_string ("Devices/audio_mixer", "/dev/mixer");
-+ #ifdef __linux__
- gnome_config_set_string ("Devices/video_device", "/dev/video");
-+ #else
-+ gnome_config_set_string ("Devices/video_device", "/dev/bktr0");
-+ #endif
- gnome_config_set_int ("Devices/video_channel", 0);
-
- gnome_config_set_string ("Placement/Dock",