pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtoolkit Let gtoolkit-example honor GNUSTEP_MAKEFI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b02111204763
branches:  trunk
changeset: 499394:b02111204763
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Sep 22 01:10:55 2005 +0000

description:
Let gtoolkit-example honor GNUSTEP_MAKEFILES.

diffstat:

 x11/gtoolkit/distinfo         |   3 ++-
 x11/gtoolkit/patches/patch-ac |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r cd42f8874dfd -r b02111204763 x11/gtoolkit/distinfo
--- a/x11/gtoolkit/distinfo     Thu Sep 22 01:02:41 2005 +0000
+++ b/x11/gtoolkit/distinfo     Thu Sep 22 01:10:55 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/09/17 17:22:41 minskim Exp $
+$NetBSD: distinfo,v 1.5 2005/09/22 01:10:55 minskim Exp $
 
 SHA1 (gtoolkit-0.9.5.tar.gz) = 8e1acfec076637983dd2875ce124c0001a4a9077
 RMD160 (gtoolkit-0.9.5.tar.gz) = be597546cebc9ee9bdd4f4fc6c48e97ad8705652
 Size (gtoolkit-0.9.5.tar.gz) = 385203 bytes
 SHA1 (patch-aa) = 60b3a30cfa621e236e61bbbf3a09d99d715388f1
 SHA1 (patch-ab) = 0f481852dca3da71cec150825664daea09e7b832
+SHA1 (patch-ac) = 5e2be3ad68e91f1956dea025ad5faf6191f036c1
diff -r cd42f8874dfd -r b02111204763 x11/gtoolkit/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtoolkit/patches/patch-ac     Thu Sep 22 01:10:55 2005 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2005/09/22 01:10:55 minskim Exp $
+
+--- Examples/Makefile.gnustep.orig     2002-03-07 00:04:29.000000000 -0800
++++ Examples/Makefile.gnustep
+@@ -22,10 +22,10 @@ style_OBJC_FILES = style.m
+ windows_OBJC_FILES =  windows.m
+ xml_OBJC_FILES =      xml.m
+ 
+-include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
++include $(GNUSTEP_MAKEFILES)/common.make
+ 
+ -include Makefile.preamble
+-include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/gtk-tool.make
++include $(GNUSTEP_MAKEFILES)/gtk-tool.make
+ -include Makefile.postamble
+ #>            --- do not remove this line ---
+ 



Home | Main Index | Thread Index | Old Index