diff options
author | roger <roger@FreeBSD.org> | 2002-05-22 08:44:57 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-05-22 08:44:57 +0800 |
commit | 8dc574c24226ee5817ce53d8576112c70f38669d (patch) | |
tree | a573fbdf0ebcefed2c3629730e04c57de45120a3 /net/openh323 | |
parent | 1fc3f82a6a8016ecaea6dcd87165f20cab09dcdd (diff) | |
download | freebsd-ports-graphics-8dc574c24226ee5817ce53d8576112c70f38669d.tar.gz freebsd-ports-graphics-8dc574c24226ee5817ce53d8576112c70f38669d.tar.zst freebsd-ports-graphics-8dc574c24226ee5817ce53d8576112c70f38669d.zip |
Upgrade to latest version.
This fixes the green spots on the H.261 video
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 f7e8b66dc63..a8f3fe10992 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 c87e70dc6d9..749d9036913 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 67185d92471..1413a9f626a 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 1d4daf2501a..7548b36a200 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 |