#10749: libpng-1.2.35.p2 has syntax errors in its spkg-install
---------------------------+------------------------------------------------
Reporter: mhansen | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.6.2
Component: packages | Keywords:
Author: Mike Hansen | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Changes (by mhansen):
* status: new => needs_review
* milestone: => sage-4.6.2
Old description:
New description:
The fix is the following change:
{{{
diff --git a/spkg-install b/spkg-install
--- a/spkg-install
+++ b/spkg-install
@@ -43,7 +43,7 @@
exit 1
fi
-if [ $UNAME = "CYGWIN" ]
+if [ $UNAME = "CYGWIN" ]; then
rm -rf "$SAGE_LOCAL"/lib/libpng12.dll.a
rm -rf "$SAGE_LOCAL"/lib/libpng12.la
cp "$SAGE_LOCAL"/bin/cygpng12-0.dll "$SAGE_LOCAL"/lib/libpng12.dll
}}}
An spkg can be found at
http://sage.math.washington.edu/home/mhansen/libpng-1.2.35.p3.spkg
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10749#comment:1>
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.