[Midnightbsd-cvs] mports [17498] trunk/devel/glibmm/Makefile: turn off static build for glibmm.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 26 17:31:09 EDT 2014


Revision: 17498
          http://svnweb.midnightbsd.org/mports/?rev=17498
Author:   laffer1
Date:     2014-09-26 17:31:06 -0400 (Fri, 26 Sep 2014)
Log Message:
-----------
turn off static build for glibmm. la file for libiconv is totally broken

Modified Paths:
--------------
    trunk/devel/glibmm/Makefile

Modified: trunk/devel/glibmm/Makefile
===================================================================
--- trunk/devel/glibmm/Makefile	2014-09-26 21:27:00 UTC (rev 17497)
+++ trunk/devel/glibmm/Makefile	2014-09-26 21:31:06 UTC (rev 17498)
@@ -2,7 +2,7 @@
 
 PORTNAME=	glibmm
 PORTVERSION=	2.36.2
-PORTREVISION?=	0
+PORTREVISION?=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
@@ -13,7 +13,7 @@
 
 LICENSE=	lgpl
 
-USES=		tar:xz
+USES+=		tar:xz
 
 PLIST_SUB=	VERSION="2.4" API_VERSION="2.4"
 
@@ -22,11 +22,10 @@
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_GNOME=	glib20 libsigc++20
-USES+=		gettext gmake pkgconfig
-USE_PERL5=	yes
-USE_AUTOTOOLS=	libtool
+USES+=		gettext gmake libtool:keepla pathfix pkgconfig
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-CONFIGURE_ARGS=	--enable-static --disable-documentation
+CONFIGURE_ARGS=	--disable-documentation
 
 post-patch:
 .for d in docs examples tests
@@ -33,6 +32,9 @@
 	@${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in
 .endfor
 
+post-install:
+	@${STRIP_CMD} ${PREFIX}/lib/lib*.so.*
+
 .include <bsd.port.mk>
 
 .endif



More information about the Midnightbsd-cvs mailing list