aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-05-21 05:12:35 +0800
committertijl <tijl@FreeBSD.org>2014-05-21 05:12:35 +0800
commit717ad1dc960bd60a71e6059fdb624f58ecb13f31 (patch)
tree27b0f98ba135902076ddedaf59b866a2cbdd3416 /net-im
parent3b047214f305152b115653fc1f0e9615bc8467aa (diff)
downloadfreebsd-ports-gnome-717ad1dc960bd60a71e6059fdb624f58ecb13f31.tar.gz
freebsd-ports-gnome-717ad1dc960bd60a71e6059fdb624f58ecb13f31.tar.zst
freebsd-ports-gnome-717ad1dc960bd60a71e6059fdb624f58ecb13f31.zip
Strip libraries.
Requested by: mandree
Diffstat (limited to 'net-im')
-rw-r--r--net-im/finch/Makefile2
-rw-r--r--net-im/libpurple/Makefile3
-rw-r--r--net-im/pidgin/Makefile2
3 files changed, 4 insertions, 3 deletions
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile
index a2040fbe48e6..366608e7f88b 100644
--- a/net-im/finch/Makefile
+++ b/net-im/finch/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $
PORTNAME= finch
-PORTREVISION= 3
+PORTREVISION= 4
MAINTAINER= marcus@FreeBSD.org
COMMENT= Finch multi-protocol messaging client (Console UI)
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 8354a0cf3407..c03608ce8a09 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -4,7 +4,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.10.9
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
@@ -20,6 +20,7 @@ CONFIGURE_ARGS?=--disable-gtkui \
--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
--enable-static \
--disable-nm
+INSTALL_TARGET= install-strip
.if !defined(PIDGIN_SLAVE)
# Pidgin slave ports that require the following functionality, must explicitly
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index 0c92eb34f478..a49bdf0b0daf 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports/net-im/pidgin/Makefile,v 1.17 2007/09/17 19:53:06 marcus Exp $
PORTNAME= pidgin
-PORTREVISION= 1
+PORTREVISION= 2
MAINTAINER= marcus@FreeBSD.org
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)