From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 09:26:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAA7EF0; Fri, 31 Jan 2014 09:26:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96D1D1AC7; Fri, 31 Jan 2014 09:26:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0V9QRxj025709; Fri, 31 Jan 2014 09:26:27 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0V9QRa7025708; Fri, 31 Jan 2014 09:26:27 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401310926.s0V9QRa7025708@svn.freebsd.org> From: Martin Wilke Date: Fri, 31 Jan 2014 09:26:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341961 - head/net-im/meanwhile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2014 09:26:27 -0000 Author: miwi Date: Fri Jan 31 09:26:27 2014 New Revision: 341961 URL: http://svnweb.freebsd.org/changeset/ports/341961 QAT: https://qat.redports.org/buildarchive/r341961/ Log: - Convert to USES - Stage support Modified: head/net-im/meanwhile/Makefile Modified: head/net-im/meanwhile/Makefile ============================================================================== --- head/net-im/meanwhile/Makefile Fri Jan 31 09:25:28 2014 (r341960) +++ head/net-im/meanwhile/Makefile Fri Jan 31 09:26:27 2014 (r341961) @@ -11,9 +11,8 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol USE_AUTOTOOLS= libtool -USES= pkgconfig -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 +USES= pkgconfig gmake pathfix +USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-doxygen=no \ @@ -23,7 +22,6 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch]