Date: Wed, 9 Jul 2014 13:21:05 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> 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 Message-ID: <201407091321.s69DL5Bs096664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407091321.s69DL5Bs096664>