Date: Mon, 31 Aug 2009 18:48:04 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: chip-set@mail.ru Subject: ports/138405: [PATCH] ftp/wput: mark MAKE_JOBS_UNSAFE Message-ID: <20090831144804.E7077108842@hades.panopticon> Resent-Message-ID: <200908311450.n7VEo3pB097728@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138405 >Category: ports >Synopsis: [PATCH] ftp/wput: mark MAKE_JOBS_UNSAFE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 31 14:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Mark MAKE_JOBS_UNSAFE, doesn't build with forced jobs: --- ===> Building for wput-0.6.2_1 cd po && make all cd src && make all cd: can't cd to src *** Error code 2 --- Port maintainer (chip-set@mail.ru) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- wput-0.6.2_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/ftp/wput/Makefile,v retrieving revision 1.21 diff -u -u -r1.21 Makefile --- Makefile 16 Aug 2009 18:04:39 -0000 1.21 +++ Makefile 31 Aug 2009 14:45:40 -0000 @@ -23,6 +23,7 @@ CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS}" \ LIBS="${LDFLAGS}" +MAKE_JOBS_UNSAFE=yes OPTIONS= TLS "Enable TLS support" On \ NLS "Native Language Support with gettext" On --- wput-0.6.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090831144804.E7077108842>