pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/oneko Fix various botches in the "Imakefile" which...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc78e31639c9
branches:  trunk
changeset: 461963:bc78e31639c9
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Sep 24 13:43:48 2003 +0000

description:
Fix various botches in the "Imakefile" which e.g. caused a build failure
with GCC 3.3.1's preprocessor.

diffstat:

 x11/oneko/distinfo         |   4 ++--
 x11/oneko/patches/patch-aa |  18 ++++++++++++------
 2 files changed, 14 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 996fa3703231 -r bc78e31639c9 x11/oneko/distinfo
--- a/x11/oneko/distinfo        Wed Sep 24 13:21:10 2003 +0000
+++ b/x11/oneko/distinfo        Wed Sep 24 13:43:48 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2002/05/26 01:05:16 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/09/24 13:43:48 tron Exp $
 
 SHA1 (oneko-1.1b.tar.gz) = b7c924dbcc28565e7bfa05cbfdcf8a98085bfd2d
 Size (oneko-1.1b.tar.gz) = 47714 bytes
 SHA1 (oneko-1.2.diff.gz) = 0594737a32d0a0d32c9261ed7f38165818ad593b
 Size (oneko-1.2.diff.gz) = 12637 bytes
-SHA1 (patch-aa) = 7cc5eab94dd0a11d8a1400a50164b2d58ced5ecd
+SHA1 (patch-aa) = 25af6f51aa5490f13ea8794a9f2e6556c4aa8c21
 SHA1 (patch-ab) = 8f2e9bbb490e47094bd934f8b4badea94daed795
diff -r 996fa3703231 -r bc78e31639c9 x11/oneko/patches/patch-aa
--- a/x11/oneko/patches/patch-aa        Wed Sep 24 13:21:10 2003 +0000
+++ b/x11/oneko/patches/patch-aa        Wed Sep 24 13:43:48 2003 +0000
@@ -1,11 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2000/05/18 22:51:42 itohy Exp $
+$NetBSD: patch-aa,v 1.3 2003/09/24 13:43:49 tron Exp $
 
---- Imakefile.orig     Wed May 17 18:53:54 2000
-+++ Imakefile  Wed May 17 18:57:22 2000
-@@ -7,5 +7,4 @@
+--- Imakefile.orig     2003-09-24 15:36:18.000000000 +0200
++++ Imakefile  2003-09-24 15:41:39.000000000 +0200
+@@ -1,11 +1,6 @@
+-/**/# Cannot compile in using Gcc
+-             CC = cc
+-
+   SYS_LIBRARIES = MathLibrary
+ LOCAL_LIBRARIES = $(XLIB)
+         DEPLIBS = $(DEPXLIB)
          DEFINES = -DSHAPE
  
- SimpleProgramTarget(oneko)
+-SimpleProgramTarget(oneko)
 -
 -/* InstallAppDefaults(Oneko) */
-+InstallManPage(oneko,$(MANDIR))
++SimpleProgramTarget_7(oneko)



Home | Main Index | Thread Index | Old Index