aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2002-04-01 23:22:24 +0800
committerroger <roger@FreeBSD.org>2002-04-01 23:22:24 +0800
commit7ff6ccec25796c7f54f18e6777c0e9003b5c6520 (patch)
tree7aea4cc1ac665e5f42e0d72586ae9665ce6c5cde /net
parentba6f8ddaa7dda507841a1cfe2db3f76f79b08a77 (diff)
downloadfreebsd-ports-gnome-7ff6ccec25796c7f54f18e6777c0e9003b5c6520.tar.gz
freebsd-ports-gnome-7ff6ccec25796c7f54f18e6777c0e9003b5c6520.tar.zst
freebsd-ports-gnome-7ff6ccec25796c7f54f18e6777c0e9003b5c6520.zip
Update to latest version
Diffstat (limited to 'net')
-rw-r--r--net/openam/Makefile7
-rw-r--r--net/openam/distinfo2
-rw-r--r--net/openam/files/patch-aa25
3 files changed, 4 insertions, 30 deletions
diff --git a/net/openam/Makefile b/net/openam/Makefile
index 2aecaa4b56ae..4b1a70f69464 100644
--- a/net/openam/Makefile
+++ b/net/openam/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= openam
-PORTVERSION= 1.1.4
-PORTREVISION= 1
+PORTVERSION= 1.1.7
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
-DISTNAME= openam_1.1.4
+DISTNAME= openam_1.1.7
MAINTAINER= roger@FreeBSD.org
@@ -24,7 +23,7 @@ NOCLEANDEPENDS= yes
USE_NEWGCC= yes
USE_GMAKE= yes
-ALL_TARGET= opt
+ALL_TARGET= optnoshared
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}
diff --git a/net/openam/distinfo b/net/openam/distinfo
index 229e2911ec08..f03108702dc2 100644
--- a/net/openam/distinfo
+++ b/net/openam/distinfo
@@ -1 +1 @@
-MD5 (openam_1.1.4.tar.gz) = a084c178198509d46474ac7a6685689b
+MD5 (openam_1.1.7.tar.gz) = 0a4607d35bd15c895a445f1a62d3e637
diff --git a/net/openam/files/patch-aa b/net/openam/files/patch-aa
deleted file mode 100644
index 17604d84a428..000000000000
--- a/net/openam/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-*** main.cxx.orig Thu Jan 24 17:49:41 2002
---- main.cxx Thu Jan 24 17:50:02 2002
-*************** BOOL G7231_OGMChannel::ReadFrame(PINDEX
-*** 1640,1649 ****
- void G7231_OGMChannel::CreateSilenceFrame(PINDEX /*amount*/)
- {
- frameOffs = 0;
-! frameLen = 4;
-
-! frameBuffer[0] = 2;
-! memset(frameBuffer.GetPointer()+1, 0, 3);
- }
-
- BOOL G7231_OGMChannel::IsWAVFileValid(PWAVFile *chan) {
---- 1640,1649 ----
- void G7231_OGMChannel::CreateSilenceFrame(PINDEX /*amount*/)
- {
- frameOffs = 0;
-! frameLen = 24;
-
-! frameBuffer[0] = 0;
-! memset(frameBuffer.GetPointer()+1, 0, 23);
- }
-
- BOOL G7231_OGMChannel::IsWAVFileValid(PWAVFile *chan) {