svn commit: r546910 - head/multimedia/transcode

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 13:03:44 UTC 2020


Author: tcberner
Date: Sat Aug 29 13:03:43 2020
New Revision: 546910
URL: https://svnweb.freebsd.org/changeset/ports/546910

Log:
  multimedia/transcode: fix build on current and deprecate
  
  - upstreams' bitbucket seems unreachable

Modified:
  head/multimedia/transcode/Makefile

Modified: head/multimedia/transcode/Makefile
==============================================================================
--- head/multimedia/transcode/Makefile	Sat Aug 29 13:02:59 2020	(r546909)
+++ head/multimedia/transcode/Makefile	Sat Aug 29 13:03:43 2020	(r546910)
@@ -22,6 +22,11 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 OPTIONS_DEFINE=		DOCS OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME \
 			XVID X264 OGG VORBIS THEORA DVDREAD DV QUICKTIME LZO A52 \
 			FAAC LIBXML2 MJPEGTOOLS SDL IMAGEMAGICK JPEG ICONV V4L


More information about the svn-ports-all mailing list