diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-01-15 09:31:22 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-01-15 09:31:22 +0000 |
commit | 948f3c741c1b3e21ebe0065329dceeac889beecb (patch) | |
tree | a39050c55947dba5b00f1e19f6f8365a0704be48 | |
parent | There is no pkg-install file, so that don't try to execute it. (diff) |
Patch to look for the ixj driver (now in ports/comms/ixj)
header files in /usr/local/include/sys (as well as /usr/include/sys)
Bump port revision
Notes
Notes:
svn path=/head/; revision=53103
-rw-r--r-- | net/opal/Makefile | 1 | ||||
-rw-r--r-- | net/opal/files/patch-ab | 16 | ||||
-rw-r--r-- | net/opal3/Makefile | 1 | ||||
-rw-r--r-- | net/opal3/files/patch-ab | 16 | ||||
-rw-r--r-- | net/openh323-112/Makefile | 1 | ||||
-rw-r--r-- | net/openh323-112/files/patch-ab | 16 | ||||
-rw-r--r-- | net/openh323/Makefile | 1 | ||||
-rw-r--r-- | net/openh323/files/patch-ab | 16 |
8 files changed, 68 insertions, 0 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index bc54262b38ae..bebd1444e269 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -7,6 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ diff --git a/net/opal/files/patch-ab b/net/opal/files/patch-ab new file mode 100644 index 000000000000..44efc143eb93 --- /dev/null +++ b/net/opal/files/patch-ab @@ -0,0 +1,16 @@ +*** openh323u.mak.orig Tue Jan 15 09:05:05 2002 +--- openh323u.mak Tue Jan 15 09:05:41 2002 +*************** HAS_IXJ = 1 +*** 124,129 **** +--- 124,134 ---- + STDCCFLAGS += -DHAS_IXJ + endif + ++ ifneq (,$(wildcard /usr/local/include/sys/telephony.h)) ++ HAS_IXJ = 1 ++ STDCCFLAGS += -DHAS_IXJ -I/usr/local/include ++ endif ++ + ifneq (,$(wildcard /usr/include/linux/soundcard.h)) + HAS_OSS = 1 + STDCCFLAGS += -DHAS_OSS diff --git a/net/opal3/Makefile b/net/opal3/Makefile index bc54262b38ae..bebd1444e269 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,6 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ diff --git a/net/opal3/files/patch-ab b/net/opal3/files/patch-ab new file mode 100644 index 000000000000..44efc143eb93 --- /dev/null +++ b/net/opal3/files/patch-ab @@ -0,0 +1,16 @@ +*** openh323u.mak.orig Tue Jan 15 09:05:05 2002 +--- openh323u.mak Tue Jan 15 09:05:41 2002 +*************** HAS_IXJ = 1 +*** 124,129 **** +--- 124,134 ---- + STDCCFLAGS += -DHAS_IXJ + endif + ++ ifneq (,$(wildcard /usr/local/include/sys/telephony.h)) ++ HAS_IXJ = 1 ++ STDCCFLAGS += -DHAS_IXJ -I/usr/local/include ++ endif ++ + ifneq (,$(wildcard /usr/include/linux/soundcard.h)) + HAS_OSS = 1 + STDCCFLAGS += -DHAS_OSS diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index bc54262b38ae..bebd1444e269 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -7,6 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ diff --git a/net/openh323-112/files/patch-ab b/net/openh323-112/files/patch-ab new file mode 100644 index 000000000000..44efc143eb93 --- /dev/null +++ b/net/openh323-112/files/patch-ab @@ -0,0 +1,16 @@ +*** openh323u.mak.orig Tue Jan 15 09:05:05 2002 +--- openh323u.mak Tue Jan 15 09:05:41 2002 +*************** HAS_IXJ = 1 +*** 124,129 **** +--- 124,134 ---- + STDCCFLAGS += -DHAS_IXJ + endif + ++ ifneq (,$(wildcard /usr/local/include/sys/telephony.h)) ++ HAS_IXJ = 1 ++ STDCCFLAGS += -DHAS_IXJ -I/usr/local/include ++ endif ++ + ifneq (,$(wildcard /usr/include/linux/soundcard.h)) + HAS_OSS = 1 + STDCCFLAGS += -DHAS_OSS diff --git a/net/openh323/Makefile b/net/openh323/Makefile index bc54262b38ae..bebd1444e269 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -7,6 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ diff --git a/net/openh323/files/patch-ab b/net/openh323/files/patch-ab new file mode 100644 index 000000000000..44efc143eb93 --- /dev/null +++ b/net/openh323/files/patch-ab @@ -0,0 +1,16 @@ +*** openh323u.mak.orig Tue Jan 15 09:05:05 2002 +--- openh323u.mak Tue Jan 15 09:05:41 2002 +*************** HAS_IXJ = 1 +*** 124,129 **** +--- 124,134 ---- + STDCCFLAGS += -DHAS_IXJ + endif + ++ ifneq (,$(wildcard /usr/local/include/sys/telephony.h)) ++ HAS_IXJ = 1 ++ STDCCFLAGS += -DHAS_IXJ -I/usr/local/include ++ endif ++ + ifneq (,$(wildcard /usr/include/linux/soundcard.h)) + HAS_OSS = 1 + STDCCFLAGS += -DHAS_OSS |