Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 07:10:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343183 - head/devel/sdl_console
Message-ID:  <201402070710.s177AL7E074350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSDL_IMAGE}
-USE_SDL+=	image
-.endif
-
 .include <bsd.port.mk>

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



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