From owner-svn-ports-head@FreeBSD.ORG Mon May 20 19:35:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02EEA593; Mon, 20 May 2013 19:35:46 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E9A7F1867; Mon, 20 May 2013 19:35:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4KJZjUc018737; Mon, 20 May 2013 19:35:45 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4KJZjNQ018736; Mon, 20 May 2013 19:35:45 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305201935.r4KJZjNQ018736@svn.freebsd.org> From: Koop Mast Date: Mon, 20 May 2013 19:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318622 - head/graphics/libchamplain 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: Mon, 20 May 2013 19:35:46 -0000 Author: kwm Date: Mon May 20 19:35:45 2013 New Revision: 318622 URL: http://svnweb.freebsd.org/changeset/ports/318622 Log: Explicitly depend on USE_GL=gl, this will fix the build by providing needed build_depends. [1] While here, Use USE_SQLITE, USES=pathfix and pkgconfig, remove shlib versions from lib_depend. Submitted by: xorg exp-run (run by miwi) [1] Modified: head/graphics/libchamplain/Makefile Modified: head/graphics/libchamplain/Makefile ============================================================================== --- head/graphics/libchamplain/Makefile Mon May 20 19:30:54 2013 (r318621) +++ head/graphics/libchamplain/Makefile Mon May 20 19:35:45 2013 (r318622) @@ -4,7 +4,7 @@ PORTNAME= libchamplain PORTVERSION= 0.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNOME @@ -12,14 +12,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A C library provides a Gtk+ widget to display rasterized maps/markers BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \ + soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection USE_BZIP2= yes -USE_GNOME= gnomeprefix gtk20 gnomehack ltverhack:1 +USES= pathfix pkgconfig +USE_GNOME= gnomeprefix gtk20 ltverhack:1 +USE_SQLITE= 3 USE_AUTOTOOLS= libtool +USE_GL= gl USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes