summaryrefslogtreecommitdiff
path: root/net/opal/files
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2007-06-18 14:24:29 +0000
committerMikhail Teterin <mi@FreeBSD.org>2007-06-18 14:24:29 +0000
commita3325628ef6f735243a39be0c74d9095be93dc77 (patch)
tree1d93f2c1a3759c74e186b32fec133dd03afc1190 /net/opal/files
parentRemove hwpmc check on configure script, and bump version. (diff)
Upgrade opal to 2.2.8 (from 2.2.4) and ekiga to 2.0.9 (from 2.0.4).
These versions are only available from Ekiga.org, rather than from the traditionally used site VoxGratia.org... Turn the previously "hidden" knobs into OPTIONS. Make ekiga accept whatever versions of opal and pwlib are installed. Take over maintainership, as I plan to use ekiga myself -- unlike the current maintainer. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=193802
Diffstat (limited to 'net/opal/files')
-rw-r--r--net/opal/files/patch-configure.ac24
1 files changed, 0 insertions, 24 deletions
diff --git a/net/opal/files/patch-configure.ac b/net/opal/files/patch-configure.ac
deleted file mode 100644
index 0ff721a18000..000000000000
--- a/net/opal/files/patch-configure.ac
+++ /dev/null
@@ -1,24 +0,0 @@
---- ./configure.ac.orig Tue Feb 21 00:47:28 2006
-+++ ./configure.ac Sun Jan 7 13:01:14 2007
-@@ -60,6 +60,11 @@
- AC_CHECK_FILE(/usr/include/ptlib.h, HAS_PTLIB=1)
- if test "${HAS_PTLIB:-unset}" != "unset" ; then
- AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/share/pwlib/make/)
-+ else
-+ AC_CHECK_FILE(${prefix}/include/ptlib.h, HAS_PTLIB=1)
-+ if test "${HAS_PTLIB:-unset}" != "unset" ; then
-+ AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , ${prefix}/bin)
-+ fi
- fi
- fi
- fi
-@@ -84,6 +89,9 @@
- fi
- if test "x$PWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then
- PWLIBDIR="/usr/local/share/pwlib/"
-+fi
-+if test "x$PWLIBDIR" = "x${prefix}"; then
-+ PWLIBDIR="${prefix}/share/pwlib/"
- fi
-
- echo "PWLib prefix set to.... $PWLIBDIR"