From owner-svn-ports-head@freebsd.org Fri Sep 18 11:06:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A9B49CD935; Fri, 18 Sep 2015 11:06:13 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.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 2E64B10B3; Fri, 18 Sep 2015 11:06:13 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8IB6DnB090667; Fri, 18 Sep 2015 11:06:13 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8IB6C6x090665; Fri, 18 Sep 2015 11:06:12 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201509181106.t8IB6C6x090665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Fri, 18 Sep 2015 11:06:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397230 - head/irc/bitlbee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 11:06:13 -0000 Author: garga Date: Fri Sep 18 11:06:12 2015 New Revision: 397230 URL: https://svnweb.freebsd.org/changeset/ports/397230 Log: - Install headers and pkg-config entry, it's useful for people that want to build plugins manually or possible plugin ports - Instead of use --strip=0 and call STRIP_CMD later, let bitlbee build scripts to strip binaries - Bump PORTREVISION Modified: head/irc/bitlbee/Makefile head/irc/bitlbee/pkg-plist Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Fri Sep 18 09:56:28 2015 (r397229) +++ head/irc/bitlbee/Makefile Fri Sep 18 11:06:12 2015 (r397230) @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix @@ -46,7 +46,8 @@ LIBEVENT_DESC= Use libevent as event ha OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR TWITTER YAHOO -CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0 +CONFIGURE_ARGS= --config=/var/db/bitlbee \ + --pcdir=${PREFIX}/libdata/pkgconfig DEBUG_CONFIGURE_ON= --debug=1 GNUTLS_CONFIGURE_ON= --ssl=gnutls @@ -76,6 +77,8 @@ GROUPS= bitlbee .include post-patch: + @${REINPLACE_CMD} -e '/^install:/ s/$$/ install-dev/' \ + ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|^\(EFLAGS=.*\)|\1 ${LDFLAGS}|" \ ${WRKSRC}/configure @${REINPLACE_CMD} -e "s:/etc/bitlbee/motd.txt:${ETCDIR}/motd.txt:" \ @@ -85,7 +88,6 @@ post-patch: ${WRKSRC}/doc/bitlbee.8 post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/bitlbee .if ${PORT_OPTIONS:MSKYPE} ${MV} ${STAGEDIR}${PREFIX}/etc/skyped/skyped.conf \ ${STAGEDIR}${PREFIX}/etc/skyped/skyped.conf.sample Modified: head/irc/bitlbee/pkg-plist ============================================================================== --- head/irc/bitlbee/pkg-plist Fri Sep 18 09:56:28 2015 (r397229) +++ head/irc/bitlbee/pkg-plist Fri Sep 18 11:06:12 2015 (r397230) @@ -1,6 +1,43 @@ man/man5/bitlbee.conf.5.gz man/man8/bitlbee.8.gz sbin/bitlbee +include/bitlbee/account.h +include/bitlbee/arc.h +include/bitlbee/base64.h +include/bitlbee/bee.h +include/bitlbee/bitlbee.h +include/bitlbee/commands.h +include/bitlbee/conf.h +include/bitlbee/config.h +include/bitlbee/dcc.h +include/bitlbee/events.h +include/bitlbee/ft.h +include/bitlbee/ftutil.h +include/bitlbee/help.h +include/bitlbee/http_client.h +include/bitlbee/ini.h +include/bitlbee/ipc.h +include/bitlbee/irc.h +include/bitlbee/json.h +include/bitlbee/json_util.h +include/bitlbee/log.h +include/bitlbee/md5.h +include/bitlbee/misc.h +include/bitlbee/nick.h +include/bitlbee/nogaim.h +include/bitlbee/oauth.h +include/bitlbee/oauth2.h +include/bitlbee/otr.h +include/bitlbee/proxy.h +include/bitlbee/query.h +include/bitlbee/set.h +include/bitlbee/sha1.h +include/bitlbee/sock.h +include/bitlbee/ssl_client.h +include/bitlbee/storage.h +include/bitlbee/url.h +include/bitlbee/xmltree.h +libdata/pkgconfig/bitlbee.pc %%SKYPE%%bin/skyped %%SKYPE%%lib/bitlbee/skype.so %%SKYPE%%man/man1/skyped.1.gz