[138014] trunk/dports/graphics/tiff
ryandesign at macports.org
ryandesign at macports.org
Thu Jun 25 17:42:45 PDT 2015
Revision: 138014
https://trac.macports.org/changeset/138014
Author: ryandesign at macports.org
Date: 2015-06-25 17:42:45 -0700 (Thu, 25 Jun 2015)
Log Message:
-----------
tiff: update to 4.0.4 (#48172); don't append -headerpad_max_install_names to configure.ldflags because MacPorts base already does; take over as maintainer
Modified Paths:
--------------
trunk/dports/graphics/tiff/Portfile
Removed Paths:
-------------
trunk/dports/graphics/tiff/files/patch-tiffgt.c.diff
Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile 2015-06-25 23:24:05 UTC (rev 138013)
+++ trunk/dports/graphics/tiff/Portfile 2015-06-26 00:42:45 UTC (rev 138014)
@@ -6,14 +6,12 @@
PortGroup muniversal 1.0
name tiff
-version 4.0.3
-revision 4
+version 4.0.4
categories graphics
platforms darwin
+maintainers ryandesign openmaintainer
license BSD
-maintainers nomaintainer
-
description Library and tools for dealing with Tag Image File Format
long_description \
This software provides support for the Tag Image File \
@@ -35,8 +33,8 @@
http://dl.maptools.org/dl/libtiff/ \
freebsd
-checksums rmd160 eacd725fb3c299682c1c2e508049d98acd170f31 \
- sha256 ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872
+checksums rmd160 351a72505dce4a679df023b7f3870c389d7df4c7 \
+ sha256 8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890
depends_lib port:jpeg \
port:xz \
@@ -51,10 +49,8 @@
# first patch fixes two problems
# have typedefs be consistent with OSX headers (see http://trac.macports.org/ticket/41280)
# prevent configure script from assuming that if we don't want X11, then we don't want OpenGL either
-# prevent tiff viewer from displaying a blank screen (see http://bugzilla.maptools.org/show_bug.cgi?id=2401)
# prevent configure script from finding X11 OpenGL (e.g. mesa & freeglut)
patchfiles patch-configure.ac.diff \
- patch-tiffgt.c.diff \
patch-acinclude.m4.diff
configure.args --disable-jbig \
@@ -67,9 +63,6 @@
--with-zlib-include-dir=${prefix}/include \
--with-zlib-lib-dir=${prefix}/lib
-configure.ldflags-append \
- -headerpad_max_install_names
-
use_parallel_build yes
minimum_xcodeversions {9 3.1}
Deleted: trunk/dports/graphics/tiff/files/patch-tiffgt.c.diff
===================================================================
--- trunk/dports/graphics/tiff/files/patch-tiffgt.c.diff 2015-06-25 23:24:05 UTC (rev 138013)
+++ trunk/dports/graphics/tiff/files/patch-tiffgt.c.diff 2015-06-26 00:42:45 UTC (rev 138014)
@@ -1,10 +0,0 @@
---- tools/tiffgt.c.orig 2010-07-08 09:10:24.000000000 -0700
-+++ tools/tiffgt.c 2014-05-24 23:11:39.000000000 -0700
-@@ -287,6 +287,7 @@
- raster_draw(void)
- {
- glDrawPixels(img.width, img.height, GL_RGBA, GL_UNSIGNED_BYTE, (const GLvoid *) raster);
-+ glFlush();
- }
-
- static void
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150625/5fe2ce93/attachment.html>
More information about the macports-changes
mailing list