pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cinepaint Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6eb17c3fa5dd
branches:  trunk
changeset: 392186:6eb17c3fa5dd
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Apr 28 11:43:31 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 graphics/cinepaint/distinfo         |   3 ++-
 graphics/cinepaint/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 5de8f1fe1432 -r 6eb17c3fa5dd graphics/cinepaint/distinfo
--- a/graphics/cinepaint/distinfo       Tue Apr 28 11:31:39 2009 +0000
+++ b/graphics/cinepaint/distinfo       Tue Apr 28 11:43:31 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2008/11/29 07:41:10 adam Exp $
+$NetBSD: distinfo,v 1.12 2009/04/28 11:43:31 hasso Exp $
 
 SHA1 (cinepaint-0.22-1.tar.gz) = 717580b9b8b1044d76f1f0e4330e1c8104e2a206
 RMD160 (cinepaint-0.22-1.tar.gz) = 1f8e06486ed5e74ad483abec305d4fcef0538572
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 855b8da71b13dde96bafc61e9b4a6ea02cdadfb2
 SHA1 (patch-ae) = c7467b3bfef017e140d8d743ecea34b25418d9d7
 SHA1 (patch-af) = 6232ac8b44bb3d112f12c6354d25e35a88dbf6a0
+SHA1 (patch-ag) = a9927308bb09eb4b9cdbc3ef21eadd21b817dd30
diff -r 5de8f1fe1432 -r 6eb17c3fa5dd graphics/cinepaint/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cinepaint/patches/patch-ag       Tue Apr 28 11:43:31 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2009/04/28 11:43:31 hasso Exp $
+
+--- plug-ins/icc_examin/icc_examin/configure.orig      2009-04-12 11:30:12 +0300
++++ plug-ins/icc_examin/icc_examin/configure   2009-04-12 11:31:02 +0300
+@@ -207,7 +207,7 @@ else
+       echo "SunOS                   detected"
+       OSUNAME=SunOS
+     else
+-      if [ $UNAME_ = "OpenBSD" ] || [ $UNAME_ = "NetBSD" ] || [ $UNAME_ = "FreeBSD" ]; then
++      if [ $UNAME_ = "OpenBSD" ] || [ $UNAME_ = "NetBSD" ] || [ $UNAME_ = "FreeBSD" ] || [ $UNAME_ = "DragonFly" ]; then
+         echo "BSD = 1" >> $CONF
+         OS_EXT=.bsd
+         echo "#define BSD 1" >> $CONF_H



Home | Main Index | Thread Index | Old Index