[75197] trunk/dports/graphics/lensfun

ryandesign at macports.org ryandesign at macports.org
Mon Jan 17 17:22:21 PST 2011


Revision: 75197
          http://trac.macports.org/changeset/75197
Author:   ryandesign at macports.org
Date:     2011-01-17 17:22:13 -0800 (Mon, 17 Jan 2011)
Log Message:
-----------
lensfun: maintainer update to fix install_name; see #27998

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

Added Paths:
-----------
    trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak.diff

Modified: trunk/dports/graphics/lensfun/Portfile
===================================================================
--- trunk/dports/graphics/lensfun/Portfile	2011-01-17 23:17:36 UTC (rev 75196)
+++ trunk/dports/graphics/lensfun/Portfile	2011-01-18 01:22:13 UTC (rev 75197)
@@ -5,6 +5,7 @@
 
 name                lensfun
 version             0.2.5
+revision            1
 categories          graphics
 platforms           darwin
 maintainers         gmail.com:julians37
@@ -28,7 +29,8 @@
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
 
 # Ensure lensfun.pc is created
-patchfiles          patch-pkgconfig.diff
+patchfiles          patch-pkgconfig.diff \
+                    patch-build-tibs-target-mac-mak.diff
 
 configure.universal_args-delete --disable-dependency-tracking
 

Added: trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak.diff
===================================================================
--- trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak.diff	                        (rev 0)
+++ trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak.diff	2011-01-18 01:22:13 UTC (rev 75197)
@@ -0,0 +1,10 @@
+--- build/tibs/target/mac.mak.orig	2011-01-17 20:34:03.000000000 +1300
++++ build/tibs/target/mac.mak	2011-01-17 20:35:12.000000000 +1300
+@@ -12,6 +12,6 @@
+ _EX =
+ 
+ # Flag to tell Darwin linker to set the library name:
+-GCC.LDFLAGS.SHARED = -dynamiclib -Wl,"-dylib_install_name,$1"
++GCC.LDFLAGS.SHARED = -dynamiclib -Wl,"-dylib_install_name,$(CONF_LIBDIR)$1" -Wl,"-dylib_current_version,$(CONF_VERSION)"
+ # Set to non-empty if platform supports versioned shared libraries
+ SO.VERSION = 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110117/3895d60a/attachment.html>


More information about the macports-changes mailing list