From owner-svn-ports-all@freebsd.org Fri Sep 11 22:28:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCE9BA02666; Fri, 11 Sep 2015 22:28:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A353F1B44; Fri, 11 Sep 2015 22:28:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BMSZGV078804; Fri, 11 Sep 2015 22:28:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BMSZfO078803; Fri, 11 Sep 2015 22:28:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509112228.t8BMSZfO078803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Sep 2015 22:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396719 - head/multimedia/transcode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 22:28:35 -0000 Author: jbeich Date: Fri Sep 11 22:28:34 2015 New Revision: 396719 URL: https://svnweb.freebsd.org/changeset/ports/396719 Log: multimedia/transcode: convert to target helpers - Reset option sorting to default (alphabetical) PR: 202773 Submitted by: Naram Qashat (maintainer) Modified: head/multimedia/transcode/Makefile (contents, props changed) Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Fri Sep 11 22:28:19 2015 (r396718) +++ head/multimedia/transcode/Makefile Fri Sep 11 22:28:34 2015 (r396719) @@ -25,7 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -NO_OPTIONS_SORT= yes 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 @@ -126,15 +125,6 @@ post-extract: @${RM} ${WRKSRC}/import/v4l/videodev* post-patch: -.if ${PORT_OPTIONS:MLZO} - @${REINPLACE_CMD} -e 's|%%NUV%%|nuv|' ${WRKSRC}/import/Makefile.in -.else - @${REINPLACE_CMD} -e 's|%%NUV%%||' ${WRKSRC}/import/Makefile.in -.endif -.if !${PORT_OPTIONS:MOPTIMIZED_CFLAGS} - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${REINPLACE_CMD} \ - -e 's|-O[236]|${CFLAGS}|' -.endif @${REINPLACE_CMD} -E -e 's|loff_t|uint64_t|' ${WRKSRC}/avilib/avidump.c @${REINPLACE_CMD} -E -e 's|> ${TMPPLIST})