#7464: [with spkg; needs review] Remove '-v' option from 'cp' command (GNUism) 
in
database_cremona_ellcurve
------------------------+---------------------------------------------------
   Reporter:  drkirkby  |       Owner:  drkirkby       
       Type:  defect    |      Status:  new            
   Priority:  major     |   Milestone:  sage-4.3       
  Component:  solaris   |    Keywords:  optional GNUism
Work_issues:            |      Author:  David Kirkby   
   Reviewer:            |      Merged:                 
------------------------+---------------------------------------------------
 The use of a non-POSIX option '-v' to the 'cp' command prevents this
 package installing on Solaris. The option, which can also be written as
 --verbose, is only to show what is actually being copied, so removing it
 should have no impact.
 Therefore
 {{{
 cp -rv cremona $SAGE_DATA/
 }}}
 was changed to
 {{{
 cp -r cremona $SAGE_DATA/
 }}}
 in spkg-install.

 I also renamed 'SAGE.txt' to SPKG.txt, and added a slightly better
 description, and upstream contact information, to make it more consistent
 with other packages.

 This is an optional Sage package.

 It is unusual in that the .spkg file, was a tar file, and not a compressed
 tar file as they usually are.

 The updated files can be found at:

 http://sage.math.washington.edu/home/kirkby/Solaris-
 fixes/database_cremona_ellcurve/

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7464>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to