[102860] trunk/dports/graphics/tiff

jeremyhu at macports.org jeremyhu at macports.org
Sat Feb 9 10:43:08 PST 2013


Revision: 102860
          https://trac.macports.org/changeset/102860
Author:   jeremyhu at macports.org
Date:     2013-02-09 10:43:07 -0800 (Sat, 09 Feb 2013)
Log Message:
-----------
tiff: Use muniversal rather than ed scripts (#38001)

Modified Paths:
--------------
    trunk/dports/graphics/tiff/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/tiff/files/libtiff__tif_config.h.ed
    trunk/dports/graphics/tiff/files/libtiff__tiffconf.h.ed

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2013-02-09 18:30:38 UTC (rev 102859)
+++ trunk/dports/graphics/tiff/Portfile	2013-02-09 18:43:07 UTC (rev 102860)
@@ -3,10 +3,11 @@
 
 PortSystem 1.0
 PortGroup  xcodeversion 1.0
+PortGroup  muniversal 1.0
 
 name		tiff
 version		3.9.7
-revision        1
+revision        2
 categories	graphics
 license		BSD
 maintainers	nomaintainer
@@ -49,15 +50,6 @@
 		--with-zlib-include-dir=${prefix}/include \
 		--with-zlib-lib-dir=${prefix}/lib
 
-post-configure {
-    if {[variant_isset universal]} {
-        system -W ${worksrcpath}/libtiff \
-                "ed - tif_config.h < ${filespath}/libtiff__tif_config.h.ed \
-                && ed - tiffconf.h < ${filespath}/libtiff__tiffconf.h.ed \
-                && touch stamp-h1 && touch stamp-h2"
-    }
-}
-
 use_parallel_build  yes
 
 post-destroot {

Deleted: trunk/dports/graphics/tiff/files/libtiff__tif_config.h.ed
===================================================================
--- trunk/dports/graphics/tiff/files/libtiff__tif_config.h.ed	2013-02-09 18:30:38 UTC (rev 102859)
+++ trunk/dports/graphics/tiff/files/libtiff__tif_config.h.ed	2013-02-09 18:43:07 UTC (rev 102860)
@@ -1,50 +0,0 @@
-/#define SIZEOF_LONG/c
-#ifdef __LP64__
-#define SIZEOF_LONG 8
-#else
-#define SIZEOF_LONG 4
-#endif
-.
-/#define SIZEOF_SIGNED_LONG/c
-#ifdef __LP64__
-#define SIZEOF_SIGNED_LONG 8
-#else
-#define SIZEOF_SIGNED_LONG 4
-#endif
-.
-/#define SIZEOF_UNSIGNED_LONG/c
-#ifdef __LP64__
-#define SIZEOF_UNSIGNED_LONG 8
-#else
-#define SIZEOF_UNSIGNED_LONG 4
-#endif
-.
-/#define TIFF_INT64_FORMAT/c
-#ifdef __LP64__
-#define TIFF_INT64_FORMAT "%ld"
-#else
-#define TIFF_INT64_FORMAT "%lld"
-#endif
-.
-/#define TIFF_INT64_T/c
-#ifdef __LP64__
-#define TIFF_INT64_T signed long
-#else
-#define TIFF_INT64_T signed long long
-#endif
-.
-/#define TIFF_UINT64_FORMAT/c
-#ifdef __LP64__
-#define TIFF_UINT64_FORMAT "%lu"
-#else
-#define TIFF_UINT64_FORMAT "%llu"
-#endif
-.
-/#define TIFF_UINT64_T/c
-#ifdef __LP64__
-#define TIFF_UINT64_T unsigned long
-#else
-#define TIFF_UINT64_T unsigned long long
-#endif
-.
-w

Deleted: trunk/dports/graphics/tiff/files/libtiff__tiffconf.h.ed
===================================================================
--- trunk/dports/graphics/tiff/files/libtiff__tiffconf.h.ed	2013-02-09 18:30:38 UTC (rev 102859)
+++ trunk/dports/graphics/tiff/files/libtiff__tiffconf.h.ed	2013-02-09 18:43:07 UTC (rev 102860)
@@ -1,8 +0,0 @@
-/#define SIZEOF_LONG/c
-#ifdef __LP64__
-#define SIZEOF_LONG 8
-#else
-#define SIZEOF_LONG 4
-#endif
-.
-w
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130209/ef34f493/attachment.html>


More information about the macports-changes mailing list