From owner-svn-ports-all@FreeBSD.ORG Thu Mar 6 20:00:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E0CECD4; Thu, 6 Mar 2014 20:00:37 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AFBF2C7; Thu, 6 Mar 2014 20:00:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s26K0bo5074342; Thu, 6 Mar 2014 20:00:37 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s26K0biV074340; Thu, 6 Mar 2014 20:00:37 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403062000.s26K0biV074340@svn.freebsd.org> From: Antoine Brodin Date: Thu, 6 Mar 2014 20:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347310 - head/devel/sdl_console 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.17 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: Thu, 06 Mar 2014 20:00:37 -0000 Author: antoine Date: Thu Mar 6 20:00:36 2014 New Revision: 347310 URL: http://svnweb.freebsd.org/changeset/ports/347310 QAT: https://qat.redports.org/buildarchive/r347310/ Log: - Fix packaging - Remove post-patch already done by USES=libtool Reported by: pkg-fallout Modified: head/devel/sdl_console/Makefile head/devel/sdl_console/pkg-plist Modified: head/devel/sdl_console/Makefile ============================================================================== --- head/devel/sdl_console/Makefile Thu Mar 6 19:39:49 2014 (r347309) +++ head/devel/sdl_console/Makefile Thu Mar 6 20:00:36 2014 (r347310) @@ -22,7 +22,4 @@ SDL_IMAGE_DESC= SDL Image support SDL_IMAGE_USE= sdl=image -post-patch: - @${REINPLACE_CMD} -e '/objformat/s/aout/elf/' ${WRKSRC}/${CONFIGURE_SCRIPT} - .include Modified: head/devel/sdl_console/pkg-plist ============================================================================== --- head/devel/sdl_console/pkg-plist Thu Mar 6 19:39:49 2014 (r347309) +++ head/devel/sdl_console/pkg-plist Thu Mar 6 20:00:36 2014 (r347310) @@ -1,7 +1,6 @@ include/SDL_console/DT_drawtext.h include/SDL_console/SDL_console.h include/SDL_console/internal.h -lib/libSDL_console-2.1.so lib/libSDL_console-2.1.so.0 lib/libSDL_console-2.1.so.0.0.0 lib/libSDL_console.a