[114476] trunk/dports/gnome/keybinder

ryandesign at macports.org ryandesign at macports.org
Mon Dec 9 07:39:01 PST 2013


Revision: 114476
          https://trac.macports.org/changeset/114476
Author:   ryandesign at macports.org
Date:     2013-12-09 07:39:01 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
keybinder: fix py*-keybinder subports when delete_la_files is true, i.e. on Mavericks (#41196)

Modified Paths:
--------------
    trunk/dports/gnome/keybinder/Portfile
    trunk/dports/gnome/keybinder/files/patch_python-keybinder_Makefile.in.diff

Modified: trunk/dports/gnome/keybinder/Portfile
===================================================================
--- trunk/dports/gnome/keybinder/Portfile	2013-12-09 15:28:24 UTC (rev 114475)
+++ trunk/dports/gnome/keybinder/Portfile	2013-12-09 15:39:01 UTC (rev 114476)
@@ -35,7 +35,7 @@
 
 if {${name} eq ${subport}} {
     configure.args-append       --disable-python
-    
+
     # gobject-introspection uses $CC from env
     build.args-append           CC="${configure.cc} ${configure.cc_archflags}"
 }
@@ -47,19 +47,19 @@
     set python.branch   [string range ${python.version} 0 end-1].[string index ${python.version} end]
     set python.bin      ${prefix}/bin/python${python.branch}
     set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
-    
+
     subport py${python.version}-keybinder {
         depends_lib-append      port:${name} \
                                 port:python${python.version} \
                                 port:py${python.version}-pygtk
-        
+
         configure.args-append   --enable-python \
                                 --disable-introspection \
                                 ac_cv_path_PYGTK_CODEGEN=${prefix}/bin/pygtk-codegen-2.0-${python.branch}
-        
+
         configure.python        ${python.bin}
         configure.pkg_config_path   ${python.prefix}/lib/pkgconfig
-        
+
         build.dir               ${worksrcpath}/python-keybinder
     }
 }

Modified: trunk/dports/gnome/keybinder/files/patch_python-keybinder_Makefile.in.diff
===================================================================
--- trunk/dports/gnome/keybinder/files/patch_python-keybinder_Makefile.in.diff	2013-12-09 15:28:24 UTC (rev 114475)
+++ trunk/dports/gnome/keybinder/files/patch_python-keybinder_Makefile.in.diff	2013-12-09 15:39:01 UTC (rev 114476)
@@ -1,11 +1,11 @@
 --- python-keybinder/Makefile.in.orig	2012-06-17 11:25:51.000000000 -0500
-+++ python-keybinder/Makefile.in	2012-11-22 02:20:15.000000000 -0600
++++ python-keybinder/Makefile.in	2013-12-09 09:34:22.000000000 -0600
 @@ -97,7 +97,7 @@
  	"$(DESTDIR)$(_keybinderdir)"
  LTLIBRARIES = $(_keybinder_LTLIBRARIES)
  am__DEPENDENCIES_1 =
 -_keybinder_la_DEPENDENCIES = ../libkeybinder/libkeybinder.la \
-+_keybinder_la_DEPENDENCIES = $(LIBDIR)/libkeybinder.la \
++_keybinder_la_DEPENDENCIES = $(LIBDIR)/libkeybinder.dylib \
  	$(am__DEPENDENCIES_1)
  am__keybinder_la_OBJECTS = _keybinder_la-_keybindermodule.lo
  nodist__keybinder_la_OBJECTS = _keybinder_la-_keybinder.lo
@@ -14,7 +14,7 @@
  _keybinder_la_CPPFLAGS = $(X_CFLAGS) $(PYEXTRAFLAGS)
  _keybinder_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_keybinder $(X_LDFLAGS)
 -_keybinder_la_LIBADD = ../libkeybinder/libkeybinder.la $(PYGTK_LIBS)
-+_keybinder_la_LIBADD = $(LIBDIR)/libkeybinder.la $(PYGTK_LIBS)
++_keybinder_la_LIBADD = $(LIBDIR)/libkeybinder.dylib $(PYGTK_LIBS)
  _keybinder_la_SOURCES = _keybindermodule.c
  nodist__keybinder_la_SOURCES = _keybinder.c
  _keybinder_PYTHON = \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/4eae63e5/attachment.html>


More information about the macports-changes mailing list