Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 16:07:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350999 - head/graphics/libchamplain
Message-ID:  <201404111607.s3BG7WPU020619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 11 16:07:32 2014
New Revision: 350999
URL: http://svnweb.freebsd.org/changeset/ports/350999
QAT: https://qat.redports.org/buildarchive/r350999/

Log:
  Support stage

Modified:
  head/graphics/libchamplain/Makefile
  head/graphics/libchamplain/pkg-plist

Modified: head/graphics/libchamplain/Makefile
==============================================================================
--- head/graphics/libchamplain/Makefile	Fri Apr 11 16:04:43 2014	(r350998)
+++ head/graphics/libchamplain/Makefile	Fri Apr 11 16:07:32 2014	(r350999)
@@ -4,31 +4,28 @@
 
 PORTNAME=	libchamplain
 PORTVERSION=	0.8.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	A C library provides a Gtk+ widget to display rasterized maps/markers
+COMMENT=	C library provides a Gtk+ widget to display rasterized maps/markers
 
 BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
-		soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS=	libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
+		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 
-USE_BZIP2=	yes
-USES=		pathfix pkgconfig
-USE_GNOME=	gnomeprefix gtk20 ltverhack:1
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME=	gnomeprefix gtk20
 USE_SQLITE=	3
-USE_AUTOTOOLS=	libtool
 USE_GL=		gl
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lgthread-2.0
+INSTALL_TARGET=	install-strip
 
 PLIST_SUB=	VERSION=0.8
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/libchamplain/pkg-plist
==============================================================================
--- head/graphics/libchamplain/pkg-plist	Fri Apr 11 16:04:43 2014	(r350998)
+++ head/graphics/libchamplain/pkg-plist	Fri Apr 11 16:07:32 2014	(r350999)
@@ -38,10 +38,12 @@ lib/libchamplain-%%VERSION%%.a
 lib/libchamplain-%%VERSION%%.la
 lib/libchamplain-%%VERSION%%.so
 lib/libchamplain-%%VERSION%%.so.1
+lib/libchamplain-%%VERSION%%.so.1.1.2
 lib/libchamplain-gtk-%%VERSION%%.a
 lib/libchamplain-gtk-%%VERSION%%.la
 lib/libchamplain-gtk-%%VERSION%%.so
 lib/libchamplain-gtk-%%VERSION%%.so.1
+lib/libchamplain-gtk-%%VERSION%%.so.1.1.2
 libdata/pkgconfig/champlain-%%VERSION%%.pc
 libdata/pkgconfig/champlain-gtk-%%VERSION%%.pc
 share/doc/libchamplain-gtk/GtkChamplainEmbed.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111607.s3BG7WPU020619>