[Midnightbsd-cvs] mports [18423] trunk/net-im/meanwhile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 28 17:06:55 EDT 2015


Revision: 18423
          http://svnweb.midnightbsd.org/mports/?rev=18423
Author:   laffer1
Date:     2015-03-28 17:06:55 -0400 (Sat, 28 Mar 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/net-im/meanwhile/Makefile
    trunk/net-im/meanwhile/pkg-plist

Modified: trunk/net-im/meanwhile/Makefile
===================================================================
--- trunk/net-im/meanwhile/Makefile	2015-03-28 21:05:59 UTC (rev 18422)
+++ trunk/net-im/meanwhile/Makefile	2015-03-28 21:06:55 UTC (rev 18423)
@@ -2,7 +2,7 @@
 
 PORTNAME=	meanwhile
 PORTVERSION=	1.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 
@@ -10,10 +10,9 @@
 COMMENT=	Open Source implementation of the Lotus Sametime protocol
 LICENSE=	lgpl
 
-USE_AUTOTOOLS=	libtool
-USES=		pkgconfig
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack glib20
+USES=		gmake libtool pathfix pkgconfig
+USE_GCC=	any
+USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-doxygen=no \
@@ -20,6 +19,7 @@
 		--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: trunk/net-im/meanwhile/pkg-plist
===================================================================
--- trunk/net-im/meanwhile/pkg-plist	2015-03-28 21:05:59 UTC (rev 18422)
+++ trunk/net-im/meanwhile/pkg-plist	2015-03-28 21:06:55 UTC (rev 18423)
@@ -15,9 +15,9 @@
 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
@@ -27,6 +27,3 @@
 %%DOCSDIR%%/samples/redirect_server.c
 %%DOCSDIR%%/samples/sendmessage.c
 %%DOCSDIR%%/samples/socket.c
- at dirrm %%DOCSDIR%%/samples
- at dirrm %%DOCSDIR%%
- at dirrm include/meanwhile



More information about the Midnightbsd-cvs mailing list