From owner-svn-ports-head@FreeBSD.ORG Sat Aug 31 13:04:59 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 4C4934BA; Sat, 31 Aug 2013 13:04:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 3856E2083; Sat, 31 Aug 2013 13:04:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7VD4xEe065983; Sat, 31 Aug 2013 13:04:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7VD4wWf065978; Sat, 31 Aug 2013 13:04:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308311304.r7VD4wWf065978@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 31 Aug 2013 13:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325803 - in head: graphics/projectm-libvisual multimedia/gmerlin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 13:04:59 -0000 Author: bapt Date: Sat Aug 31 13:04:58 2013 New Revision: 325803 URL: http://svnweb.freebsd.org/changeset/ports/325803 Log: Add an explicit dependency on pkgconf While here trim headers Modified: head/graphics/projectm-libvisual/Makefile head/multimedia/gmerlin/Makefile Modified: head/graphics/projectm-libvisual/Makefile ============================================================================== --- head/graphics/projectm-libvisual/Makefile Sat Aug 31 12:18:39 2013 (r325802) +++ head/graphics/projectm-libvisual/Makefile Sat Aug 31 13:04:58 2013 (r325803) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: projectM-libvisual -# Date created: 5 February 2010 -# Whom: utisoft@gmail.com -# +# Created by: utisoft@gmail.com # $FreeBSD$ -# PORTNAME= projectM-libvisual PORTVERSION= 2.0.1 @@ -20,7 +16,7 @@ LIB_DEPENDS= projectM:${PORTSDIR}/graphi visual-${LIBVISUAL_VER}:${PORTSDIR}/graphics/libvisual${LIBVISUAL_VER:S/.//} \ SDL:${PORTSDIR}/devel/sdl12 -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS+= -DLIBVISUAL_LIBRARIES=visual-${LIBVISUAL_VER} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/multimedia/gmerlin/Makefile ============================================================================== --- head/multimedia/gmerlin/Makefile Sat Aug 31 12:18:39 2013 (r325802) +++ head/multimedia/gmerlin/Makefile Sat Aug 31 13:04:58 2013 (r325803) @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= CDDB CDIO JACK JPEG LIB GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-v4l --disable-v4l2 --disable-v4lconvert \ --without-doxygen --with-cpuflags=none --disable-musicbrainz -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= gtk20 libxml2 USE_XORG= x11 xext xfixes xinerama xv USE_GL= gl