From owner-svn-ports-all@FreeBSD.ORG Tue Apr 30 16:35:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5C29A5F9; Tue, 30 Apr 2013 16:35:20 +0000 (UTC) (envelope-from jgh@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 4F5151DCA; Tue, 30 Apr 2013 16:35:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3UGZKUD008238; Tue, 30 Apr 2013 16:35:20 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3UGZKVt008237; Tue, 30 Apr 2013 16:35:20 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201304301635.r3UGZKVt008237@svn.freebsd.org> From: Jason Helfman Date: Tue, 30 Apr 2013 16:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316949 - head/mail/mahogany X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 16:35:20 -0000 Author: jgh Date: Tue Apr 30 16:35:19 2013 New Revision: 316949 URL: http://svnweb.freebsd.org/changeset/ports/316949 Log: - conversion of USE_GETTEXT to USES framework Approved by: portmgr (bapt@) Modified: head/mail/mahogany/Makefile Modified: head/mail/mahogany/Makefile ============================================================================== --- head/mail/mahogany/Makefile Tue Apr 30 16:26:32 2013 (r316948) +++ head/mail/mahogany/Makefile Tue Apr 30 16:35:19 2013 (r316949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mahogany -# Date created: 11 November 2000 -# Whom: Stephen Kiernan -# +# Created by: Stephen Kiernan # $FreeBSD$ -# PORTNAME= mahogany PORTVERSION= 0.67 @@ -12,7 +8,7 @@ CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/Mahogany/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 mail and news client +COMMENT= X11 mail and news client USE_BZIP2= yes USE_GMAKE= yes @@ -27,14 +23,14 @@ OPTIONS_DEFINE= NLS MAN1= M.1 mahogany.1 -.include +.include .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls @@ -50,4 +46,4 @@ post-patch: @${REINPLACE_CMD} -e 's|$$(DATADIR)/locale|$$(DESTDIR)/share/locale|' \ ${WRKSRC}/locale/Makefile -.include +.include