Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 15:59:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364715 - head/deskutils/ithought
Message-ID:  <53ea39ef.6aca.1526a8b8@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 12 15:59:43 2014
New Revision: 364715
URL: http://svnweb.freebsd.org/changeset/ports/364715
QAT: https://qat.redports.org/buildarchive/r364715/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/deskutils/ithought/Makefile
  head/deskutils/ithought/pkg-plist

Modified: head/deskutils/ithought/Makefile
==============================================================================
--- head/deskutils/ithought/Makefile	Tue Aug 12 15:55:33 2014	(r364714)
+++ head/deskutils/ithought/Makefile	Tue Aug 12 15:59:43 2014	(r364715)
@@ -3,15 +3,17 @@
 
 PORTNAME=	ithought
 PORTVERSION=	a5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Extensible text management system
 
+USES=		libtool
 USE_GNOME=	gtk12 libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/deskutils/ithought/pkg-plist
==============================================================================
--- head/deskutils/ithought/pkg-plist	Tue Aug 12 15:55:33 2014	(r364714)
+++ head/deskutils/ithought/pkg-plist	Tue Aug 12 15:59:43 2014	(r364715)
@@ -1,13 +1,8 @@
 bin/ithought
-libexec/ithought/module_actions/libadvogato.la
 libexec/ithought/module_actions/libadvogato.so
-libexec/ithought/module_actions/libitep.la
 libexec/ithought/module_actions/libitep.so
-libexec/ithought/module_actions/libkuro5hin.la
 libexec/ithought/module_actions/libkuro5hin.so
-libexec/ithought/module_actions/liblivejournal.la
 libexec/ithought/module_actions/liblivejournal.so
-libexec/ithought/module_actions/libstdout.la
 libexec/ithought/module_actions/libstdout.so
 libexec/ithought/script_actions/stdout
 @dirrm libexec/ithought/module_actions



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea39ef.6aca.1526a8b8>