diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-06-24 22:39:03 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-06-24 22:39:03 +0000 |
commit | c86cd8cae229c215d0436e0fad7912526e88ae56 (patch) | |
tree | 9718027b28c2222e1f4cf5383a9994ac89e71c6e /net | |
parent | c5b7f54af87b0635dec438c5adf49045db55b58a (diff) | |
download | ports-c86cd8cae229c215d0436e0fad7912526e88ae56.tar.gz ports-c86cd8cae229c215d0436e0fad7912526e88ae56.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/mediatomb/Makefile | 2 | ||||
-rw-r--r-- | net/minidlna/Makefile | 2 | ||||
-rw-r--r-- | net/minidlna/files/BSDmakefile | 4 | ||||
-rw-r--r-- | net/opal/Makefile | 2 | ||||
-rw-r--r-- | net/opal3/Makefile | 5 | ||||
-rw-r--r-- | net/openh323/Makefile | 2 |
6 files changed, 11 insertions, 6 deletions
diff --git a/net/mediatomb/Makefile b/net/mediatomb/Makefile index 8e18aa1db696..4393b3a2d229 100644 --- a/net/mediatomb/Makefile +++ b/net/mediatomb/Makefile @@ -7,7 +7,7 @@ PORTNAME= mediatomb PORTVERSION= 0.12.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/MediaTomb/${PORTVERSION} diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile index 623bafa2ce37..53bea078ca63 100644 --- a/net/minidlna/Makefile +++ b/net/minidlna/Makefile @@ -7,7 +7,7 @@ PORTNAME= minidlna PORTVERSION= 2010.12.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net multimedia www MASTER_SITES= http://aldan.algebra.com/~mi/ diff --git a/net/minidlna/files/BSDmakefile b/net/minidlna/files/BSDmakefile index ab8a0128bc29..387110811263 100644 --- a/net/minidlna/files/BSDmakefile +++ b/net/minidlna/files/BSDmakefile @@ -7,7 +7,9 @@ VERS!= uname -r CFLAGS+=-I${FILESDIR} -I${.CURDIR} -I${LOCALBASE}/include -I${LOCALBASE}/include/ffmpeg CFLAGS+=-I${LOCALBASE}/include/libavutil CFLAGS+=-DPREFIX='"${PREFIX}"' -DOS='"${OS}"' -DOSVERSION='"${VERS}"' -CFLAGS+=-Wformat -Werror +CFLAGS+=-Wformat + +NO_WERROR= true LDADD+= -L${LOCALBASE}/lib LDADD+= -lsqlite3 -ljpeg -lexif -lid3tag -logg -lvorbis -lFLAC -lavformat diff --git a/net/opal/Makefile b/net/opal/Makefile index a1dbf5469f3a..51dddfcaa8c8 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -7,7 +7,7 @@ PORTNAME= opal PORTVERSION= 2.2.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 2372972e3020..3ec899cc98ef 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -124,7 +124,7 @@ PLIST_SUB+= THEORA="@comment " .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.110:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.115:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-h264 PLIST_SUB+= X264="" WITH_VIDEO= yes @@ -136,6 +136,9 @@ PLIST_SUB+= X264="@comment " .if defined(WITH_FFMPEG) LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg CONFIGURE_ARGS+= --enable-ffmpeg --enable-ffmpeg-h263 +CONFIGURE_ENV+= ac_cv_lib_avcodec_h263p_encoder=yes \ + ac_cv_lib_avcodec_h264_decoder=yes \ + ac_cv_lib_avcodec_mpeg4_encoder=yes PLIST_SUB+= FFMPEG="" WITH_VIDEO= yes .else diff --git a/net/openh323/Makefile b/net/openh323/Makefile index dac3b54a0b4e..fa860d159c2e 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -7,7 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.19.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src |