Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2013 13:30:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/178021: commit references a PR
Message-ID:  <201304281330.r3SDU0Uk061476@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178021; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178021: commit references a PR
Date: Sun, 28 Apr 2013 13:20:24 +0000 (UTC)

 Author: rakuco
 Date: Sun Apr 28 13:20:06 2013
 New Revision: 316716
 URL: http://svnweb.freebsd.org/changeset/ports/316716
 
 Log:
   Do not create a directory in $HOME when building.
   
   PR:		ports/178021
   Submitted by:	John Marino <draco@marino.st>
 
 Added:
   head/print/latex2slides/files/
   head/print/latex2slides/files/patch-install   (contents, props changed)
 
 Added: head/print/latex2slides/files/patch-install
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/print/latex2slides/files/patch-install	Sun Apr 28 13:20:06 2013	(r316716)
 @@ -0,0 +1,11 @@
 +--- install.orig	2003-10-27 15:40:41.000000000 +0000
 ++++ install
 +@@ -295,8 +295,6 @@ def parse_command_line():
 + 
 + # execution starts here
 + 
 +-if not os.access(USER_DIR, os.F_OK):  
 +-   os.mkdir(USER_DIR)      # make sure USER_DIR exists
 + p=Parameters() 
 + parse_command_line()
 + install()
 _______________________________________________
 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?201304281330.r3SDU0Uk061476>