pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q2]: pkgsrc/print/transfig pullup ticket #2503 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75d204f9c9c7
branches:  pkgsrc-2008Q2
changeset: 544281:75d204f9c9c7
user:      rtr <rtr%pkgsrc.org@localhost>
date:      Thu Aug 21 11:35:30 2008 +0000

description:
pullup ticket #2503 - requested by is
transfig: pullup workaround fix for pr

revisions pulled up:
pkgsrc/print/transfig/Makefile          1.36
pkgsrc/print/transfig/distinfo          1.15
pkgsrc/print/transfig/patches/patch-aa  1.11

   Module Name:   pkgsrc
   Committed By:  is
   Date:          Wed Aug 20 10:25:12 UTC 2008

   Modified Files:
          pkgsrc/print/transfig: Makefile distinfo
          pkgsrc/print/transfig/patches: patch-aa

   Log Message:
   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 176239a1f55d -r 75d204f9c9c7 print/transfig/Makefile
--- a/print/transfig/Makefile   Thu Aug 21 11:25:16 2008 +0000
+++ b/print/transfig/Makefile   Thu Aug 21 11:35:30 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2008/06/20 01:09:33 joerg Exp $
+# $NetBSD: Makefile,v 1.35.4.1 2008/08/21 11:35:30 rtr 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 176239a1f55d -r 75d204f9c9c7 print/transfig/distinfo
--- a/print/transfig/distinfo   Thu Aug 21 11:25:16 2008 +0000
+++ b/print/transfig/distinfo   Thu Aug 21 11:35:30 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2008/05/21 11:11:52 drochner Exp $
+$NetBSD: distinfo,v 1.14.4.1 2008/08/21 11:35:30 rtr 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 176239a1f55d -r 75d204f9c9c7 print/transfig/patches/patch-aa
--- a/print/transfig/patches/patch-aa   Thu Aug 21 11:25:16 2008 +0000
+++ b/print/transfig/patches/patch-aa   Thu Aug 21 11:35:30 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.10.24.1 2008/08/21 11:35:30 rtr 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