diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-05-22 00:44:57 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-05-22 00:44:57 +0000 |
commit | cf7951d2f025ef69bf5d5ad8b2cc28e471645e0c (patch) | |
tree | 8a0949f04f6496120c8aa20ab159680b6532b8a0 /net/openh323 | |
parent | 608641a5206c2e463c334407cc728c14d3565a65 (diff) | |
download | ports-cf7951d2f025ef69bf5d5ad8b2cc28e471645e0c.tar.gz ports-cf7951d2f025ef69bf5d5ad8b2cc28e471645e0c.zip |
Notes
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 6 | ||||
-rw-r--r-- | net/openh323/distinfo | 4 | ||||
-rw-r--r-- | net/openh323/files/patch-aa | 16 | ||||
-rw-r--r-- | net/openh323/files/patch-ab | 16 |
4 files changed, 21 insertions, 21 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index f7e8b66dc635..a8f3fe10992e 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -6,13 +6,13 @@ # PORTNAME= openh323 -PORTVERSION= 1.8.5 +PORTVERSION= 1.8.8 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= openh323_1.8.5.tar.gz \ - pwlib_1.2.15.tar.gz +DISTFILES= openh323_1.8.8.tar.gz \ + pwlib_1.2.19.tar.gz MAINTAINER= roger@freebsd.org diff --git a/net/openh323/distinfo b/net/openh323/distinfo index c87e70dc6d9f..749d9036913d 100644 --- a/net/openh323/distinfo +++ b/net/openh323/distinfo @@ -1,2 +1,2 @@ -MD5 (openh323_1.8.5.tar.gz) = f05e908adeecf7fa68fc86fd59403a62 -MD5 (pwlib_1.2.15.tar.gz) = 6fc2d5dc9e57448ae166af45b11a95a8 +MD5 (openh323_1.8.8.tar.gz) = 25c9f2ec5ed61e9ece2b1b06d9757984 +MD5 (pwlib_1.2.19.tar.gz) = 3b490b6f2a2b4d256489b7aacd67481b diff --git a/net/openh323/files/patch-aa b/net/openh323/files/patch-aa index 67185d92471a..1413a9f626a2 100644 --- a/net/openh323/files/patch-aa +++ b/net/openh323/files/patch-aa @@ -1,7 +1,7 @@ -*** ../pwlib/make/unix.mak.orig Fri Aug 10 07:35:55 2001 ---- ../pwlib/make/unix.mak Fri Aug 10 07:45:03 2001 +*** ../pwlib/make/unix.mak.orig Tue May 7 02:57:51 2002 +--- ../pwlib/make/unix.mak Wed May 22 00:53:00 2002 *************** ifeq ($(OSTYPE),FreeBSD) -*** 535,545 **** +*** 644,654 **** P_PTHREADS := 1 @@ -13,7 +13,7 @@ ifndef OSRELEASE OSRELEASE := $(shell sysctl -n kern.osreldate) ---- 535,545 ---- +--- 644,654 ---- P_PTHREADS := 1 @@ -26,15 +26,15 @@ ifndef OSRELEASE OSRELEASE := $(shell sysctl -n kern.osreldate) *************** LDFLAGS += $(DEBLDFLAGS) -*** 962,968 **** +*** 1136,1142 **** else ! OPTCCFLAGS += -O3 -DNDEBUG #OPTCCFLAGS += -DP_USE_INLINES=1 #OPTCCFLAGS += -fconserve-space - ifneq ($(OSTYPE),Darwin) ---- 962,969 ---- + ifneq ($(OSTYPE),Carbon) +--- 1136,1143 ---- else @@ -42,4 +42,4 @@ ! OPTCCFLAGS += -DNDEBUG #OPTCCFLAGS += -DP_USE_INLINES=1 #OPTCCFLAGS += -fconserve-space - ifneq ($(OSTYPE),Darwin) + ifneq ($(OSTYPE),Carbon) diff --git a/net/openh323/files/patch-ab b/net/openh323/files/patch-ab index 1d4daf2501a5..7548b36a2007 100644 --- a/net/openh323/files/patch-ab +++ b/net/openh323/files/patch-ab @@ -1,21 +1,21 @@ -*** openh323u.mak.orig Tue Oct 9 10:05:24 2001 ---- openh323u.mak Tue Jan 15 14:01:29 2002 +*** openh323u.mak.orig Wed May 22 00:57:21 2002 +--- openh323u.mak Wed May 22 00:57:51 2002 *************** HAS_IXJ = 1 -*** 124,129 **** ---- 124,139 ---- - STDCCFLAGS += -DHAS_IXJ +*** 139,144 **** +--- 139,154 ---- + STDCCFLAGS += -DHAS_IXJ -I/usr/local/include endif + ifneq (,$(wildcard /usr/local/include/sys/telephony.h)) -+ HAS_IXJ = 1 ++ HAS_IXJ = 1 + STDCCFLAGS += -DHAS_IXJ -I/usr/local/include + endif + + ifneq (,$(wildcard $(OPENH323DIR)/include/sys/telephony.h)) -+ HAS_IXJ = 1 ++ HAS_IXJ = 1 + STDCCFLAGS += -DHAS_IXJ + endif + - ifneq (,$(wildcard /usr/include/linux/soundcard.h)) + ifneq (,$(wildcard $(SYSINCDIR)/linux/soundcard.h)) HAS_OSS = 1 STDCCFLAGS += -DHAS_OSS |