From owner-svn-ports-all@FreeBSD.ORG Fri Feb 7 07:10:22 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 055484A9; Fri, 7 Feb 2014 07:10:22 +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 E4EC818D7; Fri, 7 Feb 2014 07:10:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s177AL30074352; Fri, 7 Feb 2014 07:10:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s177AL7E074350; Fri, 7 Feb 2014 07:10:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402070710.s177AL7E074350@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 7 Feb 2014 07:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343183 - 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: Fri, 07 Feb 2014 07:10:22 -0000 Author: bapt Date: Fri Feb 7 07:10:21 2014 New Revision: 343183 URL: http://svnweb.freebsd.org/changeset/ports/343183 QAT: https://qat.redports.org/buildarchive/r343183/ Log: Support stage Use options helpers USES=libtool Modified: head/devel/sdl_console/Makefile head/devel/sdl_console/pkg-plist Modified: head/devel/sdl_console/Makefile ============================================================================== --- head/devel/sdl_console/Makefile Fri Feb 7 07:04:23 2014 (r343182) +++ head/devel/sdl_console/Makefile Fri Feb 7 07:10:21 2014 (r343183) @@ -3,29 +3,26 @@ PORTNAME= sdl_console PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/sdlconsole/sdlconsole-source/sdlconsole-${PORTVERSION} DISTNAME= sdlconsole-${PORTVERSION} MAINTAINER= leeym@FreeBSD.org -COMMENT= A drop down console that can be easily added to any SDL application +COMMENT= Drop down console that can be easily added to any SDL application +USES= libtool USE_SDL= sdl GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= SDL_IMAGE SDL_IMAGE_DESC= SDL Image support -NO_STAGE= yes +SDL_IMAGE_USE= sdl=image + post-patch: @${REINPLACE_CMD} -e '/objformat/s/aout/elf/' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include - -.if ${PORT_OPTIONS:MSDL_IMAGE} -USE_SDL+= image -.endif - .include Modified: head/devel/sdl_console/pkg-plist ============================================================================== --- head/devel/sdl_console/pkg-plist Fri Feb 7 07:04:23 2014 (r343182) +++ head/devel/sdl_console/pkg-plist Fri Feb 7 07:10:21 2014 (r343183) @@ -3,6 +3,7 @@ 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 lib/libSDL_console.la lib/libSDL_console.so