Update of /cvsroot/fink/experimental/dmrrsn
In directory sc8-pr-cvs17:/tmp/cvs-serv28429
Added Files:
sng.info sng.patch
Log Message:
more robust compiling
--- NEW FILE: sng.patch ---
--- sng-1.0.2/sngd.c.bak 2005-04-03 17:13:49.000000000 -0700
+++ sng-1.0.2/sngd.c 2005-04-03 17:14:14.000000000 -0700
@@ -30,8 +30,8 @@
};
static char *current_file;
-static png_structp png_ptr;
-static png_infop info_ptr;
+png_structp png_ptr;
+png_infop info_ptr;
/*****************************************************************************
*
diff -ruN sng-1.0.2/configure sng-1.0.2-patched/configure
--- sng-1.0.2/configure 2003-11-15 11:45:27.000000000 -0800
+++ sng-1.0.2-patched/configure 2007-08-05 09:14:13.000000000 -0700
@@ -3452,7 +3452,7 @@
_ACEOF
else
- for dir in /usr/X11R6/lib/X11 /usr/lib/X11 /usr/openwin/lib
+ for dir in /usr/X11R6/lib/X11 /usr/lib/X11 /usr/openwin/lib
/usr/X11/share/X11
do
if test -f ${dir}/rgb.txt
then
--- NEW FILE: sng.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: sng
Version: 1.0.2
Revision: 2
Maintainer: Max Horn <[EMAIL PROTECTED]>
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 7bcbab5d60435da9aa106f3da926c049
BuildDepends: libpng3, fink (>= 0.24.12)
Depends: libpng3-shlibs
PatchFile: %n.patch
PatchFile-MD5: 5337fdd03e0df5525f97148d683cfc1c
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: README INSTALL ChangeLog COPYING NEWS AUTHORS
Description: Markup language for representing PNG contents
DescDetail: <<
SNG (Scriptable Network Graphics) is a minilanguage designed
specifically to represent the entire contents of a PNG
(Portable Network Graphics) file in an editable form. Thus,
SNGs representing elaborate graphics images and ancillary
chunk data can be readily generated or modified using only
text tools.
SNG is implemented by a compiler/decompiler called sng that
losslessly translates between SNG and PNG
<<
DescPort: Uses autoconf. Provided under the libpng/zlib license.
License: OSI-Approved
Homepage: http://sng.sourceforge.net/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits