Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 15:00:47 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344580 - head/devel/libgdata
Message-ID:  <201402161500.s1GF0lKQ079225@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Feb 16 15:00:46 2014
New Revision: 344580
URL: http://svnweb.freebsd.org/changeset/ports/344580
QAT: https://qat.redports.org/buildarchive/r344580/

Log:
  Clean up.
  
  Use new LIB_DEPENDS syntax, stagify, put gmake into USES, strip libraries.
  Replace ltverhack with USES=libtool.
  
  PR:		ports/185923
  Submitted by: 	Dmitry Marakasov <amdmi3@amdmi3.ru>

Modified:
  head/devel/libgdata/Makefile
  head/devel/libgdata/pkg-plist

Modified: head/devel/libgdata/Makefile
==============================================================================
--- head/devel/libgdata/Makefile	Sun Feb 16 14:58:22 2014	(r344579)
+++ head/devel/libgdata/Makefile	Sun Feb 16 15:00:46 2014	(r344580)
@@ -11,18 +11,16 @@ MASTER_SITES=	GNOME
 MAINTAINER=	kwm@FreeBSD.org
 COMMENT=	GLib based implementation of the GData protocol
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS=	libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USES=		gettext pkgconfig
-USE_GMAKE=	yes
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack intltool ltverhack glib20
+USES=		gettext gmake libtool pathfix pkgconfig
+GNU_CONFIGURE=	yes
+USE_GNOME=	glib20 intltool introspection:build
 CPPFLAGS+=	-I${LOCALBASE}/include 
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/libgdata/pkg-plist
==============================================================================
--- head/devel/libgdata/pkg-plist	Sun Feb 16 14:58:22 2014	(r344579)
+++ head/devel/libgdata/pkg-plist	Sun Feb 16 15:00:46 2014	(r344580)
@@ -65,6 +65,7 @@ lib/libgdata.a
 lib/libgdata.la
 lib/libgdata.so
 lib/libgdata.so.7
+lib/libgdata.so.7.2.2
 libdata/pkgconfig/libgdata.pc
 share/doc/gdata/GDataAccessHandler.html
 share/doc/gdata/GDataAccessRule.html



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