From owner-svn-ports-all@FreeBSD.ORG Thu May 1 14:26:33 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 5BBED29E; Thu, 1 May 2014 14:26:33 +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 48B0B11D1; Thu, 1 May 2014 14:26:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s41EQXB6083084; Thu, 1 May 2014 14:26:33 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s41EQXB7083083; Thu, 1 May 2014 14:26:33 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405011426.s41EQXB7083083@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 1 May 2014 14:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352748 - head/devel/sdl12 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, 01 May 2014 14:26:33 -0000 Author: tijl Date: Thu May 1 14:26:32 2014 New Revision: 352748 URL: http://svnweb.freebsd.org/changeset/ports/352748 QAT: https://qat.redports.org/buildarchive/r352748/ Log: - Convert to USES=libtool. - Remove WANT_GNOME. - Don't display pkg-message in post-install. Modified: head/devel/sdl12/Makefile Modified: head/devel/sdl12/Makefile ============================================================================== --- head/devel/sdl12/Makefile Thu May 1 14:23:31 2014 (r352747) +++ head/devel/sdl12/Makefile Thu May 1 14:26:32 2014 (r352748) @@ -3,7 +3,7 @@ PORTNAME= sdl PORTVERSION= 1.2.15 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ @@ -16,11 +16,9 @@ LICENSE= LGPL21 BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -USE_AUTOTOOLS= libtool +USES= gmake iconv libtool:oldver pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -WANT_GNOME= yes -USES= pathfix pkgconfig iconv gmake CONFIGURE_ENV= ac_cv_header_libusbhid_h=no CPPFLAGS+= -I${LOCALBASE}/include @@ -63,11 +61,8 @@ X11_USE= XORG=x11,xrender,xrandr,xextp .include -.if ${PORT_OPTIONS:MVGL} -DISPLAY_MSG= ${CAT} ${PKGMESSAGE} -.else +.if ! ${PORT_OPTIONS:MVGL} PKGMESSAGE= none -DISPLAY_MSG= ${DO_NADA} .endif post-patch: @@ -81,6 +76,5 @@ post-install: ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/ "! -regex .*/man3.*" ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} &&\ ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}/ - @${DISPLAY_MSG} .include