Date: Fri, 8 Feb 2013 09:20:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/175839: commit references a PR Message-ID: <201302080920.r189K1xI039960@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $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 <bsd.port.pre.mk> +.include <bsd.port.options.mk> 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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $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 <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.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 <bsd.port.post.mk> +.include <bsd.port.mk> _______________________________________________ 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302080920.r189K1xI039960>