Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 12:06:05 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373479 - head/multimedia/x264
Message-ID:  <201411271206.sARC652d093700@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Nov 27 12:06:05 2014
New Revision: 373479
URL: https://svnweb.freebsd.org/changeset/ports/373479
QAT: https://qat.redports.org/buildarchive/r373479/

Log:
  - Remove options' descriptions which are already in the standard pool
  - Improve wording and make sure they all fit nicely in 80-char window
  
  Approved by:	maintainer (koobs)

Modified:
  head/multimedia/x264/Makefile

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Thu Nov 27 10:04:47 2014	(r373478)
+++ head/multimedia/x264/Makefile	Thu Nov 27 12:06:05 2014	(r373479)
@@ -49,12 +49,9 @@ HAS_CONFIGURE=	yes
 
 OPTIONS_DEFINE=		ASM DEBUG PGO GCC GPAC LAVF
 OPTIONS_DEFAULT=	ASM GPAC
-ASM_DESC=		Enable Assembly Optimizations
-DEBUG_DESC=		Generate Debugging Symbols
-PGO_DESC=		Use Profile-Guided Optimization
-GCC_DESC=		Use current GCC
-GPAC_DESC=		Enable MPEG-4 Output
-LAVF_DESC=		Enable libav* format input/output support (requires ffmpeg)
+GCC_DESC=		Force use of modern GCC
+GPAC_DESC=		MPEG-4 output support
+LAVF_DESC=		libav* format input/output support (requires FFmpeg)
 
 CONFIGURE_ARGS+=	--extra-cflags="-I${LOCALBASE}/include" \
 			--extra-ldflags="-L${LOCALBASE}/lib" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411271206.sARC652d093700>