From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 25 18:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4574F1065676 for ; Mon, 25 Jun 2012 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2196D8FC1E for ; Mon, 25 Jun 2012 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5PIA9Tk073851 for ; Mon, 25 Jun 2012 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5PIA9L9073850; Mon, 25 Jun 2012 18:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 25 Jun 2012 18:10:09 GMT Resent-Message-Id: <201206251810.q5PIA9L9073850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6FDE106566B for ; Mon, 25 Jun 2012 18:00:43 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2888FC08 for ; Mon, 25 Jun 2012 18:00:43 +0000 (UTC) Received: from localhost.localdomain (ZT038198.ppp.dion.ne.jp [59.128.38.198]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id BF63D4AC036 for ; Tue, 26 Jun 2012 03:00:41 +0900 (JST) Message-Id: <20120626024524.1f1cffbb.tkato432@yahoo.com> Date: Tue, 26 Jun 2012 02:45:24 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/169410: editors/mp: Update to version 5.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 18:10:09 -0000 >Number: 169410 >Category: ports >Synopsis: editors/mp: Update to version 5.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 25 18:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p9 i386 >Organization: >Environment: >Description: - Update to version 5.2.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/mp/Makefile editors/mp/Makefile --- /usr/ports/editors/mp/Makefile 2012-06-12 19:34:44.000000000 +0900 +++ editors/mp/Makefile 2012-06-22 01:44:41.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= mp -PORTVERSION= 5.2.2 +PORTVERSION= 5.2.3 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/ @@ -21,7 +21,6 @@ OPTIONS_SINGLE_GUI= GTK2 QT4 OPTIONS_DEFAULT= PCRE -WANT_GNOME= yes USE_NCURSES= yes USE_ICONV= yes HAS_CONFIGURE= yes @@ -57,7 +56,7 @@ .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre .endif diff -urN /usr/ports/editors/mp/distinfo editors/mp/distinfo --- /usr/ports/editors/mp/distinfo 2012-04-22 03:48:20.000000000 +0900 +++ editors/mp/distinfo 2012-06-22 01:35:53.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (mp-5.2.2.tar.gz) = f4c04315e6a0a3b831f218f73904afd3c227aa18b67ab21b39dffbb54edfea1f -SIZE (mp-5.2.2.tar.gz) = 583918 +SHA256 (mp-5.2.3.tar.gz) = 53a3d8e335b663d7c43bc6d6ecd3be5df2f9950827be194a786e203383b7e5fa +SIZE (mp-5.2.3.tar.gz) = 685427 diff -urN /usr/ports/editors/mp/files/patch-mpdn__config.sh editors/mp/files/patch-mpdn__config.sh --- /usr/ports/editors/mp/files/patch-mpdn__config.sh 2011-03-24 02:54:43.000000000 +0900 +++ editors/mp/files/patch-mpdn__config.sh 2012-06-22 01:41:24.000000000 +0900 @@ -23,7 +23,7 @@ else # try now with -liconv - TMP_LDFLAGS="-liconv" -+ TMP_CFLAGS="-I%%LOCALBASE%%/include -liconv" ++ TMP_CFLAGS="-I%%LOCALBASE%%/include" + TMP_LDFLAGS="-L%%LOCALBASE%%/lib -liconv" - $CC .tmp.c $TMP_LDFLAGS -o .tmp.o 2>> .config.log >Release-Note: >Audit-Trail: >Unformatted: