From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 21:03:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77B1341A; Sun, 5 Oct 2014 21:03:23 +0000 (UTC) Received: from svn.freebsd.org (svn.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 63655B7B; Sun, 5 Oct 2014 21:03:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95L3NOv013264; Sun, 5 Oct 2014 21:03:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95L3NPf013263; Sun, 5 Oct 2014 21:03:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410052103.s95L3NPf013263@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 5 Oct 2014 21:03:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370121 - in head/devel/libole2: . files 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.18-1 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: Sun, 05 Oct 2014 21:03:23 -0000 Author: tijl Date: Sun Oct 5 21:03:22 2014 New Revision: 370121 URL: https://svnweb.freebsd.org/changeset/ports/370121 QAT: https://qat.redports.org/buildarchive/r370121/ Log: Remove old patches and add INSTALL_TARGET=install-strip Deleted: head/devel/libole2/files/patch-libole2Conf.sh.in head/devel/libole2/files/patch-ltmain.sh Modified: head/devel/libole2/Makefile Modified: head/devel/libole2/Makefile ============================================================================== --- head/devel/libole2/Makefile Sun Oct 5 21:01:02 2014 (r370120) +++ head/devel/libole2/Makefile Sun Oct 5 21:03:22 2014 (r370121) @@ -3,16 +3,17 @@ PORTNAME= libole2 PORTVERSION= 0.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Support library for OLE functions (MS-Excel) for gnumeric +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USES= gmake libtool USE_GNOME= glib12 -GNU_CONFIGURE= yes USE_LDCONFIG= yes .include