Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 01:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/185918: commit references a PR
Message-ID:  <201405120150.s4C1o1h0030785@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185918; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185918: commit references a PR
Date: Mon, 12 May 2014 01:48:12 +0000 (UTC)

 Author: amdmi3
 Date: Mon May 12 01:48:08 2014
 New Revision: 353761
 URL: http://svnweb.freebsd.org/changeset/ports/353761
 QAT: https://qat.redports.org/buildarchive/r353761/
 
 Log:
   - Use new LIB_DEPENDS syntax
   - Support staging
   - Convert USE_GMAKE to USES
   
   PR:		185918
   Submitted by:	amdmi3
   Approved by:	maintainer timeout
 
 Modified:
   head/net-im/telepathy-logger/Makefile
 
 Modified: head/net-im/telepathy-logger/Makefile
 ==============================================================================
 --- head/net-im/telepathy-logger/Makefile	Mon May 12 01:41:48 2014	(r353760)
 +++ head/net-im/telepathy-logger/Makefile	Mon May 12 01:48:08 2014	(r353761)
 @@ -11,24 +11,21 @@ MASTER_SITES=	http://telepathy.freedeskt
  MAINTAINER=	gnome@FreeBSD.org
  COMMENT=	Logger utility library for the Telepathy framework
  
 -BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 -LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
 -		telepathy-glib:${PORTSDIR}/net-im/telepathy-glib
 +LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
 +		libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
  
  LICENSE=	LGPL21
  
 -USES=		pkgconfig
 +USES=		pkgconfig gmake
  USE_BZIP2=	yes
  USE_AUTOTOOLS=	libtool
 -USE_GMAKE=	yes
  USE_LDCONFIG=	yes
  USE_GNOME=	gnomehack glib20 intltool gnomedocutils ltverhack libxml2 \
 -		libxslt:build
 +		libxslt:build introspection:build
  USE_SQLITE=	yes
  USE_PYTHON_BUILD=	yes
  GLIB_SCHEMAS=	org.freedesktop.Telepathy.Logger.gschema.xml
  
 -NO_STAGE=	yes
  post-patch:
  	@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
  		${WRKSRC}/tools/*.py
 _______________________________________________
 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"
 



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