pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/transfig Workaround for my own PR 39379:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0359b23f7337
branches:  trunk
changeset: 546063:0359b23f7337
user:      is <is%pkgsrc.org@localhost>
date:      Wed Aug 20 10:25:12 2008 +0000

description:
Workaround for my own PR 39379:

Don't -DUSE_INLINE - this creates "static inline", and the imake setup
at least on NetBSD-4/arm calls "cc -ansi", which, as being a c89 compiler,
refuses this c99 code (or so I've been told by C language lawyers).
(Maybe somebody can come up with a patch that does the right thing
wrt. this stuff for all our environments.)

diffstat:

 print/transfig/Makefile         |  3 ++-
 print/transfig/distinfo         |  4 ++--
 print/transfig/patches/patch-aa |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 6f5ed8002c99 -r 0359b23f7337 print/transfig/Makefile
--- a/print/transfig/Makefile   Wed Aug 20 10:04:40 2008 +0000
+++ b/print/transfig/Makefile   Wed Aug 20 10:25:12 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2008/06/20 01:09:33 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2008/08/20 10:25:12 is Exp $
 
 DISTNAME=      transfig.3.2.5
 PKGNAME=       transfig-3.2.5
+PKGREVISION=   1
 CATEGORIES=    graphics print
 MASTER_SITES=  ftp://epb.lbl.gov/xfig/alpha/
 
diff -r 6f5ed8002c99 -r 0359b23f7337 print/transfig/distinfo
--- a/print/transfig/distinfo   Wed Aug 20 10:04:40 2008 +0000
+++ b/print/transfig/distinfo   Wed Aug 20 10:25:12 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2008/05/21 11:11:52 drochner Exp $
+$NetBSD: distinfo,v 1.15 2008/08/20 10:25:12 is Exp $
 
 SHA1 (transfig.3.2.5.tar.gz) = 2657c104d0099dcb4565a8762a9543310e55e767
 RMD160 (transfig.3.2.5.tar.gz) = 435615bded662225127ea564fc746e9cb0058f18
 Size (transfig.3.2.5.tar.gz) = 394296 bytes
-SHA1 (patch-aa) = 1b3db8fdb7b93a8dc8efbd31680a72793938f923
+SHA1 (patch-aa) = bd898082a8c34825efe04d0102ddb33b2f4cffbd
 SHA1 (patch-ab) = b056ff88914bccfc172f15adb663eda0f254e125
 SHA1 (patch-ac) = 0258794cf6f6d22d3355ed01c2cc89c7ee0088d4
 SHA1 (patch-ae) = d3d0eeb08083092f717525914c64e72c7ceaa1fd
diff -r 6f5ed8002c99 -r 0359b23f7337 print/transfig/patches/patch-aa
--- a/print/transfig/patches/patch-aa   Wed Aug 20 10:04:40 2008 +0000
+++ b/print/transfig/patches/patch-aa   Wed Aug 20 10:25:12 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.10 2005/11/10 14:29:01 itohy Exp $
+$NetBSD: patch-aa,v 1.11 2008/08/20 10:25:12 is Exp $
 
 --- fig2dev/Imakefile.orig     Fri Oct 28 01:56:02 2005
 +++ fig2dev/Imakefile  Wed Nov  9 22:49:57 2005
@@ -16,7 +16,7 @@
  XCOMM the display will be a bit faster in complex figures
  
 -XCOMM USEINLINE = -DUSE_INLINE
-+USEINLINE = -DUSE_INLINE
++USEINLINE = 
  
  XCOMM ****************
  XCOMM Change RGB if necessary, to point to your rgb.txt color database



Home | Main Index | Thread Index | Old Index