From owner-svn-ports-head@FreeBSD.ORG Tue Apr 2 12:59:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7E3C14AF; Tue, 2 Apr 2013 12:59:11 +0000 (UTC) (envelope-from ehaupt@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 70247125; Tue, 2 Apr 2013 12:59:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r32CxBiU093818; Tue, 2 Apr 2013 12:59:11 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r32CxAHi093813; Tue, 2 Apr 2013 12:59:10 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201304021259.r32CxAHi093813@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 2 Apr 2013 12:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315672 - in head/ftp/weex: . 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.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: Tue, 02 Apr 2013 12:59:11 -0000 Author: ehaupt Date: Tue Apr 2 12:59:10 2013 New Revision: 315672 URL: http://svnweb.freebsd.org/changeset/ports/315672 Log: - Fix build on amd64 - Provide NLS option Approved by: portmgr (bapt) Added: head/ftp/weex/files/patch-src__log.c - copied unchanged from r315671, head/ftp/weex/files/patch-src_log.c head/ftp/weex/files/patch-src__strlib.c (contents, props changed) Deleted: head/ftp/weex/files/patch-src_log.c Modified: head/ftp/weex/Makefile head/ftp/weex/pkg-plist Modified: head/ftp/weex/Makefile ============================================================================== --- head/ftp/weex/Makefile Tue Apr 2 11:06:55 2013 (r315671) +++ head/ftp/weex/Makefile Tue Apr 2 12:59:10 2013 (r315672) @@ -3,7 +3,7 @@ PORTNAME= weex PORTVERSION= 2.6.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= SF @@ -17,10 +17,18 @@ MAKE_JOBS_SAFE= yes PORTDOCS= ChangeLog README MAN1= weex.1 -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS NLS .include +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \ ${WRKSRC}/Makefile.in @@ -36,6 +44,4 @@ post-install: .endfor .endif -NOT_FOR_ARCHS= amd64 - .include Copied: head/ftp/weex/files/patch-src__log.c (from r315671, head/ftp/weex/files/patch-src_log.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/weex/files/patch-src__log.c Tue Apr 2 12:59:10 2013 (r315672, copy of r315671, head/ftp/weex/files/patch-src_log.c) @@ -0,0 +1,11 @@ +--- src/log.c.orig Mon Aug 18 11:52:38 2003 ++++ src/log.c Sun Oct 2 11:06:58 2005 +@@ -183,7 +183,7 @@ + + fp=log_open(); + for(i=0;i