Date: Thu, 1 May 2014 14:26:33 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352748 - head/devel/sdl12 Message-ID: <201405011426.s41EQXB7083083@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> -.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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405011426.s41EQXB7083083>