diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-06 06:23:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-06 06:23:15 +0800 |
commit | 2354cc1212099750526b7a7e9486a9e7d35ad4a9 (patch) | |
tree | 8483ec31b95f7e3d5b042243fc0997abf88d26ed /net/opal3/files | |
parent | d1941c429a0da19364a7f3c1dbf6375d8f3a26f2 (diff) | |
download | freebsd-ports-gnome-2354cc1212099750526b7a7e9486a9e7d35ad4a9.tar.gz freebsd-ports-gnome-2354cc1212099750526b7a7e9486a9e7d35ad4a9.tar.zst freebsd-ports-gnome-2354cc1212099750526b7a7e9486a9e7d35ad4a9.zip |
New port net/opal based on net/openh323
OPAL is the "next generation" of OpenH323 that has a new
architecture. The new port is based on net/openh323 (same
author, port Makefiles very similar), so could you please:
1) make a repocopy from openh323 to opal
2) apply the patch in opal, note that old patch files are
removed, and a new patch file is provided
PR: ports/95320
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com>
Diffstat (limited to 'net/opal3/files')
-rw-r--r-- | net/opal3/files/patch-libspeex | 13 | ||||
-rw-r--r-- | net/opal3/files/patch-makefile.in | 13 | ||||
-rw-r--r-- | net/opal3/files/patch-openh323u.mak.in | 47 |
3 files changed, 13 insertions, 60 deletions
diff --git a/net/opal3/files/patch-libspeex b/net/opal3/files/patch-libspeex new file mode 100644 index 000000000000..995ce4236118 --- /dev/null +++ b/net/opal3/files/patch-libspeex @@ -0,0 +1,13 @@ +--- src/codec/speex/libspeex/kiss_fft.h.orig Tue Apr 4 10:58:34 2006 ++++ src/codec/speex/libspeex/kiss_fft.h Tue Apr 4 10:58:57 2006 +@@ -6,10 +6,6 @@ + #include <math.h> + #include <memory.h> + +-#ifndef P_MACOSX +-#include <malloc.h> // RMF +-#endif +- + #ifdef __cplusplus + extern "C" { + #endif diff --git a/net/opal3/files/patch-makefile.in b/net/opal3/files/patch-makefile.in deleted file mode 100644 index 536bf181d711..000000000000 --- a/net/opal3/files/patch-makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Thu Feb 2 13:29:46 2006 -+++ Makefile.in Thu Feb 2 13:33:57 2006 -@@ -351,8 +351,8 @@ - ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \ - ) - (cd $(DESTDIR)$(LIBDIR); \ -- rm -f libopenh323.@SHAREDLIBEXT@ ; \ -- ln -sf $(OH323_FILE) libopenh323.@SHAREDLIBEXT@ \ -+ rm -f libopenh323.so ; \ -+ ln -sf $(OH323_FILE) libopenh323.so \ - ) - ( for dir in $(DESTDIR)$(LIBDIR) \ - $(DESTDIR)$(PREFIX)/include/openh323 \ diff --git a/net/opal3/files/patch-openh323u.mak.in b/net/opal3/files/patch-openh323u.mak.in deleted file mode 100644 index e68b8c4420b9..000000000000 --- a/net/opal3/files/patch-openh323u.mak.in +++ /dev/null @@ -1,47 +0,0 @@ ---- openh323u.mak.in.orig Tue Mar 7 15:45:47 2006 -+++ openh323u.mak.in Tue Mar 7 15:50:52 2006 -@@ -163,7 +163,15 @@ - # - - PWLIBDIR = @PWLIBDIR@ -+ -+ifdef BUILDTIME - OPENH323DIR = @OPENH323DIR@ -+endif -+ -+ifndef OPENH323DIR -+OPENH323DIR = /usr/local/share/openh323 -+endif -+ - STDCCFLAGS += @STDCCFLAGS@ - LDFLAGS += @LDFLAGS@ - LDLIBS += @LDLIBS@ -@@ -197,12 +205,19 @@ - #OH323_SUPPRESS_H235 = 1 - - OH323_SRCDIR = $(OPENH323DIR)/src -+ - ifdef PREFIX - OH323_INCDIR = $(PREFIX)/include/openh323 -+OH323_LIBDIR = $(PREFIX)/lib - else - OH323_INCDIR = $(OPENH323DIR)/include - endif # PREFIX - -+ifdef BUILDTIME -+OH323_INCDIR = ${OPENH323DIR}/include -+OH323_LIBDIR = $(OPENH323DIR)/lib -+endif #BUILDTIME -+ - ifndef OH323_LIBDIR - OH323_LIBDIR = $(OPENH323DIR)/lib - endif # OH323_LIBDIR -@@ -216,7 +231,7 @@ - OH323_SUFFIX = $(OBJ_SUFFIX) - endif # NOTRACE - --OH323_BASE = h323_$(PLATFORM_TYPE)_$(OH323_SUFFIX)$(LIB_TYPE) -+OH323_BASE = h323_$(OH323_SUFFIX)$(LIB_TYPE) - OH323_FILE = lib$(OH323_BASE).$(LIB_SUFFIX) - - LDFLAGS += -L$(OH323_LIBDIR) |