From owner-svn-ports-all@FreeBSD.ORG Mon Dec 30 14:30:08 2013 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 B165737B; Mon, 30 Dec 2013 14:30:08 +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 83A6D105C; Mon, 30 Dec 2013 14:30:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUEU8Oi061734; Mon, 30 Dec 2013 14:30:08 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBUEU8dR061727; Mon, 30 Dec 2013 14:30:08 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201312301430.rBUEU8dR061727@svn.freebsd.org> From: Chris Rees Date: Mon, 30 Dec 2013 14:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338117 - in head/graphics: libprojectm projectm-libvisual 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: Mon, 30 Dec 2013 14:30:08 -0000 Author: crees Date: Mon Dec 30 14:30:07 2013 New Revision: 338117 URL: http://svnweb.freebsd.org/changeset/ports/338117 Log: Final ports of mine staged Modified: head/graphics/libprojectm/Makefile head/graphics/projectm-libvisual/Makefile Modified: head/graphics/libprojectm/Makefile ============================================================================== --- head/graphics/libprojectm/Makefile Mon Dec 30 14:20:08 2013 (r338116) +++ head/graphics/libprojectm/Makefile Mon Dec 30 14:30:07 2013 (r338117) @@ -1,4 +1,3 @@ -# Created by: utisoft@gmail.com # $FreeBSD$ PORTNAME= libprojectM @@ -13,15 +12,14 @@ COMMENT= An awesome music visualiser LICENSE= LGPL21 -LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \ - GLEW:${PORTSDIR}/graphics/glew \ - freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \ + libGLEW.so:${PORTSDIR}/graphics/glew \ + libfreetype.so:${PORTSDIR}/print/freetype2 USES= cmake CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_LDCONFIG= yes -NO_STAGE= yes post-patch: # Install config.inp.sample instead of overwriting user's file. # Needs to be specific enough not to rename config.inp.in too! @@ -35,10 +33,4 @@ post-patch: @${REINPLACE_CMD} -e 's#^\(libdir=\).*#\1${PREFIX}/lib#' \ ${WRKSRC}/${PORTNAME}.pc.in -post-install: - @if [ ! -f ${PREFIX}/share/projectM/config.inp ]; then \ - ${CP} -p ${PREFIX}/share/projectM/config.inp.sample \ - ${PREFIX}/share/projectM/config.inp ; \ - fi - .include Modified: head/graphics/projectm-libvisual/Makefile ============================================================================== --- head/graphics/projectm-libvisual/Makefile Mon Dec 30 14:20:08 2013 (r338116) +++ head/graphics/projectm-libvisual/Makefile Mon Dec 30 14:30:07 2013 (r338117) @@ -1,4 +1,3 @@ -# Created by: utisoft@gmail.com # $FreeBSD$ PORTNAME= projectM-libvisual @@ -12,21 +11,19 @@ COMMENT= Allows projectM to be used with LICENSE= GPLv2 -LIB_DEPENDS= projectM:${PORTSDIR}/graphics/libprojectm \ - visual-${LIBVISUAL_VER}:${PORTSDIR}/graphics/libvisual${LIBVISUAL_VER:S/.//} \ - SDL:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= libprojectM.so:${PORTSDIR}/graphics/libprojectm \ + libvisual-${LIBVISUAL_VER}.so:${PORTSDIR}/graphics/libvisual${LIBVISUAL_VER:S/.//} \ + libSDL.so:${PORTSDIR}/devel/sdl12 USES= cmake pkgconfig CMAKE_ARGS+= -DLIBVISUAL_LIBRARIES=visual-${LIBVISUAL_VER} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -USE_LDCONFIG= yes LIBVISUAL_VER= 0.4 PLIST_FILES= lib/libvisual-${LIBVISUAL_VER}/actor/libprojectM_libvisual.so PLIST_DIRS= lib/libvisual-${LIBVISUAL_VER}/actor \ lib/libvisual-${LIBVISUAL_VER} -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.[hc]*" | ${XARGS} ${REINPLACE_CMD} \ -e 's#