diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-04-08 22:07:03 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-04-08 22:07:03 +0000 |
commit | 14b3f0512edd3987601b0f5bf9e8fac4d95789c4 (patch) | |
tree | 96728e620c352b742c257f6192913e24bd1b0fb7 /graphics/gimp1/files/patch-ab | |
parent | nas port is compileable in -current of yesterday. (diff) |
upgrade to 0.99.7
Notes
Notes:
svn path=/head/; revision=6156
Diffstat (limited to 'graphics/gimp1/files/patch-ab')
-rw-r--r-- | graphics/gimp1/files/patch-ab | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab index 4eca93b6171e..27354846adb6 100644 --- a/graphics/gimp1/files/patch-ab +++ b/graphics/gimp1/files/patch-ab @@ -1,23 +1,8 @@ ---- /a/gimp-0.99.6/gtk+/configure Mon Mar 10 04:44:20 1997 -+++ gtk+/configure Wed Mar 12 21:29:11 1997 -@@ -570,6 +570,7 @@ - # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" - # ./install, which can be erroneously created by make from ./install.sh. - echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -+INSTALL="/usr/bin/install -c" - echo "configure:574: checking for a BSD compatible install" >&5 - if test -z "$INSTALL"; then - if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then ---- /a/gimp-0.99.6/gtk+/glib/configure Mon Mar 10 04:44:57 1997 -+++ gtk+/glib/configure Wed Mar 12 21:29:39 1997 -@@ -560,6 +560,7 @@ - # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" - # ./install, which can be erroneously created by make from ./install.sh. - echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -+INSTALL="/usr/bin/install -c" - echo "configure:564: checking for a BSD compatible install" >&5 - if test -z "$INSTALL"; then - if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + +***** +***** patches for plug-ins +***** + --- /a/gimp-0.99.6/plug-ins/url.c Mon Mar 10 04:57:12 1997 +++ plug-ins/url.c Wed Mar 12 21:56:39 1997 @@ -146,8 +146,8 @@ @@ -31,3 +16,14 @@ _exit(127); } else +--- plug-ins/nova.c~ Tue Apr 8 10:34:29 1997 ++++ plug-ins/nova.c Tue Apr 8 10:34:36 1997 +@@ -1010,7 +1010,7 @@ + l = sqrt( u*u + v*v ); + + /* This algorithm is still under construction. */ +- c = (atan2(u,v)/(2*PI)+0.51) * pvals.nspoke; ++ c = (atan2(u,v)/(2*M_PI)+0.51) * pvals.nspoke; + i=(int)floor(c); c-=i; i%=pvals.nspoke; + w1=spoke[i]*(1-c)+spoke[(i+1)%pvals.nspoke]*c; + w1*=w1; |