[112197] trunk/dports/graphics/netpbm

ryandesign at macports.org ryandesign at macports.org
Mon Oct 14 20:54:03 PDT 2013


Revision: 112197
          https://trac.macports.org/changeset/112197
Author:   ryandesign at macports.org
Date:     2013-10-14 20:54:03 -0700 (Mon, 14 Oct 2013)
Log Message:
-----------
netpbm: fix library current_version; remove clang patch unnecessary since 10.60.00 (#35310); become maintainer with openmaintainer

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

Removed Paths:
-------------
    trunk/dports/graphics/netpbm/files/patch-clang-sse-workaround.diff

Modified: trunk/dports/graphics/netpbm/Portfile
===================================================================
--- trunk/dports/graphics/netpbm/Portfile	2013-10-15 03:14:35 UTC (rev 112196)
+++ trunk/dports/graphics/netpbm/Portfile	2013-10-15 03:54:03 UTC (rev 112197)
@@ -5,9 +5,10 @@
 name            netpbm
 version         10.62.09
 svn.revision    1961
+revision        1
 categories      graphics
 license         {BSD GPL-2 IJG Permissive}
-maintainers     nomaintainer
+maintainers     ryandesign openmaintainer
 description     Image manipulation
 long_description \
     A whole bunch of utilities for primitive manipulation \
@@ -32,8 +33,7 @@
 
 patchfiles      patch-pm_config.in.h.diff \
                 patch-lib-Makefile.diff \
-                patch-converter-other-giftopnm.c-strcaseeq.diff \
-                patch-clang-sse-workaround.diff
+                patch-converter-other-giftopnm.c-strcaseeq.diff
 
 post-patch {
     reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/pm_config.in.h
@@ -57,7 +57,7 @@
 
 platform darwin {
     post-configure {
-        set ldshlib "${configure.ldflags} -dynamiclib -install_name ${prefix}/lib/libnetpbm.\$(MAJ).dylib -compatibility_version \$(MAJ) -current_version ${version} [get_canonical_archflags]"
+        set ldshlib "${configure.ldflags} -dynamiclib -install_name ${prefix}/lib/libnetpbm.\$(MAJ).dylib -compatibility_version \$(MAJ) -current_version \$(MAJ).\$(MIN).\$(NETPBM_POINT_RELEASE) [get_canonical_archflags]"
         reinplace "s|^NETPBMLIBTYPE =.*\$|NETPBMLIBTYPE = dylib|" ${worksrcpath}/config.mk
         reinplace "s|^NETPBMLIBSUFFIX =.*\$|NETPBMLIBSUFFIX = dylib|" ${worksrcpath}/config.mk
         reinplace "s|^LDSHLIB =.*\$|LDSHLIB = ${ldshlib}|" ${worksrcpath}/config.mk

Deleted: trunk/dports/graphics/netpbm/files/patch-clang-sse-workaround.diff
===================================================================
--- trunk/dports/graphics/netpbm/files/patch-clang-sse-workaround.diff	2013-10-15 03:14:35 UTC (rev 112196)
+++ trunk/dports/graphics/netpbm/files/patch-clang-sse-workaround.diff	2013-10-15 03:54:03 UTC (rev 112197)
@@ -1,11 +0,0 @@
---- pm_config.in.h.orig	2012-10-08 05:17:27.000000000 -0500
-+++ pm_config.in.h	2012-10-08 05:17:27.000000000 -0500
-@@ -262,7 +262,7 @@
-    stuck with pamflip_sse.c.  So we say the feature exists only on 4.2
-    and up.
- */
--#if GCCVERSION >=402 && defined(__SSE__) && defined(__SSE2__)
-+#if GCCVERSION >=402 && defined(__SSE__) && defined(__SSE2__) && !defined(__clang__)
-   #define HAVE_GCC_SSE2 1
- #else
-   #define HAVE_GCC_SSE2 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131014/d3be1442/attachment-0001.html>


More information about the macports-changes mailing list