Date: Thu, 6 Dec 2012 02:31:58 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174166: editors/mp: Update MASTER_SITES Message-ID: <20121206023158.075f9e7cd88b85f2c36fe334@yahoo.com> Resent-Message-ID: <201212051810.qB5IA3Yn033423@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174166 >Category: ports >Synopsis: editors/mp: Update MASTER_SITES >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: Wed Dec 05 18:10:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/mp/Makefile editors/mp/Makefile --- /usr/ports/editors/mp/Makefile 2012-11-08 07:02:20.000000000 +0900 +++ editors/mp/Makefile 2012-12-03 23:43:05.000000000 +0900 @@ -1,20 +1,15 @@ -# New ports collection makefile for: mp -# Date created: Apr 12, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD: head/editors/mp/Makefile 303864 2012-09-08 05:39:03Z linimon $ -# PORTNAME= mp PORTVERSION= 5.2.3 CATEGORIES= editors -MASTER_SITES= http://triptico.com/download/ +MASTER_SITES= http://triptico.com/download/mp/ MAINTAINER= ports@FreeBSD.org COMMENT= A programming text editor LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= NLS GUI PCRE DOCS OPTIONS_SINGLE= GUI @@ -60,6 +55,12 @@ CONFIGURE_ARGS+= --with-pcre .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|<ncursesw/|<|g ; \ s|-I/usr/local/include||g ; \ @@ -96,10 +97,4 @@ .endfor .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121206023158.075f9e7cd88b85f2c36fe334>