Bug 185916 - [PATCH] net-im/folks04: support staging
Summary: [PATCH] net-im/folks04: support staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 14:10 UTC by Dmitry Marakasov
Modified: 2014-05-12 03:40 UTC (History)
1 user (show)

See Also:


Attachments
folks04-0.4.3_1.patch (607 bytes, patch)
2014-01-20 14:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-01-20 14:10:02 UTC
- Support staging
- Use new LIB_DEPENDS syntax

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-20 14:11:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov 2014-01-28 23:06:11 UTC
* Dmitry Marakasov (amdmi3@amdmi3.ru) wrote:

Updated patch, which makes use of USE_GNOME=introspection to take 
care of environement for g-ir-scanner automatically.

--- folks04.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341493)
+++ Makefile	(working copy)
@@ -11,10 +11,9 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	library to aggregates people from multiple sources
 
-BUILD_DEPENDS=	vapigen:${PORTSDIR}/lang/vala-vapigen \
-		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	gee:${PORTSDIR}/devel/libgee06 \
-		telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
+BUILD_DEPENDS=	vapigen:${PORTSDIR}/lang/vala-vapigen
+LIB_DEPENDS=	libgee.so:${PORTSDIR}/devel/libgee06 \
+		libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
 
 CONFLICTS=	folks-0.[6-9].[0-9]*
 
@@ -22,7 +21,7 @@
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USES=		pathfix gettext gmake pkgconfig
-USE_GNOME=	intlhack gnomehier
+USE_GNOME=	intlhack gnomehier introspection:build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -29,5 +28,4 @@
 
 PLIST_SUB=	VERSION=22
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
--- folks04.patch ends here ---

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-12 03:39:53 UTC
Author: amdmi3
Date: Mon May 12 02:39:47 2014
New Revision: 353767
URL: http://svnweb.freebsd.org/changeset/ports/353767
QAT: https://qat.redports.org/buildarchive/r353767/

Log:
  - Switch to USE_GNOME=introspection
  
  PR:		185916
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/net-im/folks04/Makefile

Modified: head/net-im/folks04/Makefile
==============================================================================
--- head/net-im/folks04/Makefile	Mon May 12 02:39:47 2014	(r353766)
+++ head/net-im/folks04/Makefile	Mon May 12 02:39:47 2014	(r353767)
@@ -12,8 +12,7 @@ PKGNAMESUFFIX=	04
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Library to aggregate people from multiple sources
 
-BUILD_DEPENDS=	vapigen:${PORTSDIR}/lang/vala-vapigen \
-		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+BUILD_DEPENDS=	vapigen:${PORTSDIR}/lang/vala-vapigen
 LIB_DEPENDS=	libgee.so:${PORTSDIR}/devel/libgee06 \
 		libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
 
@@ -21,7 +20,7 @@ CONFLICTS=	folks-0.[6-9].[0-9]*
 
 USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
-USE_GNOME=	intlhack gnomehier
+USE_GNOME=	intlhack gnomehier introspection:build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-12 03:39:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!