svn commit: r482962 - head/multimedia/libtheora

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 25 09:30:13 UTC 2018


Author: amdmi3
Date: Thu Oct 25 09:30:12 2018
New Revision: 482962
URL: https://svnweb.freebsd.org/changeset/ports/482962

Log:
  - Switch to USES=localbase
  - Add testing support
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/libtheora/Makefile
  head/multimedia/libtheora/pkg-descr

Modified: head/multimedia/libtheora/Makefile
==============================================================================
--- head/multimedia/libtheora/Makefile	Thu Oct 25 09:29:59 2018	(r482961)
+++ head/multimedia/libtheora/Makefile	Thu Oct 25 09:30:12 2018	(r482962)
@@ -17,13 +17,12 @@ 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 <bsd.port.options.mk>

Modified: head/multimedia/libtheora/pkg-descr
==============================================================================
--- head/multimedia/libtheora/pkg-descr	Thu Oct 25 09:29:59 2018	(r482961)
+++ head/multimedia/libtheora/pkg-descr	Thu Oct 25 09:30:12 2018	(r482962)
@@ -4,4 +4,4 @@ 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/


More information about the svn-ports-all mailing list