From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 13:21:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D39516D; Wed, 9 Jul 2014 13:21:05 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B5AE2CE3; Wed, 9 Jul 2014 13:21:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69DL52n096666; Wed, 9 Jul 2014 13:21:05 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69DL5Bs096664; Wed, 9 Jul 2014 13:21:05 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407091321.s69DL5Bs096664@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 9 Jul 2014 13:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361364 - in head/net-im/meanwhile: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 13:21:05 -0000 Author: tijl Date: Wed Jul 9 13:21:04 2014 New Revision: 361364 URL: http://svnweb.freebsd.org/changeset/ports/361364 QAT: https://qat.redports.org/buildarchive/r361364/ Log: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip Deleted: head/net-im/meanwhile/files/ Modified: head/net-im/meanwhile/Makefile head/net-im/meanwhile/pkg-plist Modified: head/net-im/meanwhile/Makefile ============================================================================== --- head/net-im/meanwhile/Makefile Wed Jul 9 13:19:45 2014 (r361363) +++ head/net-im/meanwhile/Makefile Wed Jul 9 13:21:04 2014 (r361364) @@ -3,23 +3,23 @@ PORTNAME= meanwhile PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol -USE_AUTOTOOLS= libtool -USES= pkgconfig gmake pathfix +USES= gmake libtool pathfix pkgconfig +USE_GCC= any USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GCC= any CONFIGURE_ARGS= --enable-doxygen=no \ --with-gmp-prefix=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} Modified: head/net-im/meanwhile/pkg-plist ============================================================================== --- head/net-im/meanwhile/pkg-plist Wed Jul 9 13:19:45 2014 (r361363) +++ head/net-im/meanwhile/pkg-plist Wed Jul 9 13:21:04 2014 (r361364) @@ -15,9 +15,9 @@ include/meanwhile/mw_srvc_resolve.h include/meanwhile/mw_srvc_store.h include/meanwhile/mw_st_list.h lib/libmeanwhile.a -lib/libmeanwhile.la lib/libmeanwhile.so lib/libmeanwhile.so.1 +lib/libmeanwhile.so.1.0.2 libdata/pkgconfig/meanwhile.pc %%DOCSDIR%%/samples/README %%DOCSDIR%%/samples/build