From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 11:49:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5F99106564A; Sat, 8 Sep 2012 11:49:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 96D0A8FC14; Sat, 8 Sep 2012 11:49:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88Bn03g080124; Sat, 8 Sep 2012 11:49:00 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88Bn0Lw080119; Sat, 8 Sep 2012 11:49:00 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201209081149.q88Bn0Lw080119@svn.freebsd.org> From: Olli Hauer Date: Sat, 8 Sep 2012 11:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303895 - in head: audio/pacpl emulators/virtualbox-ose-kmod lang/python26 lang/python27 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Sep 2012 11:49:00 -0000 Author: ohauer Date: Sat Sep 8 11:48:59 2012 New Revision: 303895 URL: http://svn.freebsd.org/changeset/ports/303895 Log: - fix PORT_OPTIONS s/)/}/ Modified: head/audio/pacpl/Makefile head/emulators/virtualbox-ose-kmod/Makefile head/lang/python26/Makefile head/lang/python27/Makefile Modified: head/audio/pacpl/Makefile ============================================================================== --- head/audio/pacpl/Makefile Sat Sep 8 11:27:55 2012 (r303894) +++ head/audio/pacpl/Makefile Sat Sep 8 11:48:59 2012 (r303895) @@ -246,7 +246,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/plugins/konqueror/pacpl.desktop ${KDE4_PREFIX}/share/kde4/services/ServiceMenus .endif -.if ${PORT_OPTIONS:MAMAROK) +.if ${PORT_OPTIONS:MAMAROK} ${MKDIR} ${PREFIX}/share/apps/amarok/scripts/transcoding_pacx ${INSTALL_DATA} ${WRKSRC}/plugins/amarok/pacx ${PREFIX}/share/apps/amarok/scripts/transcoding_pacx/transcoding_pacx.pl ${PERL} -e 'print qq(name = Pacx\ntype = transcode)' > ${PREFIX}/share/apps/amarok/scripts/transcoding_pacx/transcoding_pacx.spec Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Sat Sep 8 11:27:55 2012 (r303894) +++ head/emulators/virtualbox-ose-kmod/Makefile Sat Sep 8 11:48:59 2012 (r303895) @@ -114,7 +114,7 @@ do-install: ${INSTALL_KLD} ${VBOX_BIN}/vboxdrv/vboxdrv.ko ${KMODDIR} ${INSTALL_KLD} ${VBOX_BIN}/vboxnetadp/vboxnetadp.ko ${KMODDIR} ${INSTALL_KLD} ${VBOX_BIN}/vboxnetflt/vboxnetflt.ko ${KMODDIR} -.if $(PORT_OPTIONS:MDEBUG) +.if ${PORT_OPTIONS:MDEBUG} ${INSTALL_KLD} ${VBOX_BIN}/vboxdrv/vboxdrv.ko.symbols ${KMODDIR} ${INSTALL_KLD} ${VBOX_BIN}/vboxnetadp/vboxnetadp.ko.symbols ${KMODDIR} ${INSTALL_KLD} ${VBOX_BIN}/vboxnetflt/vboxnetflt.ko.symbols ${KMODDIR} Modified: head/lang/python26/Makefile ============================================================================== --- head/lang/python26/Makefile Sat Sep 8 11:27:55 2012 (r303894) +++ head/lang/python26/Makefile Sat Sep 8 11:48:59 2012 (r303895) @@ -184,7 +184,7 @@ pre-patch: -e 's|libs = getvar|libs = getvar("LDFLAGS").split() + getvar|' \ ${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config -.if ${PORT_OPTIONS:MFPECTL) && ${ARCH} == i386 +.if ${PORT_OPTIONS:MFPECTL} && ${ARCH} == i386 ${MKDIR} ${WRKSRC}/Modules ${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist .endif Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Sat Sep 8 11:27:55 2012 (r303894) +++ head/lang/python27/Makefile Sat Sep 8 11:48:59 2012 (r303895) @@ -200,7 +200,7 @@ pre-patch: -e 's|libs = getvar|libs = getvar("LDFLAGS").split() + getvar|' \ ${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config -.if ${PORT_OPTIONS:MFPECTL) && ${ARCH} == i386 +.if ${PORT_OPTIONS:MFPECTL} && ${ARCH} == i386 ${MKDIR} ${WRKSRC}/Modules ${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist .endif