svn commit: r341927 - in head/net-im: pidgin-fetion telepathy-sofiasip vqcc-gtk

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 07:43:17 UTC 2014


Author: miwi
Date: Fri Jan 31 07:43:16 2014
New Revision: 341927
URL: http://svnweb.freebsd.org/changeset/ports/341927
QAT: https://qat.redports.org/buildarchive/r341927/

Log:
  - Stage support
  - Switch to USES

Modified:
  head/net-im/pidgin-fetion/Makefile
  head/net-im/telepathy-sofiasip/Makefile
  head/net-im/vqcc-gtk/Makefile

Modified: head/net-im/pidgin-fetion/Makefile
==============================================================================
--- head/net-im/pidgin-fetion/Makefile	Fri Jan 31 07:18:54 2014	(r341926)
+++ head/net-im/pidgin-fetion/Makefile	Fri Jan 31 07:43:16 2014	(r341927)
@@ -23,5 +23,4 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net-im/telepathy-sofiasip/Makefile
==============================================================================
--- head/net-im/telepathy-sofiasip/Makefile	Fri Jan 31 07:18:54 2014	(r341926)
+++ head/net-im/telepathy-sofiasip/Makefile	Fri Jan 31 07:43:16 2014	(r341927)
@@ -14,10 +14,8 @@ LIB_DEPENDS=	sofia-sip-ua:${PORTSDIR}/ne
 		dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_OPENSSL=	yes
-USES=		pkgconfig
+USES=		pkgconfig gmake
 USE_GNOME=	glib20
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net-im/vqcc-gtk/Makefile
==============================================================================
--- head/net-im/vqcc-gtk/Makefile	Fri Jan 31 07:18:54 2014	(r341926)
+++ head/net-im/vqcc-gtk/Makefile	Fri Jan 31 07:43:16 2014	(r341927)
@@ -19,5 +19,4 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list