Date: Tue, 29 Jul 2014 20:51:09 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363389 - in head/devel/mingw32-bin-msvcrt: . files Message-ID: <201407292051.s6TKp9a3046329@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jul 29 20:51:09 2014 New Revision: 363389 URL: http://svnweb.freebsd.org/changeset/ports/363389 QAT: https://qat.redports.org/buildarchive/r363389/ Log: Always install as a user given the stage will do the proper job for users credential Modified: head/devel/mingw32-bin-msvcrt/Makefile head/devel/mingw32-bin-msvcrt/files/Makefile Modified: head/devel/mingw32-bin-msvcrt/Makefile ============================================================================== --- head/devel/mingw32-bin-msvcrt/Makefile Tue Jul 29 20:42:21 2014 (r363388) +++ head/devel/mingw32-bin-msvcrt/Makefile Tue Jul 29 20:51:09 2014 (r363389) @@ -17,7 +17,7 @@ COMMENT= Headers and Libraries for Windo CONFLICTS= mingw-bin-msvcrt-[0-9]* -USE_XZ= yes +USES= tar:xz RUNTIMEVERSION= 4.0.3-1 APIVERSION= 4.0.3-1 @@ -25,10 +25,6 @@ APIVERSION= 4.0.3-1 NO_MTREE= yes NO_WRKSUBDIR= yes -.if defined(INSTALL_AS_USER) -MAKE_ARGS+= INSTALL_AS_USER=yes -.endif - post-extract: @${CP} ${FILESDIR}/Makefile ${WRKDIR} Modified: head/devel/mingw32-bin-msvcrt/files/Makefile ============================================================================== --- head/devel/mingw32-bin-msvcrt/files/Makefile Tue Jul 29 20:42:21 2014 (r363388) +++ head/devel/mingw32-bin-msvcrt/files/Makefile Tue Jul 29 20:51:09 2014 (r363389) @@ -4,10 +4,6 @@ all: install: mkdir -p ${DESTDIR}${PREFIX}/bin -.if defined(INSTALL_AS_USER) install -c -m 0755 bin/mingwm10.dll ${DESTDIR}${PREFIX}/bin -.else - install -c -g wheel -o root -m 0755 bin/mingwm10.dll ${DESTDIR}${PREFIX}/bin -.endif mkdir -p ${DESTDIR}${PREFIX}/mingw32 cp -R lib include ${DESTDIR}${PREFIX}/mingw32
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407292051.s6TKp9a3046329>