[66520] trunk/dports/x11/xdotool

ryandesign at macports.org ryandesign at macports.org
Fri Apr 16 00:27:22 PDT 2010


Revision: 66520
          http://trac.macports.org/changeset/66520
Author:   ryandesign at macports.org
Date:     2010-04-16 00:27:21 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
xdotool: fix install_name

Modified Paths:
--------------
    trunk/dports/x11/xdotool/Portfile

Added Paths:
-----------
    trunk/dports/x11/xdotool/files/patch-Makefile-install_name.diff

Modified: trunk/dports/x11/xdotool/Portfile
===================================================================
--- trunk/dports/x11/xdotool/Portfile	2010-04-16 07:15:46 UTC (rev 66519)
+++ trunk/dports/x11/xdotool/Portfile	2010-04-16 07:27:21 UTC (rev 66520)
@@ -4,6 +4,7 @@
 
 name                        xdotool
 version                     1.20100415.2808
+revision                    1
 categories                  x11 devel
 platforms                   darwin
 maintainers                 ryandesign
@@ -37,7 +38,8 @@
 
 depends_lib                 port:xorg-libXtst
 
-patchfiles                  patch-Makefile.diff
+patchfiles                  patch-Makefile.diff \
+                            patch-Makefile-install_name.diff
 
 use_configure               no
 

Added: trunk/dports/x11/xdotool/files/patch-Makefile-install_name.diff
===================================================================
--- trunk/dports/x11/xdotool/files/patch-Makefile-install_name.diff	                        (rev 0)
+++ trunk/dports/x11/xdotool/files/patch-Makefile-install_name.diff	2010-04-16 07:27:21 UTC (rev 66520)
@@ -0,0 +1,12 @@
+http://code.google.com/p/semicomplete/issues/detail?id=28
+--- Makefile.orig	2010-04-15 19:04:26.000000000 -0500
++++ Makefile	2010-04-16 02:25:22.000000000 -0500
+@@ -22,7 +22,7 @@
+ LIBSUFFIX=$(shell sh platform.sh libsuffix)
+ VERLIBSUFFIX=$(shell sh platform.sh libsuffix $(MAJOR))
+ DYNLIBFLAG=$(shell sh platform.sh dynlibflag)
+-LIBNAMEFLAG=$(shell sh platform.sh libnameflag $(MAJOR))
++LIBNAMEFLAG=$(shell sh platform.sh libnameflag $(MAJOR) $(INSTALLLIB))
+  
+ CFLAGS?=-pipe -O2 $(WARNFLAGS)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100416/8332101c/attachment.html>


More information about the macports-changes mailing list