From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 20:14:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CCFF1FB; Tue, 15 Jul 2014 20:14:44 +0000 (UTC) Received: from svn.freebsd.org (svn.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 001E52FEC; Tue, 15 Jul 2014 20:14:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FKEhf5079620; Tue, 15 Jul 2014 20:14:43 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FKEhim079617; Tue, 15 Jul 2014 20:14:43 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407152014.s6FKEhim079617@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 15 Jul 2014 20:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362003 - in head/multimedia/libfame: . files 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.18 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: Tue, 15 Jul 2014 20:14:44 -0000 Author: tijl Date: Tue Jul 15 20:14:43 2014 New Revision: 362003 URL: http://svnweb.freebsd.org/changeset/ports/362003 QAT: https://qat.redports.org/buildarchive/r362003/ Log: - Add USES=libtool and INSTALL_TARGET=install-strip - Remove SSE option because it doesn't have any effect - Disable mmx when the MMX option is off - Remove a patch for gcc 3.4 Deleted: head/multimedia/libfame/files/patch-mmx_one-gcc34 Modified: head/multimedia/libfame/Makefile head/multimedia/libfame/pkg-plist Modified: head/multimedia/libfame/Makefile ============================================================================== --- head/multimedia/libfame/Makefile Tue Jul 15 20:13:31 2014 (r362002) +++ head/multimedia/libfame/Makefile Tue Jul 15 20:14:43 2014 (r362003) @@ -3,33 +3,26 @@ PORTNAME= libfame PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Video encoding library -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes -OPTIONS_DEFINE= SSE MMX -OPTIONS_DEFAULT= MMX +OPTIONS_DEFINE= MMX +OPTIONS_DEFAULT=MMX -SSE_DESC= SSE optimized routines (no effect in this release) - -SSE_CONFIGURE_ON= --enable-sse -MMX_CONFIGURE_ON= --enable-mmx +MMX_CONFIGURE_ENABLE= mmx post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure @${REINPLACE_CMD} \ -e 's|AC_DEFUN(AM_PATH_LIBFAME|AC_DEFUN([AM_PATH_LIBFAME]|g' \ ${WRKSRC}/libfame.m4 ${WRKSRC}/libfame.m4.in -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfame-0.9.so.1 - .include Modified: head/multimedia/libfame/pkg-plist ============================================================================== --- head/multimedia/libfame/pkg-plist Tue Jul 15 20:13:31 2014 (r362002) +++ head/multimedia/libfame/pkg-plist Tue Jul 15 20:14:43 2014 (r362003) @@ -25,11 +25,10 @@ include/fame_syntax.h include/fame_syntax_mpeg1.h include/fame_syntax_mpeg4.h include/fame_version.h +lib/libfame-0.9.so.1 +lib/libfame-0.9.so.1.0.0 lib/libfame.a -lib/libfame.la lib/libfame.so -lib/libfame-0.9.so -lib/libfame-0.9.so.1 man/man3/fame_close.3.gz man/man3/fame_encode_frame.3.gz man/man3/fame_encode_slice.3.gz