From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 09:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 17110810 for ; Fri, 8 Feb 2013 09:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F0C1B746 for ; Fri, 8 Feb 2013 09:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r189K1Zg039961 for ; Fri, 8 Feb 2013 09:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r189K1xI039960; Fri, 8 Feb 2013 09:20:01 GMT (envelope-from gnats) Date: Fri, 8 Feb 2013 09:20:01 GMT Message-Id: <201302080920.r189K1xI039960@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175839: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 09:20:02 -0000 The following reply was made to PR ports/175839; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175839: commit references a PR Date: Fri, 8 Feb 2013 09:15:36 +0000 (UTC) Author: miwi Date: Fri Feb 8 09:15:22 2013 New Revision: 311926 URL: http://svnweb.freebsd.org/changeset/ports/311926 Log: - OptionNG - Trim header PR: 175839 175840 Submitted by: maintainer Modified: head/deskutils/znotes/Makefile head/www/mongrel2/Makefile (contents, props changed) Modified: head/deskutils/znotes/Makefile ============================================================================== --- head/deskutils/znotes/Makefile Fri Feb 8 09:10:26 2013 (r311925) +++ head/deskutils/znotes/Makefile Fri Feb 8 09:15:22 2013 (r311926) @@ -1,9 +1,5 @@ -# New ports collection makefile for: znotes -# Date created: 2009-11-12 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= znotes PORTVERSION= 0.4.5 @@ -23,7 +19,7 @@ DESKTOP_ENTRIES="zNotes" "Simple notes" "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ "Utility;TextEditor;Qt;" ${FALSE} -OPTIONS= NLS "Build with NLS support" on +OPTIONS_DEFINE= NLS PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png @@ -34,7 +30,7 @@ post-patch: @${REINPLACE_CMD} -i -e 's,QCoreApplication::applicationDirPath()+"/translations","${DATADIR}/translations",g' \ ${WRKSRC}/settings.cpp -.include +.include do-configure: cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} @@ -43,7 +39,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ -.if defined(WITH_NLS) +.if ${PORT_OPTIONS:MNLS} ${MKDIR} ${DATADIR}/translations ${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${DATADIR}/translations PLIST_FILES+= %%DATADIR%%/translations/${PORTNAME}_cs.qm \ @@ -59,4 +55,4 @@ PLIST_DIRS+= %%DATADIR%%/translations \ .else .endif -.include +.include Modified: head/www/mongrel2/Makefile ============================================================================== --- head/www/mongrel2/Makefile Fri Feb 8 09:10:26 2013 (r311925) +++ head/www/mongrel2/Makefile Fri Feb 8 09:15:22 2013 (r311926) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mongrel2 -# Date created: 2011-09-28 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= mongrel2 PORTVERSION= 1.7.5 @@ -30,11 +26,11 @@ EXAMPLES_LIST= bbs \ tornado \ zcov -OPTIONS= EXAMPLES "Install examplse" on +OPTIONS_DEFINE= EXAMPLES -.include +.include -.if defined(WITH_EXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} PLIST_SUB+= EXAMPLES="" .else PLIST_SUB+= EXAMPLES="@comment " @@ -51,4 +47,4 @@ post-install: .endfor .endif -.include +.include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"