From df0faba497e91f7f297b7332dde8b705e80b83c9 Mon Sep 17 00:00:00 2001 From: nork Date: Sun, 2 Jan 2005 18:44:12 +0000 Subject: o Fix problem of building ports depending on liveMedia. [1] o Resurrect MASTER_SITE_LOCAL for ports freeze. Submitted by: bms [1] Approved by: portmgr (krion) --- net/liveMedia/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net/liveMedia') diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 6a335b75a565..398cc9e6f1e0 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -7,11 +7,12 @@ PORTNAME= liveMedia PORTVERSION= 2004.12.29 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ -#MASTER_SITES+= ${MASTER_SITE_LOCAL} -#MASTER_SITE_SUBDIR= nork +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork DISTNAME= live.${PORTVERSION} MAINTAINER= nork@FreeBSD.org @@ -66,6 +67,7 @@ liveMedia= \ liveMedia/include/AMRAudioRTPSink.hh \ liveMedia/include/AMRAudioRTPSource.hh \ liveMedia/include/AMRAudioSource.hh \ + liveMedia/include/AVIFileSink.hh \ liveMedia/include/AudioInputDevice.hh \ liveMedia/include/AudioRTPSink.hh \ liveMedia/include/BasicUDPSink.hh \ @@ -131,6 +133,7 @@ liveMedia= \ liveMedia/include/MultiFramedRTPSink.hh \ liveMedia/include/MultiFramedRTPSource.hh \ liveMedia/include/OnDemandServerMediaSubsession.hh \ + liveMedia/include/OutputFile.hh \ liveMedia/include/PassiveServerMediaSubsession.hh \ liveMedia/include/PrioritizedRTPStreamSelector.hh \ liveMedia/include/QCELPAudioRTPSource.hh \ -- cgit