From owner-svn-ports-head@FreeBSD.ORG Mon May 13 02:28:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 98F74F53; Mon, 13 May 2013 02:28:40 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC5BE1F; Mon, 13 May 2013 02:28:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D2SeXb089478; Mon, 13 May 2013 02:28:40 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D2Se4o089477; Mon, 13 May 2013 02:28:40 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201305130228.r4D2Se4o089477@svn.freebsd.org> From: Dima Panov Date: Mon, 13 May 2013 02:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317991 - head/textproc/wv2 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.14 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: Mon, 13 May 2013 02:28:40 -0000 Author: fluffy Date: Mon May 13 02:28:40 2013 New Revision: 317991 URL: http://svnweb.freebsd.org/changeset/ports/317991 Log: - Fix build after recent libgsf update Submitted by: pointyhat via itetcu Modified: head/textproc/wv2/Makefile Modified: head/textproc/wv2/Makefile ============================================================================== --- head/textproc/wv2/Makefile Mon May 13 02:27:56 2013 (r317990) +++ head/textproc/wv2/Makefile Mon May 13 02:28:40 2013 (r317991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wv2 -# Date created: Do 28 Aug 2003 15:50:37 CEST -# Whom: lofi@freebsd.org -# +# Created by: lofi@freebsd.org # $FreeBSD$ -# PORTNAME= wv2 PORTVERSION= 0.4.2 @@ -20,6 +16,9 @@ USES= cmake iconv USE_LDCONFIG= yes post-patch: + @${REINPLACE_CMD} -e 's|LIBGSF_INCLUDE_DIR|PC_LIBGSF_INCLUDE_DIRS|g' \ + -e 's|LIBGSF_LIBRARIES|PC_LIBGSF_LIBRARIES|g' \ + ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \ ${WRKSRC}/src/olestream.h