Index: head/multimedia/libtheora/Makefile =================================================================== --- head/multimedia/libtheora/Makefile (revision 482961) +++ head/multimedia/libtheora/Makefile (revision 482962) @@ -1,39 +1,38 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= libtheora PORTVERSION= 1.1.1 PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= https://downloads.xiph.org/releases/theora/ \ https://repo.turris.cz/downloads/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Theora video codec for the Ogg multimedia streaming system LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis +USES= libtool localbase pathfix tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-sdltest \ --disable-examples -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= libtool pathfix tar:bzip2 +TEST_TARGET= check USE_LDCONFIG= yes .include post-patch: @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's, x86_64), x86_64|amd64),; \ /ac_lib/ s,compat,,' ${WRKSRC}/configure .if ${ARCH}=="amd64" @${REINPLACE_CMD} -e 's|#define OC_X86_ASM|#undef OC_X86_ASM|' ${WRKSRC}/configure .endif .include Index: head/multimedia/libtheora/pkg-descr =================================================================== --- head/multimedia/libtheora/pkg-descr (revision 482961) +++ head/multimedia/libtheora/pkg-descr (revision 482962) @@ -1,7 +1,7 @@ Theora is Xiph.Org's video codec, intended for use within the Ogg project's Ogg multimedia streaming system. Theora is derived directly from On2's VP3 codec. This is alpha testing software; the API will probably change. -WWW: http://www.theora.org +WWW: https://www.theora.org/